|
Gore Codes -
Cheat mode:
Press ~ before or during game play to display the console window. Type remoteadmin 1 to enable remote access, then type Login developer to enable cheat mode. Then, enter one of the following codes at the console window to activate the corresponding cheat function.
Effect |
Code |
Toggle flight mode | fly <0 or 1>
|
Toggle God mode | god <0 or 1>
|
Toggle no clipping | noclip <0 or 1>
|
Toggle unlimited ammunition | uammo <0 or 1>
|
All weapons and ammunition | give_all
|
Display framerate | enable counter
|
Display crosshair | enable crosshair
|
Cycle through crosshairs | rotate crosshair
|
Level select | loadscenario("umc_spscenario1","<level name>")
|
Level select:
Start a new single-player game. After the Boot Camp level is done loading, do not click the "Next" icon. Instead, press ~ to display the console window. Type remoteaccess 1 to enable remote access, then type LOGIN developer to enable cheat mode. Enter loadscenario("umc_spscenario1","") using one of the following level names. When the new level is done loading the console window will disappear. Click the "Next" icon to start the new level.
bootcamp
cube
vertigo
brooklynsp
illegal
station
warehousesp
tucson
border
mansion
house
haunted
temple
gothic
space
plant
deadend
Level select (alternate):
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "umcgame.lgs" file in the "gorerules" folder in the main game folder. Delete all of the level descriptions before the level you wish to start at. Do not renumber the remaining level numbers. An example level description is:
mission1:
spawnCode("UMC_Mission0")
displayPage("umc_m1")
loadScenario("UMC_SPScenario1","bootcamp")
displayPage("next")
pause()
selectPlayer("player")
playScenario()
displayPage("mission_complete")
hidePage("mission_bootcamp01")
pause(4)
debugPause()
|
|