Weapon Editing

  • Thread starter Thread starter marjk
  • Start date Start date
M

marjk

Guest
Hi Guys,

Can anyone point me to a good file and tutorial on weapon stat editing. I don't want to edit the models, just the weapons.

Thanks!

Mark
 
Could you be a tad more specific, this may help us narrow down the issue?
 
You can actually use console commands. I unfortunalty don't know what they are but one guy posted them and he said he got a shoygun to fire 50 pellets that each did 100 damage!
 
Sure... specifically, I'm looking for a way to edit the weapon statistics. For example, let a SMG do more damage, etc. Kind of like the shotgun example posted above. and then use those altered weapons in single player HL2

Best,
Mark
 
to increase damge for specific PLAYER weapons use this command:

sk_plr_dmg_X #

where X is the name of the weapon and # is the desired amount of damage. *
example:
sk_plr_dmg_buckshot 20
damage for EACH shotgun pellet increased to 20 (i think the default is 8)
if you want to alter the NPC weapons just replace plr with npc.

use this to increase number of pellets for the shotgun: sk_plr_num_shotgun_pellets #

* EXACT names of player weapons the command applies to:
357
crossbow
grenade
crowbar
pistol
ar2
rpg_round
buckshot
smg1_grenade
smg1

EDIT:

if you want to increase the damage for all your weapons you can use this:
sk_dmg_inflict_scale2 1.50

That command will increase damage for all weapons by 50% on MEDIUM difficulty.

to increase max ammo:

sk_max_X #
X=weapon

I hope that helps!
 
gurra said:
to increase damge for specific PLAYER weapons use this command:

sk_plr_dmg_X #

where X is the name of the weapon and # is the desired amount of damage. *
example:
sk_plr_dmg_buckshot 20
damage for EACH shotgun pellet increased to 20 (i think the default is 8)
if you want to alter the NPC weapons just replace plr with npc.

use this to increase number of pellets for the shotgun: sk_max_buckshot #

* EXACT names of player weapons the command applies to:
357
crossbow
grenade
crowbar
pistol
ar2
rpg_round
buckshot
smg1_grenade
smg1

I hope this helps!
sweet, thnx
 
Back
Top