• Game Mode Doesn't Appear on List
    4 replies, posted
I recently created a Game Mode with this tutorial [url]http://wiki.garrysmod.com/?title=LUA:Gamemode_from_scratch[/url] and I placed it in my garrysmod gamemodes folder. I restarted steam and went into Garrysmod but it doesn't show up on my list on gamemodes. Anybody know why?
You don't need to restart steam. Does your gamemode have an "info" file, and if so, are you sure it's a .txt files and not an .lua files?
make sure your info.txt looks like this [code]"Gamemode" { "name" "fill these in" "version" "1.0" "author_name" "" "author_email" "" "author_url" "" "icon" "" -- dunno bout this "info" "" "hide" "0" -- important to keep in 0 }[/code]
Also remove comet's comments, its parsed as keyvalues(they break it)
Thanks it's working now. Apparently, the problem was that I was using WordPad (not notepad) to write the info.txt so when I clicked save as text document it was a rich text document instead of a normal one.
Sorry, you need to Log In to post a reply to this thread.