Networck question multiplayer game
by Andres · in Torque Developer Network · 02/04/2008 (3:25 am) · 8 replies
Hello im new and my goal is to create little multiplayer games off course i will start with single player games to learn but i really whant to make simple multiplayer games my question is, do i need to worck with the source for basic multi player or, do i need to do it with the scripting or, is there allready a a basic multiplayer option? thanks verry moche
About the author
#2
02/05/2008 (6:32 am)
Ahh thanks verry moche :), theres something else i whant to know whats that about iff you do a game yo have to buy a license how does that worck how much pay you pay once or every month or year and how moche thanks alo agen.
#3
If you make more than $250,000 per year, you must buy the commercial engine for $749. The commercial license also has less restrictions.
Here is the licensing information.
02/05/2008 (6:50 pm)
The Torque engine costs $150 and comes with everything, including the source code. You can sell the games made with this without paying any extra, but you must do a few things, such as putting Garage Games in the credits and showing the Garage Games logo.If you make more than $250,000 per year, you must buy the commercial engine for $749. The commercial license also has less restrictions.
Here is the licensing information.
#4
the license is is actually only to sell your games and to have the sorce code off the engine.
What about iff i whant to make a free game should i only use the demo then ???
correct me if im wrong thanks i thiink im getting to undrstand all this. Thanks alot and sorry for my bad inglish
02/06/2008 (1:50 pm)
The demo is the same thing ass iff you buy the license justthe license is is actually only to sell your games and to have the sorce code off the engine.
What about iff i whant to make a free game should i only use the demo then ???
correct me if im wrong thanks i thiink im getting to undrstand all this. Thanks alot and sorry for my bad inglish
#5
02/08/2008 (9:17 am)
Any might anser my last question heheh sorry iff im a pest
#6
02/14/2008 (8:58 pm)
Hm? I don't think they're the same.. the demo won't let me execute my own scripts... it says I can't play on that server. It says it had trouble with Player_debris.dts.
#7
02/14/2008 (9:00 pm)
Hm? I don't think they're the same.. the demo won't let me execute my own scripts... it says I can't play on that server. It says it had trouble with Player_debris.dts.
#8
Your best bet would be to try the demo out, start making your game. If you get to the point you believe you'll finish it, then buy the license and keep going.
Scripts not running would be because you're trying to run them as a client. When you start a game, even a singleplayer game, the program treats it as 2 separate processes, the client and server, though it has shortcuts to make things more effecient. This makes the dedicated server mode a lot simpler, and helps make sure you get a consistent view of what network connected players would experience.
02/15/2008 (11:21 am)
The demo is a full version of the game, but you have NO redistribution rights to go with it. You can mod the script files to make a game with it, but you can't release said game, even free.Your best bet would be to try the demo out, start making your game. If you get to the point you believe you'll finish it, then buy the license and keep going.
Scripts not running would be because you're trying to run them as a client. When you start a game, even a singleplayer game, the program treats it as 2 separate processes, the client and server, though it has shortcuts to make things more effecient. This makes the dedicated server mode a lot simpler, and helps make sure you get a consistent view of what network connected players would experience.
Torque Owner Niko Loeffelholz