"Children of the Forest" UI setting code sharing

Jan 15 2025

1 READS

Children of the Forest is an open world survival adventure game. There are a lot of codes in the game, some of which are about UI settings. Players can set the UI of the game, which is the logo patterns on the game interface, and players can hide them. UI settings code sharing UI settings showhud on/off Enable/disable HUD (useful for screenshots) showui on/off Enable/disable UI display (the same code has the same function, the two codes must use the same code to close or enable, and cannot be mixed) showinworldui off no

"Children of the Forest" is an open world survival adventure game. There are a lot of codes in the game, some of which are about UI settings. Players can set the UI of the game, which is the logo patterns on the game interface, and players can hide them.

UI setting code sharing

UI settings

showhud on/off enables/disables HUD (useful for taking screenshots)

showui on/off enables/disables UI display (the same code has the same function, the two codes must use the same code to turn off or enable, and cannot be mixed)

showinworldui off does not display the names of other players (on restores the display)

freecamera on free perspective camera (QE controls height; right mouse button rotation direction)

vitalsshowdebug on displays specific values ​​such as blood volume and stamina

Notes

Press Enter in multiplayer mode, enter cheatstick (blind input is sufficient in single-player mode), and press F1 (if the command console does not appear, try a few more times)

Note:

· BUFF skills (codes) need to be re-entered every time you enter the game

· General skills +on means to turn on +off means to turn off

· Remember to include the quantity after creation skills

· Creative skills can only generate models if they are items that have not been released. In order to avoid bugs, screen them yourself

Related Articles