This command fades the screen in after having previously been faded out. The fade effect is the same as that used for cut scenes. Use fadeout
to fade out the scene.
The fadein
command gradually transitions the game screen from black to full color.
When games run cutscenes or open in a different location, sometimes the screen goes black for a couple of seconds to adjust and focus on the scenery or an object in the game. This command allows you to skip that black screen and just directly transition to the game scene.
Command | Effect |
---|---|
dlgshow | This command will hide the game's GUI (HUD). Use |
fadein | This command fades the screen in after having previously been faded out. The fade effect is the same as that used for cut scenes. Use |
fadeout | This console command will fade out the game using the same effect that is used for a cut scene. Use |
testpause | This command will pause the game. |
testunpause | This command will unpause the game. |
ToggleCameraAutoRotation | This console command enables and disables the automatic rotation of the camera that follows your character. |
toggledebuglabels | This command toggles the display of labels for items, characters, and other in-game items. |
Command | Effect |
---|---|
dlgshow | This command will hide the game's GUI (HUD). Use |
fadein | This command fades the screen in after having previously been faded out. The fade effect is the same as that used for cut scenes. Use |
fadeout | This console command will fade out the game using the same effect that is used for a cut scene. Use |
testpause | This command will pause the game. |
testunpause | This command will unpause the game. |
ToggleCameraAutoRotation | This console command enables and disables the automatic rotation of the camera that follows your character. |
toggledebuglabels | This command toggles the display of labels for items, characters, and other in-game items. |