mauporte
Chieftain
So I wanted to create a mod that changes the gamespeeds as well as adding a new one, so first I wanted to check if adding a new speed is possible.
I went to Base->Assets->Configuration->Data and opened GameSpeeds.xml and simply copied the marathon row and changed the variables to unique values, including the next integer in the sequence for the SortIndex variable, booted up the game and voilá!, My new speed was listed in the create game screen, underneath Marathon.
So knowing that it is possible to create a new speed I changed everything back, copied the code to a new xml file, erased the standard speeds from this new script to only include the new speed I wanted to create, told modbuddy to load the database as a frontgame action, booted up the game with the mod enabled, and nothing.
I tried in various ways to organize my new entry, downloaded mods, wrote different codes, but no matter what I write I can't seem to get Civ VI to add the new speed with a mod, only by changing the game files.
I went to Base->Assets->Configuration->Data and opened GameSpeeds.xml and simply copied the marathon row and changed the variables to unique values, including the next integer in the sequence for the SortIndex variable, booted up the game and voilá!, My new speed was listed in the create game screen, underneath Marathon.
So knowing that it is possible to create a new speed I changed everything back, copied the code to a new xml file, erased the standard speeds from this new script to only include the new speed I wanted to create, told modbuddy to load the database as a frontgame action, booted up the game with the mod enabled, and nothing.
I tried in various ways to organize my new entry, downloaded mods, wrote different codes, but no matter what I write I can't seem to get Civ VI to add the new speed with a mod, only by changing the game files.