Poll

Should I package everything together (2 weeks) or release an update daily?

Package it together.
Daily updates.

Author Topic: Destiny RPG (Medieval)  (Read 18313 times)






I'll upload pics once I'm done with the livestock.


* Packer throws up
Ugly website.
Lulz, its like 10% done. I've been focusing on getting SQL stuff working for Accounts.

More pics would be nice.

You're using an online MySQL database for accounts? Owch.

Tom

Why do you even need to store the savedgames online?

You're using an online MySQL database for accounts? Owch.
???
Why do you even need to store the savedgames online?
Because when you have heaps of accounts, it lags like hell. (Because I need all the accounts to be loaded for it to work for some things)

Incase you hadn't noticed, queries to a mysql database on the internet are synchronous with the script so you have to make a request then wait for a response to come back which will make everything extremely slow? Plus it looks like you're on a shared webserver which makes it even slower.

Any suggestions on what would be good to do then? Because I need them to be stored online.

Any suggestions on what would be good to do then? Because I need them to be stored online.

Oh I can't tell you that, I've got to keep some secrets for ERPG :)