Goat Simulator
Marcel Apr 5, 2014 @ 8:06am
Console commands
I have a problem with the console! When I type things like fly or ghost it says "Command not recognized"! Things like "show hitboxes" work!
< >
Showing 1-15 of 22 comments
some random guy Apr 18, 2014 @ 9:27am 
Nobody really knows any console commands so they could possibly not exist or you could have possibly encountered a glitch
some random guy Apr 18, 2014 @ 10:08am 
After lots (aka not much) of research I have come up with an explanation. I believe commands have been borrowed from another game (probably an FPS due to the mentioning of Classes and Kills) meaning that some commands haven't been implemented and are just leftover text from the original console.
TacoFox Apr 18, 2014 @ 10:21am 
stat FPS = displays FPS
TacoFox Apr 18, 2014 @ 10:22am 
Unreal engine has built in commands
botman Apr 18, 2014 @ 10:58am 
"fly" and "ghost" are handed by the CheatManager.uc class. It will only be enable if cheats are enabled. This code in the GGGameInfo.uc disables the cheatmanager:

function bool AllowCheats( PlayerController P )
{
`if(`notdefined(IS_STEAM_VERSION))
return true;
`else
return false;
`endif
}

Cheats are disabled in the Steam version of the game.
Grunt Mar 11, 2015 @ 1:51am 
The commands on the wiki page for the game were actually copied off a game called Chivalry - Medieval Warfare. Someone had easily pasted it on there and left it. I don't believe there are any ghost or fly commands.
Last edited by Grunt; May 13, 2015 @ 12:04am
Eren Jun 22, 2015 @ 6:02am 
Originally posted by botman:
"fly" and "ghost" are handed by the CheatManager.uc class. It will only be enable if cheats are enabled. This code in the GGGameInfo.uc disables the cheatmanager:

function bool AllowCheats( PlayerController P )
{
`if(`notdefined(IS_STEAM_VERSION))
return true;
`else
return false;
`endif
}

Cheats are disabled in the Steam version of the game.
Why they disabled cheats?
botman Jun 22, 2015 @ 8:32am 
Originally posted by Le Shreks:
Why they disabled cheats?

Why not?
Eren Jun 22, 2015 @ 12:28pm 
Originally posted by botman:
Originally posted by Le Shreks:
Why they disabled cheats?

Why not?
GS has no multiplayer and It's a fun game because of bugs etc... It could be more fun with cheats...
Unicarn Jun 22, 2015 @ 1:18pm 
Originally posted by Le Shreks:
Originally posted by botman:

Why not?
GS has no multiplayer and It's a fun game because of bugs etc... It could be more fun with cheats...
Possibly because of achievements?
Eren Jun 24, 2015 @ 1:35am 
Originally posted by Unicarn:
Originally posted by Le Shreks:
GS has no multiplayer and It's a fun game because of bugs etc... It could be more fun with cheats...
Possibly because of achievements?
If they would care achievements (no company care them) they would delete achievement maps in workshop. Also there is hack for Steam Achievements. You can get all achievements in 1 second. Just saying...
Last edited by Eren; Jun 24, 2015 @ 1:35am
TenDot11 Jun 30, 2015 @ 2:35am 
Originally posted by Le Shreks:
Originally posted by Unicarn:
Possibly because of achievements?
If they would care achievements (no company care them) they would delete achievement maps in workshop. Also there is hack for Steam Achievements. You can get all achievements in 1 second. Just saying...

What "hack" are you speaking of?
botman Jun 30, 2015 @ 6:18am 
Google for "Steam Manager". You'll see it.
scout Jun 30, 2015 @ 12:31pm 
i dont konw its a bit of a computer mystery
niandra Nov 28, 2015 @ 11:14am 
Originally posted by some random guy:
After lots (aka not much) of research I have come up with an explanation. I believe commands have been borrowed from another game (probably an FPS due to the mentioning of Classes and Kills) meaning that some commands haven't been implemented and are just leftover text from the original console.
They're the standard Unreal Engine commands
< >
Showing 1-15 of 22 comments
Per page: 1530 50

Date Posted: Apr 5, 2014 @ 8:06am
Posts: 22