KidneyBeanBoy Posted December 22, 2014 Share Posted December 22, 2014 So I looked at the credits of the game and noticed this: http://cloud-4.steampowered.com/ugc/29603210441837346/EA1107326E65C20ED43DF39D90B44CE52CD68588/ It seems to be some sort of debug screen. Do you guys already know about this? Link to comment https://forums.kleientertainment.com/forums/topic/47313-creditos/ Share on other sites More sharing options...
CowKillur Posted December 22, 2014 Share Posted December 22, 2014 Just looked at it, tried writing some standerd commands like help, command, and more but i only got Unkown command. :c Link to comment https://forums.kleientertainment.com/forums/topic/47313-creditos/#findComment-591324 Share on other sites More sharing options...
ScienceMachine Posted December 22, 2014 Share Posted December 22, 2014 > butts> UNKNOWN COMMANDWhat do you mean you don't know butts?? Link to comment https://forums.kleientertainment.com/forums/topic/47313-creditos/#findComment-591384 Share on other sites More sharing options...
KidneyBeanBoy Posted December 23, 2014 Author Share Posted December 23, 2014 I think I might have found a list of commands in the game files. Might be for something else though. local CHEAT_MENU = cheat_submenu( "*", { cheat_item( "Unlock Rewards", CHEATS.unlockAllRewards ), cheat_item( "Reveal All", CHEATS.seeEverything ), cheat_item( "Teleport Unit (Selected)", CHEATS.teleportSelected ), cheat_item( "Kill Unit (Mouse Over)", CHEATS.simKill ), cheat_submenu( "Spawn Units", { spawn_menu( "Items", unitdefs.tool_templates ), spawn_menu( "Props", unitdefs.prop_templates ), spawn_menu( "Guards", unitdefs.npc_templates ), }), spawn_program_menu( "Spawn Programs" ), cheat_submenu( "UI", { cheat_toggle( "Show UI", CHEATS.toggleUI ), cheat_item( "Print Widgets (Mouse Over)", CHEATS.printWidgets ), }), cheat_submenu( "Programmer", { cheat_toggle( "Track Leaks", CHEATS.toggleLeakTracking ) }) }) Link to comment https://forums.kleientertainment.com/forums/topic/47313-creditos/#findComment-591816 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.