Cheats: Difference between revisions

From Unofficial EFPSE wiki Extended
Jump to navigation Jump to search
(Created page with " 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 [...")
 
No edit summary
 
(3 intermediate revisions by 2 users 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)
* '''wireframe''' view Wireframe information
* '''colliders''' show the colliders for [[triggers]], [[entities]], and invisible/hazard/enemy-barrier [[tiles]].


* '''goto [index]''' - moves to a map with a certain index (according to list, starting with 0)
* 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".