Standalone game
by Dustin Mullen · in Technical Issues · 08/10/2007 (7:57 am) · 1 replies
What files do I need to make my game standalone? (then do transfer data and create a setup.exe file)
I read in my book about that somewhere, but I don't remember where it was and there are about 600 pages I would have to go through.
I believe i need to copy and paste example, game, (something), (something). Then somehow create a executable that will allow the game to play.
I read in my book about that somewhere, but I don't remember where it was and there are about 600 pages I would have to go through.
I believe i need to copy and paste example, game, (something), (something). Then somehow create a executable that will allow the game to play.
Torque Owner Mike Rowley
Mike Rowley
common -->folder
starter.fps -->folder
main.cs
all the dll's
torqueDemo.exe -->can be renamed by right clicking it
and make a blank text page called "console.log"
Run the exe and it should work. Make sure the main.cs is pointing to starter.fps first tho.
You can hack away from there.