Jump to content
Sign in to follow this  
rejenorst

Gefreiter decal customization (having problems with it)

Recommended Posts

I've tried this:

this setObjectTexture [((getArray (configFile/"cfgVehicles"/(typeOf this)/"hiddenSelections")) find "e_gefr"),"lib\LIB_GER_infantry\data\german_gefreitor_badge_co.paa"];

And it give me an error every time I try and use it. I did a few tests on rifleman and MG class (Disabling the MG's private first class decal beforehand).

I still end up getting the error.

Is this tag only usable with the corporal Sub-machiner gunner class?

Thanks for any help. The error basically says it can't find lib\LIB_GER_infantry\data\german_gefreitor_badge_co.paa

Share this post


Link to post
Share on other sites

You could try this line:

this setObjectTexture [((getArray (configFile/"cfgVehicles"/(typeOf this)/"hiddenSelections")) find "e_gefr"),"lib\LIB_GER_infantry\data\german_gefreitor_badge_ca.paa"];

Share this post


Link to post
Share on other sites

Hmm thats strange I pretty much copy pasted that line multiple times from the Iron front wiki yesterday and it didn't work. Now suddenly it does. I must have screwed up something. Thanks Bernds.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×