is it possible to empty player ini's on my game?

Posted by jose_creative
like what i wanted to do is beacuse for a update im working on i need t empty all player inis and i wannted to know how

Replies (1)

Last message on 26 Jul 2021

Size43 (Administrator) on 26 Jul 2021, 19:09:10
Unfortunately you can currently only clear PlayerINIs one-by-one on the site. You could add a check in the new version of the game that deletes the old PlayerINI when logging in. For example, you could add a new key "version", and if it does not exist in the PlayerINI or is lower than some value, you could clear the PlayerINI.