This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CfgMagazineWells | |
{ | |
class STANAG_556x45 | |
{ | |
RHS_Magazines[] = {"rhs_mag_30Rnd_556x45_M855_Stanag", "rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Red", "rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Green", "rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Yellow", "rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Orange", "rhs_mag_30Rnd_556x45_M855A1_Stanag", "rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer", "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Red", "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Green", "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Yellow", "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Orange", "rhs_mag_30Rnd_556x45_Mk318_Stanag", "rhs_mag_30Rnd_556x45_Mk262_Stanag", "rhs_mag_30Rnd_556x45_M200_Stanag", "rhs_mag_30Rnd_556x45_M855A1_PMAG", "rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red", "rhs_mag_30Rnd_556x45_M855_PMAG", "rhs_mag_30Rnd_556x45_M855_PMAG_Tracer_Red", "rhs_mag_30Rnd_556x45_Mk318_PMAG", "rhs_mag_30Rnd_556x45_Mk262_PMAG", "rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan", "rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan_Tracer_R |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private _fnc_scriptNameParent = if (isNil '_fnc_scriptName') then {'CBA_fnc_getPos'} else {_fnc_scriptName}; | |
private _fnc_scriptName = 'CBA_fnc_getPos'; | |
scriptName _fnc_scriptName; | |
#line 1 "\x\cba\addons\common\fnc_getPos.sqf [CBA_fnc_getPos]" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"#line 1 ""x\cba\addons\common\fnc_getPos.sqf"" | |
#line 1 ""x\cba\addons\common\script_component.hpp"" | |
#line 1 ""x\cba\addons\main\script_mod.hpp"" | |
#line 1 ""x\cba\addons\main\script_version.hpp"" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reloaded | |
Killed | |
Deleted | |
Hit | |
Engine | |
GetIn | |
GetOut | |
SeatSwitched | |
Take | |
Put |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"#line 1 ""x\cba\addons\common\fnc_currentUnit.sqf"" | |
#line 1 ""x\cba\addons\common\script_component.hpp"" | |
#line 1 ""x\cba\addons\main\script_mod.hpp"" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"#line 1 ""x\cba\addons\common\fnc_currentUnit.sqf"" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"callstack": [ | |
{ | |
"contentSample": "call cba_events_fnc_playerEH_EachFrame", | |
"fileName": "", | |
"ip": 3, | |
"type": "class CallStackItemSimple", | |
"variables": null | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#PixelShaders | |
Normal /*diffuse color modulate, alpha replicate*/\ | |
#[normal map] | |
NormalDXTA /*diffuse color modulate, alpha replicate, DXT alpha correction*/\ | |
NormalMap /*normal map shader*/\ | |
1: Normal Map | |
2: -- | |
3: Irradiance (RGBA) (Shaders with irradiance maps are obsolete!) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CfgPatches { | |
class Wolf_magGroup_compat { | |
units[] = {}; | |
weapons[] = {}; | |
requiredVersion = 0.1; | |
requiredAddons[] = {"A3_Weapons_F","hlcweapons_core","hlcweapons_FHAWCovert","rhs_c_weapons", "BWA3_Comp_ACE","hlcweapons_g3"}; | |
version = "1"; | |
projectName = "Wolf Compat"; | |
author = "Dedmen"; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CfgPatches { | |
class HLC_COMPAT_RHS_AWC { | |
units[] = {}; | |
weapons[] = {}; | |
requiredVersion = 0.1; | |
requiredAddons[] = {"A3_Weapons_F","hlcweapons_core","hlcweapons_FHAWCovert","rhs_c_weapons"}; | |
version = "1"; | |
projectName = "HLCmod"; | |
author = "Toadie"; | |
}; |