Joe98 92 Posted September 28, 2017 There is a vehicle named Strider. By default it comes in AAF colour scheme. In the virtual arsenal there is an option to select another colour scheme - Blueforce. How can I place a Strider on the map with a Blueforce colour scheme? Share this post Link to post Share on other sites
sancron 32 Posted September 28, 2017 If you won't find the Vehicle on the BLUFOR side, you need to place down the AFF Vehicle, right click on it and select "Configure vehicle appearance". If there is no BLUFOR Skin you only have the ability to work with setObjectTexture []; instead. But i can't say where Arma 3 has this texture be stored. Share this post Link to post Share on other sites
pierremgi 4906 Posted September 28, 2017 if (local this) then {this setObjectTextureGlobal [0,"\a3\soft_f_beta\mrap_03\data\mrap_03_ext_co.paa"]; this setObjectTextureGlobal [1,"\a3\data_f\vehicles\turret_co.paa"]}; in the init field of your strider. 1 Share this post Link to post Share on other sites
Lucullus 71 Posted September 28, 2017 Another one: [this,["Blufor",1],true] call BIS_fnc_initVehicle; Share this post Link to post Share on other sites