Expung3d
Member-
Content Count
5 -
Joined
-
Last visited
-
Medals
Everything posted by Expung3d
-
Arma 3 STABLE Server 2.18 "profiling / performance binary" feedback
Expung3d replied to Dwarden's topic in ARMA 3 - SERVERS & ADMINISTRATION
One of the recent updates broke the JIP and global compatibility with setObjectTextureGlobal for users on PROFILING. If setObjectTextureGlobal is ran on another client or server the new texture is not observed on other clients who are using PROFILING branch. If a player who is on profiling uses setObjectTextureGlobal they will see the texture until they relog, the texture is visible to other players not on PROFILING. -
Carrier Lite is Showing as Bandolier
Expung3d posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
class VestItem; class Vest_Camo_Base: ItemCore { class ItemInfo; }; class Custom_Vest1: Vest_Camo_Base { scope = 2; displayName = "Police Carrier Rig"; picture = "-"; model = "A3\Characters_F\BLUFOR\equip_b_Vest02"; hiddenSelections[] = {"Camo"}; hiddenSelectionsTextures[] = {"Custom_Uniform\Data\PoliceVest_co.paa"; { uniformModel = "A3\Characters_F\BLUFOR\equip_b_Vest02.p3d"; containerClass = "Supply120"; mass = 80; armor = "5"; passThrough = 0.3; hiddenSelections[] = {"camo"}; }; }; That is my config for the vest, it should be set to be a Carrier Lite, however in game it is set and shows as a Bandolier, any solutions? -
Retextured Uniforms, Vest, and Helmet dont show in game
Expung3d posted a topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
My config file is HERE if there is anything wrong with the config, I can tell, my files are all fine, however the uniforms don't show in the virtual arsenal. Please help! -
Retextured Uniforms, Vest, and Helmet dont show in game
Expung3d replied to Expung3d's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Never mind I fixed it -
Retextured Uniforms, Vest, and Helmet dont show in game
Expung3d replied to Expung3d's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
I can't tell* The forums dont let me edit the post for some reason.