-- login system like AoT, and possibly adding a MySQL backend to my game? I would also like to make the ever-neccesary inventory system.
I am newish to Torque
basic neccesities of an MMORPG.
that will never happen.
Ok, scratch that. Not basic tasks, but rather basic neccesities of an MMORPG.Although I hear SQLite is easier to use with Torque.Hey, I wonder if badspot, maker of AoT, would be willing to pitch in a few suggestions. But, that will never happen.
f*ck you :DCan we at least try, people? You are all very talented programmers, am I am the lowly wannabe with the ideas, willing to learn but having no-one to learn from.
blockland recently added sqlite to use with its cache.db.if you can find out how to access the sqlite stuff from script - I think a lot of us would be eternally grateful.This isn't like TGE where you have full sourcecode and can easily make engine changes (I wish it was).But a login system and such can be done for a MMO-like setup, it just wont look like the tradtional login your used to on the commercial games.and ... welcome to the blockland forums
blockland recently added sqlite to use with its cache.db.if you can find out how to access the sqlite stuff from script - I think a lot of us would be eternally grateful.~snip~
There are maybe four or five people in the entire forums that could write what you're asking for in TorqueScript.Badspot, Ephialtes, and Myself are already out of the question. Good luck with that.
function serverCmdShoot(%client, %name){Messageall("" @ %client" is shooting " @ %name"");}