Woprok / AOE4-AdvancedGameSettings

Game mode that allows more customization over standard game rules in Age of Empires IV
GNU General Public License v3.0
60 stars 23 forks source link

How can I change the GUID? #33

Closed Helly0000 closed 2 years ago

Helly0000 commented 2 years ago

I found there was some conflict between the mod I built from GitHub and the mod from the game. It would break the localization strings, causing words missing or garbled. I am not very sure where is the problem and I guess it is the GUID. But how can I change the GUID? It seems to be fixed when the mod is created and I didn't find any options to change it. I find a string "64c5019a145c4e4da448dbd3adeea61e" but replace it causes some bigger bugs on localization strings.

Woprok commented 2 years ago

It's mod ID https://github.com/Woprok/AOE4-AdvancedGameSettings/blob/master/Advanced%20Game%20Settings.aoe4mod

Woprok commented 2 years ago

You can try to change it, but its not really worth it. Local copies of the mod dont interfere with published version of the mod.

Woprok commented 2 years ago

But if you are using part of the AGS in other mod, then you need to localize these string separately in your mod