Hey everyone,
I'm fairly new to modding games. In fact this is the first game which I'm trying to mod.
I did fairly easy things like showing the percentages of your players stats. That was easy since that are PlayMaker variables.(https://github.com/piotrulos/MSCModLoader/wiki/All-known-playmaker-Variables-and-Events)
But how would I get other values, like the current wear of parts? They are saved in the savegame file. I could try to read that file from the mod, but even if that works those values would be "old".
Is there a way of getting values of variables which I assume he only uses during a session internally?
Thank you all in advance,
Mazen
I'm fairly new to modding games. In fact this is the first game which I'm trying to mod.
I did fairly easy things like showing the percentages of your players stats. That was easy since that are PlayMaker variables.(https://github.com/piotrulos/MSCModLoader/wiki/All-known-playmaker-Variables-and-Events)
But how would I get other values, like the current wear of parts? They are saved in the savegame file. I could try to read that file from the mod, but even if that works those values would be "old".
Is there a way of getting values of variables which I assume he only uses during a session internally?
Thank you all in advance,
Mazen