Runner Is a fast paced gamemode which involves two teams the shooters and the runners. Both teams can sprint at amazing speeds but only the shooters have guns and their job is to kill all the runners using any gun at their disposal.
If you are experiencing trouble loading the gamemode on your gmod client then you will need to download it and install it manually you can download it with instructions at [URL="https://www.dropbox.com/s/6fz5ymcxk1krjam/Runner%20Gmod%20Install.zip"]DropBox[/URL]
Go to [URL="https://www.dropbox.com/s/jbmvsbwtwvbf2w7/runner.zip"]DropBox[/URL] to get this gamemode for your gmod server just put it into the gamemodes folder and your done,
[B]NOTE:[/B] I am not the creator of this but would like to see if anyone would like to help add to this.
[B]STEAM WORKSHOP:[/B]
[url]http://steamcommunity.com/sharedfiles/filedetails/?id=201784388[/url]
Currently I am the only one hosting this (developer does not have it up anywhere).
You can connect to it [URL="steam://connect/fg.hopto.me:27017"]here[/URL]!
On my server for this I did adjust the speed of sprinting from [B]500[/B] to [B]400[/B] (500 was just insane)
Currently this Gamemode really has no goal, you try and shoot people if you are a shooter and if you are a runner you just run.
[B]Some notes:[/B]
-My server has a pointshop (just copied my PH one) and if you buy a gun there you can use it even if you are a runner.
-If you are a shooter and die, you can respawn (must move forward to respawn) as a runner.
[B]Things that I think should be done:[/B]
-Needs some sort of goal for the game, either be the last runner alive or something like that.
-One idea I got from a friend who tested this out was to have everyone start out with a gun and whoever is the last living will be the shooter for the round. (or it could just be random like Murder)
-Maps specific for this gamemode (currently just have it sitting on gm_construct)
-Needs some sort of better scoreboard and hud maybe?
-Add a cooldown for the running?
It's 4am and my brain is shot but if anyone would like to test this out, feel free to connect to my server since its the only one up and then come back here if you have any ideas or if you just think this isn't worth building off of.
[QUOTE=Judd;43189551]
-My server has a pointshop (just copied my PH one) and if you buy a gun there you can use it even if you are a runner./QUOTE]
Fix this
[QUOTE=BFG9000;43189556][QUOTE=Judd;43189551]
-My server has a pointshop (just copied my PH one) and if you buy a gun there you can use it even if you are a runner./QUOTE]
Fix this[/QUOTE]
No idea how and I just have this up for people to test.
All it takes is a couple clicks and a removal of the _category.lua file under pointshop/lua/items/weapons
[QUOTE=BFG9000;43189625]All it takes is a couple clicks and a removal of the _category.lua file under pointshop/lua/items/weapons[/QUOTE]
I know how to do that. This is not a problem with the gamemode itself though. Again I just have this up for people to check out. Ignore the PointShop.
Also thinking about it, there should be something added (just like in prop hunt) to where if someone does have a pointshop only one team can buy things.
[QUOTE=Judd;43189649]I know how to do that. This is not a problem with the gamemode itself though. Again I just have this up for people to check out. Ignore the PointShop.
Also thinking about it, there should be something added (just like in prop hunt) to where if someone does have a pointshop only one team can buy things.[/QUOTE]
[CODE]function CATEGORY:CanPlayerSee(ply)
return ply:Team() == "Team Name"
end[/CODE]
Sorry, you need to Log In to post a reply to this thread.