Addons & Mods Depot > Arma2 - Addons & Mods Discussion

ARMA2 Texturing Tip

(1/3) > >>

JasonO:
Hey guys,

I found out by accident a better way (in most cases) to retexture vehicles in ARMA2. See my problem here where my vehicle was, no matter what I done, not being retextured. It always textured it as the default one. After checking the model was fine I snooped into the config and found that there are set 'hidden' selections. These are selections (parts of a model) that can have the texture changed, and by default are hidden.


What does this mean?
Well, it appears to save space for some of the vehicles, BIS have defined the main exterior texture of many of the vehicles. This way they wont need multiple P3D Model files of the same thing, just different texture paths. However doing this it also benefits those looking into rexturing vehicles, as not much skill aside from creating the texture (or more modifying the original) is needed.

Benefits? What are 'hidden' selections?
The benefits are that you wont need to know any addon or config skills if you want a simple retexture for a one off mission. More importantly it can keep your mission addonless!
If you want to release a retexture as in a PBO addon form, you just need basic scripting knowledge. However, that's for another time maybe (3:23am here!). You don't need to edit the P3D, unlike before (where the model stays the same, you are just changing texture paths - P3D files arn't small!) just a script to define what the new texture is.

How does it work?
Easy!


--- Quote ---this setObjectTexture [0,"TextureFileName.paa"]
--- End quote ---

That's it! That's all the code you need to retexture a vehicle (see the list below) to your own paa texture.

The texture file name is simply the texture in your mission folder. If it is in the same folder as the mission.sqm, then just put the name and the extension (must be .PAA and maybe .PAC). If you put it in a folder in your mission then you need to reflect that in your texture path.

That's all there is to getting your own custom texture of a vehicle in game, in your very own mission. It's also great for quickly tweaking textures and viewing them. Before, you had to close ArmA, repbo your addon, put in your addons folder, restart ArmA and then view your mission. This time you dont even have to close your mission editor. This saves me about a minute each time I change my texture and need to view it in game.

What vehicles allow me to do this?
I've made a list of mainly the cars, and done a quick check on the armoured/aircraft etc for those that accept this method. If I've missed any please let me know. Also make sure you use the correct variant I say. The VAZ (White) wont work, but the VAZ (Red) will. Same with the 'Car' (Skoda 105) and

* BM-21 Grad (Partially, the front cab changed textures but others didnt change maybe changing the 0 to a 1 in the setObjectTexture code might allow this as well as the other partial retextured models)
* Bus
* Car (White)
* VW Golf (Hatchback)
* HMMVW (Partially)
* Motorcycle
* MTVR
* Offroad Tan (aka Coyota)
* Old Hatchback
* Pickup (Aka Datsun)
* Praha V3S
* Sedan
* UAZ
* Ural (Partially, front cab only)
* Utility Truck
* Vaz (Red)

* HMMVW Ambulance (Partilally, seems transparent in places)
* Ural Fuel (partially, front cab)
* Ural Ammo (see above)
* Ural Repair (see above)
* Utilitiy vehicles and other trucks (see above)

* Some of the aircraft
* Some Armourd vehicles
* None of the boats

-----------------

Remember..

* Addons must be a certain format n^2 x n^2. That means 16x16, 32x32, 128x256, 512x16 etc. Your texture MAY work without these sizes, however, as I found out from experience, ATI graphics card users will crash out after exiting a vehicle when this texture is used (weird I know, but thats what it does).
* The file must be a valid PAA texture format. I'm not sure about PAC, although I don't think thats used much anymore (not seen any PAC textures yet). You can convert textures using TexView, a program part of the BI Tools package.
* The file must be at least in your mission folder where the mission.sqm is for it to work OR at least in a PBO with a basic config somewhat (for those who want to make an addon).
*

Hopefully this benefits people, and helps people when it comes to texturing in ARMA2. It surely saves me about a minute everytime I tweak a texture. It also allows me to release less addons for a mission (or any at all!).

Regards,
Jason

kju:
Very nice tut JasonO.  :clap: :good:

I am helping to spread the word.  :D

modEmMaik:
Me too  :D

Specially, because this also works on A1, too  :cool2:

Myke and Cyborg11 also included the features in their addons. I will also update the NH90's config in the future to include this feature and update some other stuff.

Thanks and BR,
mike

JasonO:
It works in ArmA1 too? Didn't think it did as I never had the same problem I had in ArmA2. Interesting :)

modEmMaik:
Yepp, I have modified the M2A2 RACS / OFP style retexes to hiddenSelectionTextures style.

There were some discussions about the hiddenSelectionTexture in the past, but only a few people worked it out (myke did it on some posters). So it was rather a non-public feature  :dunno:

Navigation

[0] Message Index

[#] Next page

Go to full version