Cheats: Difference between revisions

From Unofficial EFPSE wiki Extended
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
* '''earth''' - reverts previous cheat
* '''earth''' - reverts previous cheat
* '''map next''' - moves to a next map
* '''map next''' - moves to a next map
* '''goto [index]''' - moves to a map with a certain index (according to list, starting with 0)
* '''goto [index]''' - moves to a map with a certain index (according to list, starting with 0)
* '''wireframe''' view Wireframe information
* '''wireframe''' view Wireframe information
* '''colliders'''' show the colliders for [[triggers]], [[entities]], and invisible/hazard/enemy-barrier [[tiles]].
* '''colliders''' show the colliders for [[triggers]], [[entities]], and invisible/hazard/enemy-barrier [[tiles]].
 
* As of '''Alpha 49''' you can execute single-line script commands from the console with ';' eg: ";player teleport 1 2 3".

Latest revision as of 20:45, 6 September 2025

Yes. You need to run the game with an argument "-console". Then in game press the tilde key (`) and the console will be shown. Then you can enter next commands:

  • ai enable - enable enemies ai
  • ai disable - disable enemies ai
  • god - toggle god mode
  • give all - give all weapons, ammo and keys
  • noclip - toggle noclipping
  • moon - moon gravity
  • earth - reverts previous cheat
  • map next - moves to a next map
  • goto [index] - moves to a map with a certain index (according to list, starting with 0)
  • wireframe view Wireframe information
  • colliders show the colliders for triggers, entities, and invisible/hazard/enemy-barrier tiles.
  • As of Alpha 49 you can execute single-line script commands from the console with ';' eg: ";player teleport 1 2 3".