Console Commands - Crucial-Experiment/HelloNeighborGamesRemake GitHub Wiki
The game console allows you to enter and execute commands designed to control the gameplay and debug. It supports both native commands and standard Unreal Engine console commands.
Button to open U
-
Ghost
— enables the mode of passing through walls and objects -
Fly
— enables free flight mode -
Walk
— disables theGhost
andFly
modes, returning to normal movement -
Teleport
— instantly moves the player to the target point -
RestartLevel
— restarts the current level -
DestroyTarget
— deletes the object that the scope is aimed at -
EnableCheats
— enables cheat commands -
ChangeSize <Int>
— changes the size of the character (theInt
value indicates the scale) -
Shot
— takes a screenshot
-
SkipCutscene
— skips the current cutscene -
ChangeModel <Int from PlayerModel_Enum>
— changes the player's model
All multiplayer commands require a <Player Index>
, which can be viewed in the top-right corner of the console. The host (main player) is always assigned Player Index 0
, which can be considered as Player 1.
For example, using Teleport 1
will teleport Player 2 to the location your crosshair is pointing at.
-
Fly <Player Index>
- enables flight mode for the specified player -
Walk <Player Index>
- disablesFly
mode, returning the player to normal movement -
Teleport <Player Index>
- teleports the specified player to the location your crosshair is pointing at -
Catch <Player Index>
- forces the AI-controlled Neighbor to remotely catch the specified player, returning them to their original position -
ChangeSize <Player Index> <Int>
- changes the size of the specified player -
ChangeModel <Player Index> <Int from PlayerModel_Enum>
- changes the model of the specified player