Page 1 of 1

How do I Get rid of the demo game?

Posted: Tue Mar 14, 2006 4:31 am
by incenseman2003
I finally did get the patch running and the game builder to work. However, I would like to know how to keep the demo out of my game menu. When I build the game and run it I get the game men. If I choose the guy in the grey shirt and I end up in the game I built. If I choose the guy in the red shirt then I end up in the demo that came the Reality Factory game maker.

Does anyone know how to keep the Demo game out of the menu choices?

If so, How?

Posted: Wed Mar 15, 2006 2:47 pm
by Juutis
RealityFactory supports player character selection. All the different player characters can be defined in the install/character.ini file. The definitions for those two characters (the grey and red shirted) should be there and both should have a line "startlevel = ...". That line sets the starting level for the characters.

Your problem can be solved by disabling the character selection with IniEditor.exe or by changing the previously mentioned line to whatever your level is called (for example TestLevel.bsp).

Posted: Wed Mar 15, 2006 6:54 pm
by incenseman2003
Thanks Juutis,

Most excellent!!!