Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The underwater wreck init is
call{
this setObjectTextureGlobal [0, "\a3\structures_f\wrecks\data\UWreck_Heli_Attack_02_body1_CO.paa"];
this setObjectTextureGlobal [1, "\A3\structures_f\wrecks\data\UWreck_Heli_Attack_02_body2_CO.paa"];
}
in your file manager you can browse the file at
C:\Program Files (x86)\Steam\steamapps\common\Arma 3/Addons/structures_f_wrecks.pbo/data/UWreck_Heli_Attack_02_body1_CO.paa
So go make a mission with a salvaged water crash Mi48!
He's on the list of things to find
https://drive.google.com/file/d/1dF6A0zzimscBPgzVe04SDlt-Pudk-4VG/view?usp=sharing
https://forums.bohemia.net/forums/topic/219326-spawn-vehicle-with-hidden-selection-texture-setobjecttexture-help-appreciated/?tab=comments#comment-3314344
on the forums.
might do what youre after!
Trying to do it for a MP mission
There's always a few ways of skinning a cat -
The best practice method would be to unpick R3F and add all the recent DLC vics to R3F (Apex, Tanks, GM, Contact) and sharing with the original authors
http://team-r3f.org/madbull/logistics/EN_DOCUMENTATION.pdf looks like a good place to start.
Or simply apply the green Pacific skin to the vanilla NATO mrap using the hidden textures method
this setObjectTextureGlobal [0, A3\soft_F_Exp\MRAP_01\data\MRAP_01_base_olive_CO.paa"];
this setObjectTextureGlobal [1, A3\soft_F_Exp\MRAP_01\data\MRAP_01_adds_olive_CO.paa"];
this setObjectTextureGlobal [2, A3\Data_F_Exp\Vehicles\Turret_olive_CO.paa"];
But if you're using some kind of 'vehicle shop' script/vending machine then you may need to edit that...
Good luck!
In the config viewer - right click on nearly anything and click on the config viewer option.
Expand the list on the left hand side of the screen and scroll down to Textures, expand that list then highlight the lines in the main window panel and ctrl+c to copy the code
They're listed under NATO Pacific!
try
textures[] = {"\A3\soft_F_Exp\MRAP_01\data\MRAP_01_base_olive_CO.paa","\A3\soft_F_Exp\MRAP_01\data\MRAP_01_adds_olive_CO.paa","\A3\Data_F_Exp\Vehicles\Turret_olive_CO.paa"};
This is normal version
{"\A3\soft_F\MRAP_01\data\MRAP_01_base_CO.paa","\A3\soft_F\MRAP_01\data\MRAP_01_adds_CO.paa","\A3\Data_F\Vehicles\Turret_CO.paa"};}
https://cdn.discordapp.com/attachments/403983556835278850/602630758649298944/unknown.png
short version is check out Tym Coopers video https://www.youtube.com/watch?v=Xf6thZOCyj8