Different weapon weights
Moderator: Core Staff
Different weapon weights
ai caramba spoke to me recently on xfire, and it turns out that apparantly if you have a heavier gun then you won't jump as far. It doesn't matter if you change to a pistol, you're still carrying that weapon on your back, so you won't be able to jump as far. It's not confirmed yet, but ai caramba believes it is correct, so bare it in mind.


-
- Core Staff
- Posts: 14220
- Joined: October 21st, 2004, 7:17 pm
- Location: Holland
- Contact:
or why not make the jump a little heigher.. jump_height 192 dobules the hight jump.,but needs to be set in the main server script. i know this coz some nice person made me a mod where i can jump a small jump or a very high jump, tested on my server and works perfect.
The mod i have has RPGs, C4s,Clamores * NAdes, all unlimited, the old Save/Jump position save, and like i said height jump, at present my height jump on this mod is set to 2 times normal jump.
to downlaod and test my version of the mod download it from here
http://yourvideoworld.net/cod4/codjumperV2.01.rar
Make New folder in your MODS folder so it looks like this C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\Mods\Cod4Jumper2
then unpack the files, start up game, select mod, run CodJumper2 mod, start server/and try.
This is a beta mod atthis time as if you use to many C4s/or Clamores, you may get a error sayinh.. G_Spawn No Free Entites meaning what ive been told, To many C4s used.. The modder whom made this is working on a fix for it.
And befor you start Fucking moaning about why the hell do i have Unlimited RGPS, Nades, C4s, Clamore, then its coz people may like to try differnt kinds of jumps...The Extra Hight for jump is to make it a little easier for new players that wanta learn to jump have a better start at jumping,then they can move on to the standard jump heigh later., it like a pratce for them in one way....
You dont need to download it if you dont want to, im not forceing anyone, it's there as a test mod...
Mod Upgraded By CCL_Destroyer
Steve
The mod i have has RPGs, C4s,Clamores * NAdes, all unlimited, the old Save/Jump position save, and like i said height jump, at present my height jump on this mod is set to 2 times normal jump.
to downlaod and test my version of the mod download it from here
http://yourvideoworld.net/cod4/codjumperV2.01.rar
Make New folder in your MODS folder so it looks like this C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\Mods\Cod4Jumper2
then unpack the files, start up game, select mod, run CodJumper2 mod, start server/and try.
This is a beta mod atthis time as if you use to many C4s/or Clamores, you may get a error sayinh.. G_Spawn No Free Entites meaning what ive been told, To many C4s used.. The modder whom made this is working on a fix for it.
And befor you start Fucking moaning about why the hell do i have Unlimited RGPS, Nades, C4s, Clamore, then its coz people may like to try differnt kinds of jumps...The Extra Hight for jump is to make it a little easier for new players that wanta learn to jump have a better start at jumping,then they can move on to the standard jump heigh later., it like a pratce for them in one way....
You dont need to download it if you dont want to, im not forceing anyone, it's there as a test mod...
Mod Upgraded By CCL_Destroyer
Steve
Last edited by steveuk on December 24th, 2007, 11:13 pm, edited 1 time in total.
True, but it does like i say help new players/Beginners who wanta start jumping more helpfull, once they master easy jumps then then can go on to the harder jumps. i tried a couple of strafejumps with this mod, and coz im not realy good at strafejumping it did help me more on the harder jumps..Pedsdude wrote:That's not useful for finding possible jumps though.steveuk wrote:or why not make the jump a little heigher.. jump_height 192 dobules the hight jump.,but needs to be set in the main server script.
maybe when i get more jumping exspriance i can myself try the harder jump that players have found in cod4, there many i cant even do myself even when watching the demos time and time again, with this mod i could and when im sure im capable of doing these hard to do & find jumps then i know im ready. lol
Steve
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
information... (I should've told you this a week ago, but didn't think of it).
It is 100% confirmed that certain weapons TYPES will slow you down.
Once I find the correct numbers (I have them somewhere) I will tell you, but these numbers CAN be changed by cvar (IIRC).
So do not use MG or Rifles.
Use SMG/Shotgun/Sniper.
It is 100% confirmed that certain weapons TYPES will slow you down.
Once I find the correct numbers (I have them somewhere) I will tell you, but these numbers CAN be changed by cvar (IIRC).
Code: Select all
switch ( weaponClass( primaryWeapon ) )
{
case "rifle":
self setMoveSpeedScale( 0.95 );
break;
case "pistol":
self setMoveSpeedScale( 1.0 );
break;
case "mg":
self setMoveSpeedScale( 0.875 );
break;
case "smg":
self setMoveSpeedScale( 1.0 );
break;
case "spread":
self setMoveSpeedScale( 1.0 );
break;
default:
self setMoveSpeedScale( 1.0 );
break;
}
Use SMG/Shotgun/Sniper.

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
-
- Core Staff
- Posts: 14220
- Joined: October 21st, 2004, 7:17 pm
- Location: Holland
- Contact:
Who is online
Users browsing this forum: Ahrefs [Bot] and 3 guests