• Gamemode names!
    9 replies, posted
Okay so after updating my server I realized that the gamemode name that shows in the server browser changed to my gamemodenameherelol.txt file, for example garry.txt instead of GM.Name = "Garry Awsum " .. GM.Version Why is this happening ? It kinda annoys me the fact that the name that is registering is that name and not the gm name Any help ?
[QUOTE=McDunkable;38294579]Okay so after updating my server I realized that the gamemode name that shows in the server browser changed to my gamemodenameherelol.txt file, for example garry.txt instead of GM.Name = "Garry Awsum " .. GM.Version Why is this happening ? It kinda annoys me the fact that the name that is registering is that name and not the gm name Any help ?[/QUOTE] Are you running a gamemode (such as DarkRP), where your server isn't the only server? The server browser takes the most popular name for that gamemode, if you want a unique name, try changing the gamemode folder, however, it will mean your server is in a gamemode folder by itself... Also, changing the hostname works well too...
No, I run a custom gamemode I just gave that example, I usually keep it update with GM.Name = "Server " .. GM.Version but now that's just being ignored and naming it the actual name of the file For example zombie.txt Will display as zombie in the server browser instead of my GM.Name which is equal to Zombie 1.3.3.7 ( Example )
[QUOTE=McDunkable;38296650]No, I run a custom gamemode I just gave that example, I usually keep it update with GM.Name = "Server " .. GM.Version but now that's just being ignored and naming it the actual name of the file For example zombie.txt Will display as zombie in the server browser instead of my GM.Name which is equal to Zombie 1.3.3.7 ( Example )[/QUOTE] Change the top of your .txt file to the name you want. [lua] "Change this to your gamemode name to be listed." { "base" "" "title" "" "maps" "" "menusystem" "" "workshopid" "" "settings" { } } [/lua] [editline]3rd November 2012[/editline] That [I]might[/I] work. Garry's new server listing is fucking ridiculous.
I've already done that, I've been running the server since beta and I am already aware of all the changes in the .txt file, but that doesn't change it a bit.
Does the GM:GetGameDescription hook not work anymore?
Absolutely no clue, I've seen some people have already managed to fix it. But it still bothers me >> :suicide:
What about changing the info in shared.lua?
[QUOTE=Lebofly;38318908]What about changing the info in shared.lua?[/QUOTE] That is what GM.Name does... [QUOTE=McDunkable;38294579]Okay so after updating my server I realized that the gamemode name that shows in the server browser changed to my gamemodenameherelol.txt file, for example garry.txt instead of GM.Name = "Garry Awsum " .. GM.Version Why is this happening ? It kinda annoys me the fact that the name that is registering is that name and not the gm name Any help ?[/QUOTE]
All I can really think of is changing the actual txt file, but the problem is it doesn't allow spaces and _ are too mainstream. So. GARRY Y U NO ANSWER THIS ?
Sorry, you need to Log In to post a reply to this thread.