OFPEC Forum

Addons & Mods Depot => ArmA - O2 and Models/Modelling => Topic started by: modEmMaik on 17 Jun 2009, 09:26:07

Title: Retextures in ARMA1...
Post by: modEmMaik on 17 Jun 2009, 09:26:07
While checking JasonO's post (http://www.ofpec.com/forum/index.php?topic=33514.msg231095), I discovered, that this "retex"-feature is already implemented in ArmA1 (checked with 1.16 Beta)  :blink:

I created a package including the littlebirds for A2 conversion (http://www.zshare.net/download/61482914b80c1af5/) including most of the needed A1 content.

To my very own surprise, I was able to remove the RACS-style models by those entrys in the config.cpp:
Code: [Select]
class CfgVehicles {
class Helicopter;

class cyborg11_AH6: Helicopter {
...
hiddenSelections[] = {"camo1", "camo2", "camo3"};
hiddenSelectionsTextures[] = {"\cyborg11_west_lb\a1_content\ah6_1_co.paa", "\cyborg11_west_lb\a1_content\mh6_2_co.paa", "\cyborg11_west_lb\a1_content\ah6_zbrane_co.paa"};
};
class cyborg11_AH6_RACS: cyborg11_AH6 {
...
hiddenSelectionsTextures[] = {"\cyborg11_west_lb\a1_content\mh6sp_1_co.paa", "\cyborg11_west_lb\a1_content\mh6_2_co.paa", "\cyborg11_west_lb\a1_content\ah6sp_zbrane_co.paa"};
};

class cyborg11_MH6: cyborg11_AH6 {
...
hiddenSelections[] = {"camo1", "camo2"};
hiddenSelectionsTextures[] = {"\cyborg11_west_lb\a1_content\mh6_1_co.paa", "\cyborg11_west_lb\a1_content\mh6_2_co.paa"};
};
class cyborg11_MH6_RACS: cyborg11_MH6 {
...
hiddenSelectionsTextures[] = {"\cyborg11_west_lb\a1_content\mh6sp_1_co.paa", "\cyborg11_west_lb\a1_content\mh6_2_co.paa"};
};
}

And it works  :yes:

The package includes 2 models (AH-6 and MH-6) in RACS and BLUFOR skins  :blink:

:edit: DL-Link updated (rotor blur and mh6-racs camo fixed)

:edit: Sorry, but forgot to state: Big Thanks to JasonO to post his find in A2  :good:
Credits to JasonO are included in the readme  :)
Title: Re: Retextures in ARMA1...
Post by: kju on 17 Jun 2009, 11:26:22
Nice find mike. Thanks for sharing.  :good: