Forums Index >> Modding >> Art Crazy Read!!!!
Page : <1> :
Yea it should work...
Is that what it should look like? Well let me try it
It still doesnt work
Art Do u got TGE cause if u do I need to know what it has in it cause I aint gunna fork over 100$ for something that can only edit terrains
And where do I put the special.cs file
Devilmaykill
Art is probably to nice a guy to say it but
"You really need to read up on this stuff so you dont ask
the obvious" Modding Resource
Besides do you want to learn or do you want Art to do it for you. Do you?
This friendly
advise brought to you by the Rooster
I already got the special.cs file but I need to know what T.G.E. Features it has
The special.cs is a TT add-on to enhance mods.
It allows for heal gates - smoke emitters and really funky weapons.
It has nothing to do with TGE........
Torque Game Engine is an awesome game creation program that was used to
create Thinktanks and Marble Blast (to name two).
The special.cs has detailed instructions in the Modding Resource thread
see linky ^
There is no need for me to retype them here - Max did an wonderful job of
explaining it
Please read and experiment some more
It will come to you.........
Page : <1> :
I already got everything programmed for the solo cheat script but where do I put the line ill show u what it looks like
}exec("game/server/dash/main.cs");
//Art Crazy's Solo Cheat Script Begin
exec("game/client/scripts/Solo Cheat Script/SoloCheat.cs");
//Art Crazy's Solo Cheat Script End
// ModWizard
exec("game/server/scripts/ModWizardMain.cs");
if (!$Server::Dedicated) {
moveMap.bindCmd(keyboard, "m", "", "exec("game/client/scripts/ModWizardBindings.cs");");
}
Does that look right if not can u please :[ show me what it should look like.