Hi there! Thank you so much for developing this project—it’s been incredibly helpful! I have a quick question:
Let’s say I release my game with a list of achievements, and later, I release an update where I want to add new achievements to that list. What’s the best way to go about this?
If I update the entire .rpy
file, would that affect saves or already unlocked achievements? (For context, I publish my game on Steam.)
I also tried appending new achievements to the list using the append
function, but it didn’t seem to work. Maybe I did something wrong? Any guidance would be greatly appreciated!
Thanks in advance!