Hi all!
I don't know how to get some unikal ID of the game. How to get the date of today or date of game starting?
Get date
Re: Get date
There is no ID of a game and no way to get any kind of date/time in mods.
Additionally there's nothing unique about any save file. You could have 2 save files generated at 2 completely different dates that end up binary identical if you happen to save at the same tick.
Additionally there's nothing unique about any save file. You could have 2 save files generated at 2 completely different dates that end up binary identical if you happen to save at the same tick.
If you want to get ahold of me I'm almost always on Discord.
Re: Get date
And when I want it use only like:Rseding91 wrote:There is no ID of a game and no way to get any kind of date/time in mods.
Additionally there's nothing unique about any save file. You could have 2 save files generated at 2 completely different dates that end up binary identical if you happen to save at the same tick.
Code: Select all
game.write_file(os.date('%Y%m%d') ..".txt", data)