PDA

View Full Version : Problems getting custom badges to work in-game



Andur
1st Mar 09, 5:42 PM
Recently figured out where to place custom badges, and I edited the armypaintercolours.lua file to include the badge. Looks like this:
{
badgeTextureName = "souldrinkers_badge",
helpTextID = 9110505,
usableRaces = { "race_marine", "race_ork", "race_eldar", "race_tyranid", "race_imperial_guard" },
armyPainterVisibility = true,
},
Also put -dev in the shortcut target box, however the badges do not show up in the army painter. Am I doing something wrong?

Morat
1st Mar 09, 6:07 PM
Try moving it above the Relic badges in armypaintercolours.lua. I don't know why, but badges after them don't seem to show up.

Andur
1st Mar 09, 6:36 PM
Tried, made it the first badge on the list, no luck.

Zetrial
2nd Mar 09, 12:21 AM
What format did you use for the badge? Needs to be a dds rather than what we were allowed in dow1, easy way to test would be to rename it to one of the current badges, load up and see if it replaces it, if it does we may not be able to add new badges just yet.

Andur
2nd Mar 09, 8:36 AM
I converted the badge I wanted to put on into .dds format, also downloaded the pack that replaces the default badges with Hanger8's badges from DoWI, those work fine.
Problem is any badge I try to put on that isn't a default badge doesn't show up.