Garry's Mod

Garry's Mod

ObjHunt
ObjHunt Not Appearing in Menu
I recently saw ObjHunt featured on Rooster Teeth, and was interested in setting up a game to play with my friends. Unfortunately, the game does not appear in the Garrysmod menu. I've looked around for a solution, but have not found one that directly answers my question. I have already uninstalled other hide and seek mods, as well as uninstall/reinstall Garrysmod. I've also downloaded the file from the web page, and unzipped the contents into the /gamemode folder.

Does the game mode not show up due to a bug? Is there a workaround?

Thank you for the assistance.
< >
Showing 1-5 of 5 comments
Seraphina 6 Oct, 2016 @ 2:21pm 
From what I heard, a recent update made an in-game hosted server either impossible or very difficult to get working, and that a Dedicated Server is required. However, this was read in the mod's workshop page's comments, so, grain of salt.
Pepsi 7 Oct, 2016 @ 12:32pm 
Hey Plissken,

I looked into it and found your fix. It looks like there was a little naming change to increase popularity.

You’ll need to download the off his website as you did and rename the folder “objhunt”. So, your path should look something like: “garrysmod\gamemodes\objhunt\”. In there, you should see a text document named “prop_hunt.txt” and rename that to “objhunt.txt”.

Lastly, navigate to “\objhunt\gamemode\shared.lua”, open it in some text editor, and you should see on line 6 “GM.BaseDir = "prop_hunt/gamemode/"”. You want to change that to “GM.BaseDir = "objhunt/gamemode/"”.

That should fix your troubles.
A E S T H E T I C  [developer] 23 Nov, 2019 @ 11:12am 
it's meant to be used as a dedicated server
Marum 8 Apr, 2020 @ 11:08pm 
Originally posted by Pepsi:
Hey Plissken,

I looked into it and found your fix. It looks like there was a little naming change to increase popularity.

You’ll need to download the off his website as you did and rename the folder “objhunt”. So, your path should look something like: “garrysmod\gamemodes\objhunt\”. In there, you should see a text document named “prop_hunt.txt” and rename that to “objhunt.txt”.

Lastly, navigate to “\objhunt\gamemode\shared.lua”, open it in some text editor, and you should see on line 6 “GM.BaseDir = "prop_hunt/gamemode/"”. You want to change that to “GM.BaseDir = "objhunt/gamemode/"”.

That should fix your troubles.

This fixed a few of my troubles. I went in the code and fixed the remaining Lua errors one by one, i hope this helps:

Change the name of the three files in gamemode/player_class from
player_hunter.lua, player_prop.lua, player_spectator.lua
to
class_hunter.lua, class_prop.lua, class_spectator.lua

At the top of gamemode/init.lua add this line: include( "shared/sh_config.lua" )

That did it for me, minus a few bugs that went away with a restart
Player 7 2 Feb, 2021 @ 8:54pm 
Here is Where you Download it
https://github.com/Newbrict/ObjHunt
< >
Showing 1-5 of 5 comments
Per page: 1530 50