Jump to content
Sign in to follow this  
Petethegoat

Allow units to equip uniforms of different faction

Recommended Posts

I've made some independent groups that are equipped with the "U_C_WorkerCoveralls" uniform, which works fine.

But if a player accidentally removes their uniform, it's impossible for them to put it back on, because (I think) it doesn't belong to their faction.

Is there a way to allow units to wear uniforms from different factions?

Or failing that, can I create a duplicate of the uniform that's suitable for independents to wear?

Share this post


Link to post
Share on other sites

Make instead a civillian group and make them independet with this code:

groupname = createGroup RESISTANCE;
[unit1, unit2,...] join groupname;

But FYI: Civillians can't activate triggers.

Share this post


Link to post
Share on other sites

Do you mean that they won't activate independent-present triggers? Or that they cannot activate any triggers at all?

If the former, will they still activate civ triggers?

Share this post


Link to post
Share on other sites

I can't actually reproduce that.

My independent-present trigger is activated fine by my side-swapped civilians, even when there are explicitly animals within the trigger radius.

So actually your solution works perfectly for me. Thanks a lot!

Share this post


Link to post
Share on other sites

Really? Well good to hear :D The last time I tried that it didn't work, the hell would rather freeze then doing what I wanted.

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  

×