Ulysses

General => Developers Corner => Topic started by: bile on January 15, 2015, 12:12:02 PM

Title: Fretta: Deleting end of round vote maps from vote list
Post by: bile on January 15, 2015, 12:12:02 PM
Hey there guys i created a server and and the one problem i have run into is at the end of the round a bunch of counter strike maps show up on the end game map voting list along with the ones that i want to keep for my prop hunt server. i have looked and i have looked for a way to delete these but to no avail. and just to be clear. im talking about when you reach 10 rounds in gmod prop hunt a little window shows up allowing all to vote on the next map. that has unneeded maps that i would like to remove.i believe its fretta that does this. not sure how to edit the files though :/ Thanks for any help you can give me
Title: Re: Fretta: Deleting end of round vote maps from vote list
Post by: Luk | twitch.tv/doctorluk on January 17, 2015, 09:38:35 AM
Do you have a config.txt inside of garrysmod/data/mapvote? If yes, there are allowed prefixes listed. These are mine for my TTT Server:
Code: [Select]
"MapPrefixes":{"1":"ttt_","2":"de_","3":"cs_"}If I would like to remove de_ and cs_ maps, I'd change it to something like this:
Code: [Select]
"MapPrefixes":{"1":"ttt_"}