Cheats: Difference between revisions

From Unofficial EFPSE wiki Extended
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
* '''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]].
*'''perf''' enables real time performance information. This gives you a general idea of what's taking the most time in each frame.
*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 12:38, 20 November 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.
  • perf enables real time performance information. This gives you a general idea of what's taking the most time in each frame.
  • As of Alpha 49 you can execute single-line script commands from the console with ';' eg: ";player teleport 1 2 3".