SkreamerVirii
Administrator
Full Member
Posts: 133
|
|
« on: September 03, 2008, 11:02:30 PM » |
|
This is as easy as modifying the weapons damge im just showing you were to go to do such things some people may not now so im just making people aware
so open up g_weapons.c and scroll to line 1235
you should see this
else { // JPW NERVE but in multiplayer... new spreads and don't look at g_userAim switch (weapon) { case WP_LUGER: return 600; case WP_SILENCER: return 900; case WP_COLT: return 800; case WP_AKIMBO: return 800; //----(SA)added case WP_VENOM: return 600; case WP_MP40: return 400; case WP_FG42SCOPE: case WP_FG42: return 500; case WP_BAR: case WP_BAR2: return 500; case WP_THOMPSON: return 600; case WP_STEN: return 200; case WP_MAUSER: return 2000; case WP_GARAND: return 600; case WP_SNIPERRIFLE: return 700; // was 300 case WP_SNOOPERSCOPE: return 700; } }
Modify away!
|