NamerFaction - where to find it?

Started by Akaired, September 17, 2018, 06:29:19 AM

Previous topic - Next topic

Akaired

Hi there!

I'm new on the forums and I am working on my own mod, but I have a problem.

I want my mod to include a custom faction, so I did this:
(C:\Users\me\Repos\Rimworld\modfolder\Defs\FactionDefs)
I made the FactionDefs folder and in there I made a .xml file to include all the details about said faction: the map marker logo, the description and so on. But I have a problem: the NamerFaction def.

I don't know where to find it and it's needed to randomize the name of the faction and I think there is a similar def to randomize settlements names.

Can you tell me where to find said code? So I can customize it to include all the right prefixes and any other details of how I want my faction to have its name randomized for each playthrough and each settlement to be named in the right way.

Thanks in advance!

Shinzy

#1
RulePackDefs contain all the xml stuff you're looking for!
and the list of strings are hidden in Languages/English/Strings

Akaired