Create your own MMORPG in just 10 EASY steps!!!
by Prairie Games · 06/13/2007 (1:41 am) · 30 comments
Create your own MMORPG in just 10 EASY steps!!!
The Torque MMO Kit IDE features integrated file management, Python/TorqueScript editing, and automation for common tasks.
In just 10 easy steps, you can create your very own MMORPG for both the Torque Game Engine and Torque Game Engine Advanced *wink* *wink* *nudge* *nudge* ;)
Here's a preview of a (very early) build presented in tutorial form.
1. Once you have installed the Torque MMO Kit, there should be a "Torque MMO Kit IDE" in your start menu and desktop. Launch the ide by double clicking its icon. The first time the IDE boots up it will take a few seconds to initialize. You should then see a blank workspace:

2. Select File->New and then choose "Project" in the dialog box. You should then be presented with the New Game Project dialog and some choices. You can leave the default choices for now and click the "Finish Button". It will take a few seconds for your project to be initialized.

3. Once your project is setup, you will be presented with its workspace:

4. The first thing to do with your new project is to compile the world database. You do this by selecting "Run Genesis" from the Run menu. It will take a few seconds to compile the world database. Once it's done you should see a "completed" line in the Messages box.

5. You can now launch the client (and realtime zone editor) from the Run menu. Once the client has started, create and load a new single player world. When you have entered the world, take special note of the "Magic Shield" starter item.

6. Exit the game and navigate in the Project Window to test.game/genesis/item/startinggear.py, double click it to open, and then find the "Magic Shield" entry near the top of the file. Make some changes to the item and save it, then compile the world database again by selecting "Run Genesis" from the Run menu. Once Genesis completes, run the client again and load your world.

7. Once you get back into your world you should see that the shield has indeed been updated! The world updater is great for editing quests, items, etc and allows you to pick up where you left off with testing!

8. Let's try some MMO stuff now. You need to create a couple databases and launch some servers. Do the following in order:
A. Select Run->Create Master DB (and wait until you see the complete message)
B. Select Run->Create Character DB (and wait until you see the complete message)
C. Select Run->Run Master Server
D. Select Run->Run Character Server
E. Select Run->Run World Daemon
You should see something like the screenshot below and should now be able to log into the MMO servers. Select Run->Run Client and when you get to the Main Menu choose "Play Online". There is an account already setup for you with the following information:
Public Name: starter
Password: mmo
You should also be able to register a new account. Once you have logged into the master server, you should see Premium MMORPG on the world selection screen. Select it and log in, create a new character, and then enter the MMO world. You can check out the updates in the various Message boxes and the console of the WorldDaemon/Zone Server to see yourself being handed between servers.

9. The Torque MMO Kit also has experimental support for the Torque Game Engine advanced. Select File->New and you should see the familiar New Game Project dialog. Go ahead and type a new name, game root, and project filename for a TGEA test. Also, make sure to select the checkbox for TGEA support.

10. Once you have done this make sure to select Run->Run Genesis to create the world database. You should then be able to select Run->Run Client and create/enter a single player world.

You can repeat the MMO steps above for a TGEA MMO server setup. Also, note that you can switch between projects on the fly... even between Torque Game Engine and Torque Game Engine Advanced projects without leaving the IDE!

Thanks all for now... more soon.
The Team at MMOWorkshop.com

The Torque MMO Kit IDE features integrated file management, Python/TorqueScript editing, and automation for common tasks.
In just 10 easy steps, you can create your very own MMORPG for both the Torque Game Engine and Torque Game Engine Advanced *wink* *wink* *nudge* *nudge* ;)
Here's a preview of a (very early) build presented in tutorial form.
1. Once you have installed the Torque MMO Kit, there should be a "Torque MMO Kit IDE" in your start menu and desktop. Launch the ide by double clicking its icon. The first time the IDE boots up it will take a few seconds to initialize. You should then see a blank workspace:

