Jump to content
Miki

How to add housecolors?

Recommended Posts

Hello

I'm new to CNC modding, currently I use TibEd 2 to mod Tiberium Wars.

How can I add more housecolors? I mean the colors players pick in skirmish.

It seems like I can edit the 8 existing colors, but can't аdd any new ones.

Edited by Miki

Share this post


Link to post

I recommend not to use TibEd. You can just add another entry in that file.

Share this post


Link to post
On 7. 9. 2017 at 10:38 PM, Lauren said:

I recommend not to use TibEd. You can just add another entry in that file.

Well, probably. I managed to create new colors for Kane's Wrath through WrathEd, but can't do it for Tiberium Wars in TibEd. Gonna try something else then...

Share this post


Link to post

add a copy of MultiplayerColors.xml to your mod and just add the following to the file:

<!-- Slot 8 -->
    <MultiplayerColor id="ColorWhiteGrey">   <!-- this is your newcolor name -->                                 
        <RGBColor                R="219" G="219" B="219" A="255" />
        <RGBNightColor            R="219" G="219" B="219" A="255" />
        <LivingWorldColor        R="219" G="219" B="219" A="255" />
        <LivingWorldBannerColor R="219" G="219" B="219" A="255" />
        <TooltipName>Color:WhiteGrey</TooltipName> <!-- for completion sake you could add this to your mod.str file for your tooltip text, but its not needed to work -->
        <AvailableInMetaGame>false</AvailableInMetaGame>
    </MultiplayerColor>

then reference that file in your mod.xml for TW or your static.xml for KW

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×