• Prop Hunt Fretta Voting Help
    9 replies, posted
so i have both the fretta voting and prophunt installed and i have place 5 ph_ maps in bothe th garrysmod/maps and garrysmod/gamemodes/prop_hunt/maps and garrysmod/gamemodes/prop_hunt/gamemode/maps and at the end of the 15 rounds it goes to map voting and there are no maps that come up how do i fix this so that it shows the maps
Go into gamemodes/prop_hunt/prop_hunt.txt You'll find something like this: [code] "fretta_maps" { "1" "cs_" } [/code] Add a new line in for each prefix you want to come up, so for example: [code] "fretta_maps" { "1" "cs_" "2" "ph_" "3" "prophunt_" -- etc } [/code]
[QUOTE=NiandraLades;43452323]Go into gamemodes/prop_hunt/prop_hunt.txt You'll find something like this: [code] "fretta_maps" { "1" "cs_" } [/code] Add a new line in for each prefix you want to come up, so for example: [code] "fretta_maps" { "1" "cs_" "2" "ph_" "3" "prophunt_" -- etc } [/code][/QUOTE] wow thank you so much do you have to put the .bsp at the end or no
You put map prefixes, not maps names/map filenames.
[QUOTE=Robotboy655;43452972]You put map prefixes, not maps names/map filenames.[/QUOTE] so it would be "fretta_maps" [CODE]{ "1" "cs_office" "2" "ph_ratrun_sewers" }[/CODE]
NiandraLades already told you the answer. [code] "fretta_maps" { "1" "cs_" "2" "ph_" "3" "prophunt_" -- etc }[/code] Look up what a prefix is on Google.
[QUOTE=Handsome Matt;43453092]nope, just the prefixes and then just put any maps you want in your maps folder.[/QUOTE] ok thankyou
Basically, if you were to put "2" "ph_" in the file, it'll grab every map beginning with ph_ in your maps folder
[QUOTE=NiandraLades;43453255]Basically, if you were to put "2" "ph_" in the file, it'll grab every map beginning with ph_ in your maps folder[/QUOTE] thankyou
Sorry, you need to Log In to post a reply to this thread.