So, I've got a server I've had for a while that uses a control panel and I get the error 'Could not find gamemode'
This is the path of the gamemode: Garrysmod/garrysmod/gamemodes/essenceshl2
Inside it is : info.txt
entities
gamemode
Inside the info.txt, is :
[CODE]"Gamemode"
{
"name" "essenceshl2"
"version" "1.0"
"author_name" "phpmysql"
"author_email" ""
"author_url" "forums.facepunchstudios.com"
"icon" ""
"info" ""
"hide" "0"
}[/CODE]
Thanks, Ess.
You need to change 'info.txt' to 'essenceshl2.txt' and also at the top of the file where it says "Gamemode", change that to "essenceshl2".
So for future reference, info.txt needs to be called whatever your gamemode's [U]folder[/U] name is called.
[QUOTE=HappyGhetto;44246073]You need to change 'info.txt' to 'essenceshl2.txt' and also at the top of the file where it says "Gamemode", change that to "essenceshl2".
So for future reference, info.txt needs to be called whatever your gamemode's [U]folder[/U] name is called.[/QUOTE]
Thanks, man! :D it worked!
Sorry, you need to Log In to post a reply to this thread.