[1.004] [Bug] Custom Empire Faction gets Kingdom Buildings

Hello,

 

I've tested and recreated this problem many times.  If you create a custom Empire Faction, you still get Kingdom designs for buildings. Not a whole lot more to say.

 

TBH from the get go I've been using custom factions and didn't even realize there was a different design aesthetic for fallen races lol.

2,400 views 4 replies
Reply #1 Top


It's missing the line

<buildingstyle>EmpireStyle</buildingstyle>

in the .xml file it creates in the documents.

Reply #2 Top

So I can create a faction, then add that line?  Is it hard to do?  If no trouble, could you provide a bit more specific directions?

 

Thanks either way!

Reply #3 Top

It's not that hard. open up the .xml file with notepad. I added it towards the end of the file. It should looks something like this

Code: xml
  1. &lt;raceconfigs&gt;
  2. &lt;raceconfig&gt;
  3. STUFF
  4. &lt;buildingstyle&gt;EmpireStyle&lt;/buildingstyle&gt;
  5. &lt;/raceconfig&gt;
  6. &lt;/raceconfigs&gt;

Then save it and you should be good to go.


 

Reply #4 Top

I've entered a bug for it, thanks.