2. Select File->New and then choose "Project" in the dialog box. You should then be presented with the New Game Project dialog and some choices. You can leave the default choices for now and click the "Finish Button". It will take a few seconds for your project to be initialized.

3. Once your project is setup, you will be presented with its workspace:

4. The first thing to do with your new project is to compile the world database. You do this by selecting "Run Genesis" from the Run menu. It will take a few seconds to compile the world database. Once it's done you should see a "completed" line in the Messages box.

5. You can now launch the client (and realtime zone editor) from the Run menu. Once the client has started, create and load a new single player world. When you have entered the world, take special note of the "Magic Shield" starter item.

6. Exit the game and navigate in the Project Window to test.game/genesis/item/startinggear.py, double click it to open, and then find the "Magic Shield" entry near the top of the file. Make some changes to the item and save it, then compile the world database again by selecting "Run Genesis" from the Run menu. Once Genesis completes, run the client again and load your world.

7. Once you get back into your world you should see that the shield has indeed been updated! The world updater is great for editing quests, items, etc and allows you to pick up where you left off with testing!

8. Let's try some MMO stuff now. You need to create a couple databases and launch some servers. Do the following in order:
A. Select Run->Create Master DB (and wait until you see the complete message)
B. Select Run->Create Character DB (and wait until you see the complete message)
C. Select Run->Run Master Server
D. Select Run->Run Character Server
E. Select Run->Run World Daemon
You should see something like the screenshot below and should now be able to log into the MMO servers. Select Run->Run Client and when you get to the Main Menu choose "Play Online". There is an account already setup for you with the following information:
Public Name: starter
Password: mmo
You should also be able to register a new account. Once you have logged into the master server, you should see Premium MMORPG on the world selection screen. Select it and log in, create a new character, and then enter the MMO world. You can check out the updates in the various Message boxes and the console of the WorldDaemon/Zone Server to see yourself being handed between servers.

9. The Torque MMO Kit also has experimental support for the Torque Game Engine advanced. Select File->New and you should see the familiar New Game Project dialog. Go ahead and type a new name, game root, and project filename for a TGEA test. Also, make sure to select the checkbox for TGEA support.

10. Once you have done this make sure to select Run->Run Genesis to create the world database. You should then be able to select Run->Run Client and create/enter a single player world.

You can repeat the MMO steps above for a TGEA MMO server setup. Also, note that you can switch between projects on the fly... even between Torque Game Engine and Torque Game Engine Advanced projects without leaving the IDE!

Thanks all for now... more soon.
The Team at MMOWorkshop.com

#22
Minions of Mirth has a Mac version, but I can't find the Mac version of the kit.
12/28/2009 (8:17 am)
I'm trying to make a single-player RPG and figured the MMO kit could be a good starting point, just a little modification needed. It's very important to me that I can make both Windows and Mac versions, but mainly Mac.Minions of Mirth has a Mac version, but I can't find the Mac version of the kit.
#23
Rich
10/18/2010 (4:51 am)
Here it is, October of 2010, and the link to the MMO kit is still non-functional. Anyone know where they put it? Thanks!Rich
#24
mmotest.lethal.net/doku.php?id=tutorials:t3d_-_mmo_kit_state
Your welcome Richard!
10/18/2010 (6:39 pm)
MMO Kit Workshop link:mmotest.lethal.net/doku.php?id=tutorials:t3d_-_mmo_kit_state
Your welcome Richard!
#25
11/04/2010 (4:28 pm)
Anyone got the 1.8 kit as xerves says he no longer is handling that one?
#26
08/10/2011 (2:26 pm)
Is there one for TGB? If so, got any tips for making on in TGB?
#27
04/08/2012 (3:41 pm)
how do you download it or were do you download it
#28
11/23/2012 (4:50 am)
i cant download Torque MMO Kit IDE!?!?! how do i download it????
#30
02/24/2013 (11:03 pm)
http://www.mmoworkshop.com/trac/mom/phpbb 
Jimmy