A texture change for the S.T.A.G. armor

Hello. I wanted to know if i's possible to have a texture change for the stag armor which makes it look like the orange armor we can see in "My name is Cyrus temple" with the holes for the eyes.

I guess it's just a texture change and not a model change.
Thank you for reading and I hope it'll be released soon.
 
It's a model change. The orange stag soldiers are Stag Commanders.
Just change the Stream Category to "Spawnable Police" in character.xtbl and add them in spawn_info_groups.xtbl:
Code:
    <Character>
...
      <StreamCategory>Spawnable Police</StreamCategory>
...
    </Character>
Code:
    <Group>
...
        <Characters>
<Character>npc_stag_male_soldier</Character>
<Character>npc_stagcommando</Character>
</Characters>
...
        </Group>
 
Thanks but I meant a change for the player's armor. The one we got if we do The Stag movie. Oh and I can't find character.xtbl in my saints row directory.
 
In that case there's no way that can be done. The stag soldier armor is a mesh made by the devs to be worn by the player, the stag commander is a character, which is one big mesh/textures, which can't be worn by the player, though with a proper alpha channel you can remove the parts covering the eyes on the helmet.
 
I haven't paid much attention to the differences, but if it's just a different coloration on the skin, you should be able to modify the texture file for the player skin to make it match the Stag Commander.
 
Back
Top