Page 1 of 1
Delete race out of mod?
Posted: Thu Dec 07, 2017 11:57 am
by fruitgnome
How can I delete a race from a mod? I mean that this race is not ingame. For example the Core Axis of the mod Unleashed Extended.
Edit: It was only possible for me to delete all mod races. I deleted the races and the raceBiases.txt in the mod folder.
RE: Delete race out of mod?
Posted: Thu Dec 07, 2017 9:23 pm
by BlindOne
Alternatively you can change the files in races for the race you want to disable to:
'Can be Pirate: indicates whether this race can be a pirate faction or not (Y/N)
CanBePirate ;Y (Change this to N if you don't want them to show up as Pirates)
'Can be Normal Empire: indicates whether this race can be a normal empire or not (Y/N) (e.g. may set as only CanBePirate, but not CanBeNormalEmpire)
CanBeNormalEmpire ;Y (Change this to N if you don't want them to be Playable Empires, this disables them for both you and the AI as a playable empire but not for the pirates)
'Playable: indicates whether this race can be selected by the player as their empire's race at start of game or not (Y/N)
Playable ;Y (Or change this to N and you will disables them from the list, but make sure you also disable the above two options for AI empires)