Search found 2 matches

by Antharis
Tue Jun 23, 2015 4:37 pm
Forum: Modding help
Topic: Armor display on player
Replies: 2
Views: 2243

Re: Armor display on player

Thank you, sir! You are correct, i needed to add the new armor name to the following code for it to be recognized:

-- modular armors are not in the demo
armors = data.isdemo and {} or {"basic-modular-armor", "power-armor", "power-armor-mk2"},
idle =
{

and make it like so:

armors = data ...
by Antharis
Tue Jun 23, 2015 4:53 am
Forum: Modding help
Topic: Armor display on player
Replies: 2
Views: 2243

Armor display on player

Hello. I just wanted to know, if say i add a new tier of modular power armor to the game, how do i make it look like the Power Armor MK1 and 2s from base game? Because it seems any custom armor added through modding does not change the player's sprite. It leaves it as when the game starts.

Go to advanced search