Game Development Community

Show tool won't work with CH3

by Bruno Grieco · in Torque Game Engine · 07/25/2005 (3:04 pm) · 1 replies

I haven't really debug CH3's main.cs to see what's causing it. Maybe cause CH3 is really a very simple mod and can't handle it.
But when I call
"tge -mod ch3 -show" there are no shapes listed.

Any workaround for this ?

#1
08/04/2005 (2:57 pm)
If you got Show to come up at all ( i wound up modifying the main.cs from the TGE demo and replace the main.cs in chap6 so that i could edit the project name to run just like in TGE), then all you need to do is make a data subdirectory inside the Show directory, and copy the parts of the data directory you want from the control directory...

or simply copy the entire data directory from control over to show...

i'm sure there must be another way to do this... but this is the simplest way i found...

good luck

--Mike