Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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. ^^'
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.