PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:modeling:hiddenselectionmaterials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma3:modeling:hiddenselectionmaterials [2016/12/10 21:22] – created hiddenselectionmaterials initial page. snakemanarma3:modeling:hiddenselectionmaterials [2016/12/10 21:29] (current) – fixed page name :) snakeman
Line 1: Line 1:
-====== hiddenSelectionMaterials ====== 
  
-hiddenSelectionMaterials workaround by **da12thMonkey** 
- 
-hiddenSelectionMaterials is pretty broke. It works if the material is applied inside a P3D somewhere though. So you can apply it to a lower LOD and then let hiddenselections replace it in the in-game version. 
- 
-All different materials have to be used in the P3D for them to work. 
- 
-It's the only way to get the ones loaded from hiddenSelectionMaterials to apply 100% of the time. 
- 
-But still problems exist like damage textures will not load with hiddenSelectionMaterials on an object and if you're using the same selection names to apply the materials to the model as the texture, it means your lower LODs will have materials applied, which isn't optimal for performance (BIS models don't have .rvmats applied in the last LOD or two). 
- 
-it can be worth trying: 
-<code cpp> 
-hiddenSelections[] = { "camo1", "camo2", "mat1", "mat2" }; 
-</code> 
-To avoid that and only have the material selections in the top LODs. I think BIS has this setup on their GM6 rifle. 
- 
-So then you'd have: 
-<code cpp> 
-hiddenSelectionsTextures[] = { "texture1.paa", "texture2.paa" }; 
-hiddenSelectionMaterials[] = { "", "", "mat1.rvmat", "mat2.rvmat" }; 
-</code> 
arma3/modeling/hiddenselectionmaterials.1481404940.txt.gz · Last modified: 2016/12/10 21:22 by snakeman