Garry's Mod

Garry's Mod

Prophunters
Harpie YTGF 28 Apr, 2020 @ 8:45am
Increase hunter blindlock time
I'd like to increase the time props have to hide from 30 seconds to 60 seconds. I found the values in the sh_config.lua file and changed the HUNTER_BLINDLOCK_TIME to 60. There appears to be no change. ANy suggestions?
< >
Showing 1-3 of 3 comments
Krisfrack 30 Apr, 2020 @ 7:36am 
Hello,

If you would like to change this, you should go on prophunters folder in your server folders.
You must find sv_rounds.lua on common\GarrysMoDS\garrysmod\gamemodes\prophunters\gamemode

After that you must edit 2 lines (personnaly I'm using notepad++):
near line 342 to found this:
if self:GetStateRunningTime() > 30 then
edit with
if self:GetStateRunningTime() > 60 then

and few lines below, about 10 to found this:
if self:GetStateRunningTime() > (self.RoundSettings.NextRoundTime or 30) then
edit with
if self:GetStateRunningTime() > (self.RoundSettings.NextRoundTime or 60) then

Then, if you would like to keep the starter countdown at start of the round, you must edit another line in the file cl_hud.lua at the same folder

Search near line 321 to find this:
local time = math.ceil(30 - self:GetStateRunningTime())
and edit with
local time = math.ceil(60 - self:GetStateRunningTime())

When you have done that the hunter's blind time is set to 60 secondes.
Please let us know if you have some issues.
Sorry for my english but, i'm not english speaking people. ^^'
Harpie YTGF 1 May, 2020 @ 9:19am 
What should I do if I can't find the prophunters folder on both the game server and locally on my computer? I am subscribed to the workshop but I can't seem to find the folder
Krisfrack 7 May, 2020 @ 8:27am 
Sorry for this late aswer, I had other thing to do. ^^'

So ! When you download a workshop's item you download a file with .gma extension but server can't read this file extension.
You must go on your game folder (\steamapps\common\GarrysMod\garrysmod\addons) and search for "prophunters_230275546.gma". Then open a new file explorer window and go to common\GarrysMod\bin on your game folder. Then reach "gmad" file BUT DON'T open it. Drag and drop the prophunters gma file on the "gmad.exe" file. After a couple of secondes a new folder will be created in your addons game folder.
If you don't understand, this is a tutorial link to extract .gma file : https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=431638110

In this folder you may find all files to change properties of your server gamemode. Now drag and drop (or copy/past it) this new prophunters folder in "addons" server folder. When you have done it, you must edit files like I told you before.


If you encounter any issues, I'm trying to help you sooner than the last time. ^^'
Sorry again about my english.
Have a nice day.
< >
Showing 1-3 of 3 comments
Per page: 1530 50