Removing existing game options
for (AoE3 DE)
I'm working on a total conversion mod in which I will only have 5 factions based on the existing Brit, Span, Otto, German and Russian civs.
Id like to remove the unused civs from the list of options in skirmish as well as some main menu options like story mode which won't be compatible with what I'm doing. and history or compendium ect.
I have the stringtabley.xml open in Notepad++ and I understand how to use it. However this is my first time making a mod with string tables and I don't want to make any rookie mistakes while attempting to do this.
Does anyone have some advice for me?
my instinct is to just start deleting things or typing in nonsense to break the string so to speak, but I feel like it's just going to cause buggy crashes or something.