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
MidNiteGalaxy is correct, but there is much, much more that needs to be done in order for this to work. You have to download the file from the addon's website http://xspacesoft.github.io/PropHunt/ Once at the website, you should be able to download a tar.gz or .zip file. I just download the zip file because I am more familiar with them and some of the following information may not pertain to the tar.gz file. Once you download the file, extract it to an easily accessible location, often the desktop. Inside the extracted folder should be a gamemodes and sound folder along with some other files. Open up the gamemodes folder and move the prop_hunt folder to an easily accessible location. Move the fretta folder, found in the same gamemodes folder, into the gamemode folder THAT'S INSIDE THE PROP_HUNT FOLDER. Make sure that you're actually moving the fretta folder to the gamemode folder inside prop_hunt. Now, inside the main extracted folder, move the sound folder into the same folder you put the fretta in, the gamemode folder inside the prop_hunt folder. This next part is actually what fixes the issue with picking up props. Inside the prop_hunt>gamemode folder, there should be a lua file called init.lua. Open this with text document or some other document opener like text document. Press Ctrl+F to open up the search bar, and copy and paste GM:AllowPlayerPickup(player, entity) into the search bar (If this doesn't work, try narrowing the search by getting ride of the GM part or something). The full line should look like
function GM:AllowPlayerPickup(player, entity) return falseend
you want to replace the false in falseend to true, so it looks like trueend. Once you have done this, you should be able to move the whole prop_hunt folder into the GarrysMod>gamemodes folder and things should work.
I just figured this out myself, but it seems to work. If someone has problems with this tutorial, try and find a solution and comment so I can change my tutorial to help people with the same issue.
I get a error when I start up prop hunt :(
thank you so much it helped me but the only problem im having is i dont have a taunt D: i did what you told me to do i dragged the sound from the unzipped file into the gamemodes folder inside prop hunt where fretta is but i still dont have taunts :/
Make sure that the taunts go into your
You, sir, are a hero to me <3
I've spent over 6 hours googling and trying to fix this issue and it was right here all along :)
Thank you so much!