Does anyone know of a way to change the values of globals in GlobalDefines.xml while in-game, i.e. through Lua?
I've already tried just assigning a new value but that doesn't work--Lua throws read-only table error. I've also tried using DB.Query with an update statement, but that had no effect either.
I've already tried just assigning a new value but that doesn't work--Lua throws read-only table error. I've also tried using DB.Query with an update statement, but that had no effect either.