Is creating custom team/side colors for campaings possible?

General feedback and discussion of the game.

Moderator: Forum Moderators

Post Reply
User avatar
Firesniw
Posts: 13
Joined: January 28th, 2024, 5:00 pm

Is creating custom team/side colors for campaings possible?

Post by Firesniw »

Hi, I'm in process of making an campaign, even two.
And i was wondering, if you can make an team/side special color (by that i mean color for teams,
replacing magenta for something else than purple,red,brown,blue,teal,green etc. I don't want to use image mod for a whole team at least would
rather make an color for whole side/team whatever)

I was looking for something like this, but i couldn't find any example or method on how you can do that.
I know that there is a file in-game with all the colors. But I'm gonna be honest i don't have strength/power to study it.
And i don't even know if you can apply such methods for a campaing.

If you could please tell me if this is even possible, and if it is, please, give me some example or tip on how to do that.

Thanks a lot, if someone will reply to this.
User avatar
Lord-Knightmare
Discord Moderator
Posts: 2365
Joined: May 24th, 2010, 5:26 pm
Location: Somewhere in the depths of Irdya, gathering my army to eventually destroy the known world.
Contact:

Re: Is creating custom team/side colors for campaings possible?

Post by Lord-Knightmare »

Code: Select all

[side]
    color=brown
[/side]
There are like 15 options in the core to choose from like red, lightred, darkred, blue, lightblue, purple, green, etc.
Creator of "War of Legends"
Creator of the Isle of Mists survival scenario.
Maintainer of Forward They Cried
User:Knyghtmare | My Medium
User avatar
Graziani
Posts: 179
Joined: December 20th, 2010, 1:04 am
Location: France

Re: Is creating custom team/side colors for campaings possible?

Post by Graziani »

You should take a look at team-colors.cfg in game files, it is a small file, you can dig in and study it easily
Creator and maintainer of "A goblin adventure" (available) and "From Rocks and Blood"(available) --- Working on a new campaign "Facing Death"
User avatar
Firesniw
Posts: 13
Joined: January 28th, 2024, 5:00 pm

Re: Is creating custom team/side colors for campaings possible?

Post by Firesniw »

Lord-Knightmare wrote: February 4th, 2024, 8:34 pm

Code: Select all

[side]
    color=brown
[/side]
There are like 15 options in the core to choose from like red, lightred, darkred, blue, lightblue, purple, green, etc.
Yea i know, i could have explained it badly. I know that there is 15 colors from core.
But i was asking if you can like, make 16 color, in for example macros for your campaign.
User avatar
Lord-Knightmare
Discord Moderator
Posts: 2365
Joined: May 24th, 2010, 5:26 pm
Location: Somewhere in the depths of Irdya, gathering my army to eventually destroy the known world.
Contact:

Re: Is creating custom team/side colors for campaings possible?

Post by Lord-Knightmare »

Firesniw wrote: February 4th, 2024, 8:39 pm Yea i know, i could have explained it badly. I know that there is 15 colors from core.
But i was asking if you can like, make 16 color, in for example macros for your campaign.
Are you trying to say you want to make custom colors? If so, yes, it's possible.

Code: Select all

[color_range]
    id=darkblue
    rgb=0E2270,FFFFFF,00043C,0E2270
    name= _ "Dark blue"
[/color_range]
Creator of "War of Legends"
Creator of the Isle of Mists survival scenario.
Maintainer of Forward They Cried
User:Knyghtmare | My Medium
User avatar
Firesniw
Posts: 13
Joined: January 28th, 2024, 5:00 pm

Re: Is creating custom team/side colors for campaings possible?

Post by Firesniw »

Lord-Knightmare wrote: February 4th, 2024, 8:47 pm
Firesniw wrote: February 4th, 2024, 8:39 pm Yea i know, i could have explained it badly. I know that there is 15 colors from core.
But i was asking if you can like, make 16 color, in for example macros for your campaign.
Are you trying to say you want to make custom colors? If so, yes, it's possible.

Code: Select all

[color_range]
    id=darkblue
    rgb=0E2270,FFFFFF,00043C,0E2270
    name= _ "Dark blue"
[/color_range]
Yea that is what i meant, sorry if i explained it badly, i just had a struggle with putting it all into words.
Thanks a lot!
User avatar
Firesniw
Posts: 13
Joined: January 28th, 2024, 5:00 pm

Re: Is creating custom team/side colors for campaings possible?

Post by Firesniw »

Graziani wrote: February 4th, 2024, 8:38 pm You should take a look at team-colors.cfg in game files, it is a small file, you can dig in and study it easily
Ill try. Thanks.
User avatar
Straff
Posts: 87
Joined: September 27th, 2020, 2:53 pm

Re: Is creating custom team/side colors for campaings possible?

Post by Straff »

This Color table shows a set of color definitions partitioned after shades of the following colors with rgb values and hex codes.

https://www.farb-tabelle.de/en/table-of-color.htm

https://www.rapidtables.com/web/color/RGB_Color.html
User avatar
Firesniw
Posts: 13
Joined: January 28th, 2024, 5:00 pm

Re: Is creating custom team/side colors for campaings possible?

Post by Firesniw »

Straff wrote: February 5th, 2024, 6:03 pm This Color table shows a set of color definitions partitioned after shades of the following colors with rgb values and hex codes.

https://www.farb-tabelle.de/en/table-of-color.htm

https://www.rapidtables.com/web/color/RGB_Color.html
Thank you. This will help.
Post Reply