Skip to content

Commit

Permalink
RHS Compat - Add ACE_GForceCoef value for DF-15 uniforms (#8039)
Browse files Browse the repository at this point in the history
* Add DF-15 GForceCoef Value

This adds missing ACE_GForceCoef value for DF-15 uniforms.

* DF-15 PR - cfgWeapons formating

DF-15 PR - cfgWeapons formating

* DF-15 PR - cfgWeapons formating II

Forgot to save it with braces and spaces around =

* Update CfgWeapons.hpp

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
  • Loading branch information
YetheSamartaka and PabstMirror authored Dec 31, 2020
1 parent ff30a7b commit 718535c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions optionals/compat_rhs_afrf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,9 @@ class CfgWeapons {
modes[] = {};
picture = "\rhsafrf\addons\rhs_heavyweapons\data\ico\rhs_Kornet_9M133_2_msv_ca.paa";
};

class rhs_uniform_flora;
class rhs_uniform_df15: rhs_uniform_flora {
ACE_GForceCoef = 0.8;
};
};
8 changes: 8 additions & 0 deletions optionals/compat_rhs_saf3/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,12 @@ class CfgWeapons {
class rhs_weap_cz99: hgun_P07_F {
ACE_barrelLength = 108;
};

class Uniform_Base;
class rhssaf_uniform_mig29_pilot: Uniform_Base {
ACE_GForceCoef = 0.8;
};
class rhssaf_uniform_heli_pilot: Uniform_Base {
ACE_GForceCoef = 0.8;
};
};

0 comments on commit 718535c

Please sign in to comment.