Game Development Community

Checkers tutorial

by James Ford · in Torque Game Builder · 04/13/2006 (11:14 am) · 11 replies

Is there anyway to actually play this game on one computer not on a network? Can I change something to run two instances of T2D ?

#1
04/13/2006 (11:44 am)
Use a debug build and a release build.
#2
04/13/2006 (12:34 pm)
I've had multiple instances running using a debug build ;)
#3
04/13/2006 (3:59 pm)
How do i do a debug build?
#4
04/13/2006 (4:06 pm)
Switch your build environment (example Visual Studio 2005 express) to build a debug version... and build it.
#5
04/13/2006 (6:24 pm)
I have visual studio 2005 . net, but could I get a little more detailed instruction?

I have never "built" t2d, im just working with scripting.
#6
04/13/2006 (7:07 pm)
First... get it building at all.

You can find instructions for doing so if you search GG.

After that, you can change it in the Project properties (I believe).
#7
04/13/2006 (8:40 pm)
It is kind of annoying. I'd like to play checkers with someone on the same PC. I wonder what changes would be needed to allow that.
#8
04/13/2006 (9:46 pm)
There is a tutorial on TDN on how to set up TGB to compile in VS 2005 express, its a great one by Jason Cahill.

I did the Checkers Tutorial and game in response to the requests of needing a multiplayer example using the present "turn based" networking (though TorqueNet Lite is a better representation).

I'd have to think on it a bit to see if there would be an easy way to allow a "hotseat" t ype of play mode without having to restructure it (and still keep it clean)... though I'm pretty busy at the office so It might become a weekend project.
#9
04/14/2006 (9:53 am)
That would be great, because a turnbased-single player game, would be a nice tutorial to have for reference
#10
04/14/2006 (10:09 am)
Hmm... maybe I'll make a tutorial some weekend about adding a hotseat mode to the Checkers Demo
#11
04/22/2006 (9:50 am)
I did a debug build of t2d and i could run the checkerstutorial twice, but when I hosted a game it did not appear on the other game, I could not join. Is there something else I need to do? (this computer is not on a network if it makes a difference)

Also, what else is a debug build good for?