PDA

View Full Version : Faction-specific building names & descriptions



Angadil
02-22-2005, 19:47
Hi all,

one question from a very new and rather ignorant modder (but trying to learn...) Is it possible to change the names & descs. of the buildings on a faction basis? I mean, right now it seems possible to do that for each culture. Thus, the name of the first level of the core buildings for the factions of the barbarian culture is "Warrior's Hold", instead of the "Governor's House" that all the other factions get and the description is different as well.

What I would like is doing a similar thing for just one, specific faction. I have tried adding governors_house_factionX, governors_house_factionX_desc and governors_house_factionX_desc_short entries (with apparently adequate formatting) to the export_buildings.txt and export_buildings_enums.txt files, but nothing happened (no CTDs, at least).

Thanks in advance for any help
A.

Myrddraal
02-22-2005, 20:09
I think the only way to do it would be to make variations on the same building, and make them faction specific.

Angadil
02-23-2005, 00:05
I think the only way to do it would be to make variations on the same building, and make them faction specific.
That seems to me pretty much like introducing a whole new line of buildings, right? So you can have a governors_house_barbarian, but not a governors_house_briton cna't you? It can be done for different cultures, but not different factions... Pity.

Thanks
A.

Slider6977
02-23-2005, 05:14
You can do this in the text folder. Go there and open the export_buildings txt. You can change the descriptions of any building. Not quite sure if you can change the names, but they are displayed the same way as the descriptions, so I don't see why it wouldn't work. Just back up the file in-case.

Simetrical
02-23-2005, 05:16
The problem is that the descriptions are grouped by culture. Every faction in a given culture will have the same description for a given building. This may be unavoidable.

-Simetrical

Angadil
02-23-2005, 11:57
The problem is that the descriptions are grouped by culture. Every faction in a given culture will have the same description for a given building. This may be unavoidable.

-Simetrical
I'm afraid your right. At least, what you say is consistent with my failure. Helpful, nonetheless, as I will stop wasting effort on this.

Thanks
A.

Myrddraal
02-23-2005, 13:08
Like I said, you can still do it by creating new buildings

Angadil
02-23-2005, 13:56
Like I said, you can still do it by creating new buildings

Yes, thanks, quite true, I was trying to avoid proliferation of buildings, plus I was specifically thinking of mostly cosmetic changes to core_buildings, which seem to have some properties I am not sure I'll be able to replicate.

Will keep playing around
A.