Game Development Community

TGE Noob: #8 The Pain in Main is really very plain

by Richard Bottoms · in Torque Game Engine · 03/18/2005 (9:04 am) · 1 replies

TGE Noob: #8 The Pain in Main

You want to distribute your game with only .dso files but you are stuck with main.cs in your root directory.

The solution comes by way of Todd Degani www.garagegames.com/my/home/view.profile.php?qid=48142 who pointed me to this solution created by Bryce Weiner www.garagegames.com/my/home/view.profile.php?qid=23074

...

Hack to remove main.cs with 3 lines of code

www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=6252

#1
03/18/2005 (1:39 pm)
I know some people are scared off by the word "hack" but if you take a look at the article this isnt a hack, but is simply hard coding main.cs into the engine.