Developer Store
Support
Member Forums

Screenshots
FAQ
Documentation
License
Known Issues
Downloads

MMOWorkshop.com Store Opened!
Torque MMO Kit - Open Sourced!
Torque MMO Kit - 1.5.2 Port Alpha Test
Torque MMO Kit - OSX Status

GarageGames.com irc.prairiegames.com
#mmoworkshop

PyTorque
TGB Web Browser


Galun

hallsofvalhalla - After a long epiphany
Leathel - FoHO pre-Alpha 2.42
OldRod - More Musings on the MMO Industry
xapken - nice
J.C. Smith - 0.0.4.1 Build Notes
Wolf Dreamer - Pointless blog of pointless things
AthlonJedi2 - Server Nuked !!!!!
gamer_goof - New character model GIRL1 available only $4
... MORE BLOGS!

My other project
A Message to all the new people.
MyGame
changing the primary class
See Ya Classes, Hello Skills!
XP Based Skills
fxFoliageReplicator zone loading...
Is it just me, or is it slow in ...
Places where NPC quest-givers ha...
TalentRaspel Grid

Hopefully this will be added to the documentation soon, but this is a very important piece that is left out and is learned the hard way.

Everytime you make changes by compiling the python code you need to run upgrade.bat before rerunning the server. This will cause the player database to be in sync with the baseline database (multiplayer.baseline) and will perform some sync options in the process. If this is not done you will get Genesis time mismatch errors. In order to prevent this follow these 3 steps.

So in short follow these 3 steps.

1. If you compiled the python code you need to run upgrade.bat

2. To run upgrade.bat find it in the default tmmokit install directory and run it with the argument of your game directory (default is testgame...so upgrade.bat testgame).

3. Make sure there are no errors and run your server again.

Once this is done the mismatch error should go away and you can connect to the character server.