Goat Simulator Wiki
Advertisement

You can bring up the in-game console by pressing the ~ key. This allows you to do some really useful things, like give yourself weapons, spawn bots, and get some performance measurements. You can repeat previous console commands by opening up the console and using the up and down arrow keys. Bear in mind that the UNREAL engine is behind all this and that the bulk of these commands are standard UNREAL command line commands. Some may not work as the admin access has been locked out on the Goat map.


Note that this isn't a complete list, only included common testing commands. (Normal gameplay commands, like “Say”, are purposely omitted.)


Player superpower commands

  • baa - makes you bleat
  • god - immortal
  • allweapons - all weapons
  • allammo - all ammo
  • loaded - all weapons & all ammo
  • fly - you can fly
  • ghost - you are untouchable
  • walk - you can walk (fly -> walk)
  • playersonly - pauses gameplay, but you can still move around

Bot commands

  • addbots [value]
  • killbots

Viewmodes (rendering and performance modes)

  • viewmode lit
  • viewmode unlit
  • viewmode wireframe
  • viewmode lightingonly
  • viewmode lightcomplexity
  • viewmode texturedensity
  • viewmode shadercomplexity
  • viewmode (returns to normal when given no parameter)

Performance/framerate reporting commands

  • stat fps
  • stat scenerendering
  • stat memory
  • stat engine

Show commands

  • show collision
  • show bsp
  • show staticmeshes
  • show postprocess
  • show particles
  • show foliage
  • show rigidbody

Screen and camera commands

  • behindview (toggles 3rd person view)
  • setres [value] (value is in form “640x480”)
  • fov [value] (value is in degrees, default is 90)

Other commands

  • shot (takes a screenshot)
  • slomo [value] (1 is normal game speed, <1 is slower, >1 is faster)
  • showhud
  • switchteam
  • exit
  • quit
Advertisement