Jump to content
  • 0

Any way to change weapon damage?


Judge Bread

Question

8 answers to this question

Recommended Posts

  • 0

Only hackers do this.

Wut? So if i'm not very pleased about guns on my server, coz they are working like shi airsoft, and i want to fix them, then i'm definitely a hacker?

AFAIK, this is a "Custom Scripting - Scripting Help" forum, so i'm asking for help. I just want to make weapons more realistic on my server, that's all. No any "legal" way to do this?

Link to comment
Share on other sites

  • 0

You should be able to change the damage of wepaons in fn_damageHandler.sqf.

Thx for the tip mate, but i guess that file manages some general damage parameters. What i want to do, is to change characteristics of specific weapons. Or bullets.

 

to know true realism you have to first be shot IRL

Yeah, sure, and to know what's Anglerfish, i should dive 500 m deep into the ocean.

Gone to buy myself a gun and a bathyscaphe. Be back soon.

Link to comment
Share on other sites

  • 0

Thx for the tip mate, but i guess that file manages some general damage parameters. What i want to do, is to change characteristics of specific weapons. Or bullets.

 

It should be possible to multiply the damage for specified bullets to increase or decrease damage. For example:

if (_ammo isKindof "B_762x51_Ball") then {
		_damage = _damage * 1.2;
	};
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...