Garry's Mod

Garry's Mod

Not enough ratings
JacobMIX's Prophunt server collection test
   
Award
Favorite
Favorited
Unfavorite
Description
https://drive.google.com/file/d/0B0WFA9YZKBygeFl0cnZCT1pZemc/view

!unstuck command: http://forums.ulyssesmod.net/index.php?topic=7795.0

ULX/ULib: http://ulyssesmod.net/downloads.php
(take the newest. Right now it's "ULX 3.62 Installer w/ ULib 2.52 (.exe)")

Used for Workshop Dedicted Server: http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers
Setup with SteamCMD: https://www.youtube.com/watch?v=i-1c0NQtBIE
It's recommended you checkout all the workshop items before you get too involved.

My server commands:
Press "F3" for random taunt.
Press "F4" for taunt menu.
Type "!mutemenu" in chat for a mute menu.
Type "!unstuck", "!stuck", "/stuck", or "/unstuck" to get help getting un-stuck.
Type "!kill", "/kill", "!die", or "/die" to make yourself suicide.
Type "!menu" for the Ulx/Ulib menu.
*WIP*

MapVote setup: https://github.com/tyrantelf/gmod-mapvote#ttt-and-deathrun-setup
And here's what i put in server.cfg: http://pastebin.com/m4wSjdbf
Plus these lines:
*↓*
//Rounds
mp_maxrounds "10"
gamemode prop_hunt

//MuteMenu
lmp_text_command "mutemenu"
*↑*
server.cfg should be in: "...\Garrysmod\garrysmod\cfg" btw.

Also edited "...\Garrysmod\garrysmod\data\mapvote\config.txt" a bit:
*↓*
{"RTVPlayerCount":3,"MapLimit":24,"TimeLimit":28,"AllowCurrentMap":false,"MapPrefixes":{"":""},"MapsBeforeRevote":3,"EnableCooldown":true}
*↑*
(Because i'll just set what maps that show up on MapVote myself)

I have picked out what maps will show on the MapVote screen by:
Going into "!menu" and *WIP*

I have also added my own automated messages from !menu.
(If you want to do the same go to "!menu" settings tab -> Server -> Pick "ULX Adverts",
and on the bottom right click "create". Set time, color, and tick "display in center" on or off.)

Also you gotta remember to make yourself admin on the server.
Do this by joining the server, and posting "status" in console.
(Bind an "open console" key in options to open console)
Or use something like https://steamidfinder.ru
You should get your "Unique (Steam) ID" and "UserID Name" copy those.
Go to "...\Garrysmod\garrysmod\settings\users.txt" and post your name like this:
*↓*
"superadmin"
{
//"garry" "STEAM_0:1:7099"
"YOUR USERID NAME HERE" "UNIQUEID HERE"
}
*↑*

Edited: taunt_menu_for_prop_hunt_327172650.gma
Edited out the C key.

Other lua script addons:
chatkill.lua:
''↓''
function chatCommand( ply, text, public )
if ( text == "!die" or text == "!kill" or text == "/die" or text == "/kill" ) then
return(false)
end
end
hook.Add( "PlayerSay", "chatCommand", chatCommand );
''↑''


If you can't port forward you can use something like: http://upnp-portmapper.sourceforge.net/
Here's an old guide about it i made:
http://gtm.steamproxy.vip/sharedfiles/filedetails/?id=274366319
Items (4)
Mute Players Menu for servers
Created by The Leprechaun
If you are using a custom scoreboard in Gmod 13 that does not have mute buttons for players, then this is for you. THIS IS INTENDED FOR SERVERS ONLY This is a simple menu that will display the players in the server, and allow you to mute them. This include...
Taunt Menu for Prop Hunt [DISCONTINUED]
Created by Vash Baldeus
DISCONTINUED DEVELOPMENT, I NO LONGER PLAY GMOD. THE ADDON STILL WORKS FOR STANDARD PROPHUNT, I JUST NO LONGER SUPPORT IT. Project continued here by another developer (click) ** Menu works with the Default Taunts that come with Prop Hunt Gamemode ** I beli...
MapVote - Fretta-like Map Voting
Created by Lucien
MapVote is a Fretta-like map voting system for Garry's Mod 13, with a few added features. It was originally created by Willox and released in the facepunch thread here. I have received permission from Willox to continue this and release it here. Features +...
Prop Hunt Classic Map Pack
Created by eelikay
For the people who want the classic prop hunt maps but not the unofficial Prop Hunt gamemode. NOTE: This map pack requires Counter Strike: Source for textures and models. Includes: ph_motel_blacke_v3 ph_no1office ph_ratrun_sewers AND Ratrun Materials ph_to...