Garry's Mod

Garry's Mod

Murder
sixpackjones 30 Jan, 2014 @ 5:24pm
Murder Glitch
Ok so I recently set up a murer server. I installed the gamemode, dragged the materials folder into murder ect.. And I launch up my server with the map clue. Everything works great. I'm having a minor glitch with the murderer. When he spawns, hes got the knie and all but its glitched. The animation is messed up (meaning it will swing just it won't swing all the way) Also when he rubs the knife it goes faster/ Like when he puts the knife in his hand and rubs it and puts it back in regular position. This has really been annoying since its harder to aim with it especially the knife purposly doesn't have crosshairs. I reset my server, changed the map, removed the gamemode and reinstalled it, removed all addons, and even recreated my server. This is going on with everyone in the server. Any ideas?
< >
Showing 1-11 of 11 comments
FriendlyBaron 30 Jan, 2014 @ 11:21pm 
If you want a crosshair, edit your files as done in this commit: https://github.com/martindisch/murder/commit/ecfb83abfea4f7eecb4cbacaa5291438b86fa21c

Do you have CSS? Does the server have CSS? Do the other players have CSS?

Do you and the others have the Murder gamemode installed/subscribed?
sixpackjones 31 Jan, 2014 @ 2:32pm 
I looked up for like 3 hours on how to install CCS to my server. I don't want the crosshairs to the knife because that would give the murderer an advantage. I can see the map whihc I know you need CCS to see it so I think my server has CCS. Like I said before, I looked up on the internet how to install CCS to my server. Yes, everyone else and me have the gamemode installed and subscribed and enabled.
MisterExodius 5 Feb, 2014 @ 4:13am 
You need to mount CSS in the cfg folder at mount.cfg, Ive had the same problem.. Thats all you need to do.
sixpackjones 5 Feb, 2014 @ 7:34pm 
Originally posted by eXo Mister Exodius:
You need to mount CSS in the cfg folder at mount.cfg, Ive had the same problem.. Thats all you need to do.
OK let me tell you this. I do have it in my mout.cfg. This is what it looks like: //
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
// "cstrike" "C:\steamcmd\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
// "tf" "C:\mytf2server\tf"
// "cstrike" "C:\ServerInstall\SteamCMD\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
}

No matter what I do it still does the knife thing..
sixpackjones 5 Feb, 2014 @ 7:35pm 
Originally posted by itsatacoshop247:
If you want a crosshair, edit your files as done in this commit: https://github.com/martindisch/murder/commit/ecfb83abfea4f7eecb4cbacaa5291438b86fa21c

Do you have CSS? Does the server have CSS? Do the other players have CSS?

Do you and the others have the Murder gamemode installed/subscribed?
Yes, my server has CCS. This is what is inside the mout.cfg file: //
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
// "cstrike" "C:\steamcmd\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
// "tf" "C:\mytf2server\tf"
// "cstrike" "C:\ServerInstall\SteamCMD\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
}

No matter what I do it still does the knife glitch. Any ideas?
FriendlyBaron 5 Feb, 2014 @ 10:28pm 
Well youv've got it commented out.

//this line is a comment

The computer will not read a line that starts with //, so remove that in front of the ones you actually want it to use.
sixpackjones 7 Feb, 2014 @ 2:46pm 
Originally posted by itsatacoshop247:
Well youv've got it commented out.

//this line is a comment

The computer will not read a line that starts with //, so remove that in front of the ones you actually want it to use.

I removed them and it didn't work. Heres what mount.cfg looks like now:

Use this file to mount additional paths to the filesystem
DO NOT add a slash to the end of the filename


"mountcfg"
{
"cstrike" "C:\steamcmd\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
"tf" "C:\mytf2server\tf"
"cstrike" "C:\ServerInstall\SteamCMD\steamapps\common\Counter-Strike Source Dedicated Server\cstrike"
}

Did I not remove the //'s correctly?
FriendlyBaron 7 Feb, 2014 @ 3:30pm 
You have two cstrike's declared, it's probably using the wrong one. Verify which one is the correct one and use that only.
TheCharlesFickle 25 Sep, 2014 @ 9:05pm 
You have to have the correct path also like my mount looks like this:

//
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
"cstrike" "C:\Users\Bustercj123\Desktop\All\All\Games\Muder\css\cstrike"
// "tf" "C:\mytf2server\tf"
}


sixpackjones 26 Sep, 2014 @ 3:04pm 
Originally posted by Bustercj:
You have to have the correct path also like my mount looks like this:

//
// Use this file to mount additional paths to the filesystem
// DO NOT add a slash to the end of the filename
//

"mountcfg"
{
"cstrike" "C:\Users\Bustercj123\Desktop\All\All\Games\Muder\css\cstrike"
// "tf" "C:\mytf2server\tf"
}


I figured it out a long time ago. The problem was I didn't have CSS mounted to my server. If you have that same problem thats what you do.
TheCharlesFickle 26 Sep, 2014 @ 5:28pm 
ok
< >
Showing 1-11 of 11 comments
Per page: 1530 50