• Developing Gamemodes
    4 replies, posted
I haven't been around on the developing side of Gmod in a few years, but I'll cut to the chase. My gamemode isn't showing up in the selection list, and I'm using this text file for my wild.txt ( stored properly blah blah blah ) [code] "wild" { "base" "base" "title" "wild" "menusystem" "1" } [/code] Is there an additional step that needs to be taken? or Am I missing something?
Try [lua] "wild" { "base" "base" "title" "wild" "maps" "^gm_|^gmod_" "menusystem" "1" } [/lua] In my experience without Maps it refuses to display on the list for me
Tried it, still no luck :/
[lua]"test" { "base" "base" "title" "test" "maps" "^gm_|^gmod_" "menusystem" "1" } [/lua] Just tested it that exact format is working for me so it leads me to believe the problem isn't with that file
Never mind, I just just figured out that they moved the files to the common folder
Sorry, you need to Log In to post a reply to this thread.