Page 1 of 1

How to change scheme with Elite models?

Posted: Fri 22 May, 2015 8:12 am
by KoolKev77
I want to change the color for some of the Elite army schemes, but the game won't let me. Every time I try to change color, it just starts a vanilla scheme.

And how do I put in custom badges?

Re: How to change scheme with Elite models?

Posted: Fri 22 May, 2015 8:22 am
by Wise Windu
To change army schemes, go to the 'C:\Program Files (x86)\Steam\steamapps\common\Dawn of War II - Retribution\Elite\Data\config' and find the defaultchaptercolors.lua file. Open it with Notepad. In there, you can find the army schemes in the game, and changes them to whatever you want.

For the badges, paste a .png file that is, at maximum, 128x128 resolution, in the C:\Users\<username>\Documents\my games\Dawn of War II - Retribution\Badges' folder and it should show up in the army painter.

Re: How to change scheme with Elite models?

Posted: Fri 31 Jul, 2015 4:51 pm
by Vraccas
Maybe i´m just to stupid to understand your instructions but its not working. I chance the the color name and save the file. But ingame nothing changed. ??!!! :oops:

Re: How to change scheme with Elite models?

Posted: Fri 31 Jul, 2015 5:40 pm
by Dark Riku

Re: How to change scheme with Elite models?

Posted: Wed 19 Aug, 2015 9:24 pm
by An'grathul
I had the same problem, and fixed it by double clicking the 'update' thingy under the defaultchaptercolours, it ran a small box for a bit and after that the changes were applied in-game.

EDIT: derp, I saw Riku already pointed it out with his link, oh well.

Re: How to change scheme with Elite models?

Posted: Wed 26 Aug, 2015 10:35 am
by HiveSpirit
Hello
I would like to:

1. Change the red glow within this scheme:

Code: Select all

chapterKeyName = "Tyranid_Behemoth_DLC",
chapterNameID = 9160876, -- LOCDB [9160876] 'Behemoth – Ultramar Tendril'

To green, where would i do that?

2. Combine the red glow scheme:

Code: Select all

chapterKeyName = "Tyranid_Behemoth_DLC",
chapterNameID = 9160876, -- LOCDB [9160876] 'Behemoth – Ultramar Tendril'

with the elite mod extra model details:

Code: Select all

chapterKeyName = "Hive_Dagon_Elite",
chapterNameID = 10010020, -- LOCDB [10010020] 'Hive Fleet Dagon (Elite)'

How would that be done?

Thank you!

Re: How to change scheme with Elite models?

Posted: Wed 26 Aug, 2015 2:38 pm
by Wise Windu
You can't do that from the army colors file. You'd have to actually edit the textures themselves because the red glow isn't determined by the color scheme.

And actually, for 2. you'd have to edit the actual models as well, because the 'glow' effect isn't implemented on them, and that has to be added through the Model Editor.

Re: How to change scheme with Elite models?

Posted: Fri 11 Sep, 2015 3:19 pm
by welshy
Can I have a custom badge on an Elite scheme? To my understanding you can't change anything in the army painter and it must be done through the "mygames" retribution folder.

Where should I place a custom badge, and what should I type into the defaultchaptercolours.lua file?

Re: How to change scheme with Elite models?

Posted: Fri 11 Sep, 2015 7:23 pm
by Wise Windu
The badges on DLC schemes can only be changed through the defaultchaptercolours.lua, and even then, they can only be set to badges that are present in armypaintercolours.lua; otherwise, it will not show up. You can add it there yourself, but no one else will be able to see it. If you don't care if anyone else sees it, go for it. Just paste the badge in the 'Data\art\badges\units\' folder. The file should be no larger than 128x128 and must be in .dds file format with DXT5 compression. Then, in the defaultchaptercolours, change the "badge1Tex" of the DLC you want to the name of the file you added, and in armypaintercolours, you can add the file by copying this format:

Code: Select all

{
         badgeTextureName = "IG_31st",
         helpTextID = 9153933, -- LOCDB [9153933] '31st Harakoni Warhawks'
         usableRaces = { "race_imperial_guard" },   
         armyPainterVisibility = true,
      },

Just replace the usableRaces with whichever race you want, the badgeTextureName with the name of your file, and the helpTextID to whatever you want. You'd have to add another line to the Elite.ucs file to add a custom name for it.

Adding a custom badge through 'my games' only allows you to change non-DLC schemes through the Army Painter.