Fixed bugs of unlocking all achievements at the same time.
Fixed bugs of unlocking all achievements at the same time. For those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed.
In this update1
Full notes
Full Merica Tale update
Read the full published notes in a cleaner layout. The original post stays linked below.
What changed
1 fix0 additions46 changes0 removals
Fixes
UI and audio
fixedFixed bugs of unlocking all achievements at the same time.
changedFor those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed.For those who have already unlocked all achievements and hope to unlock them again, you can go to the 'game' folder of your language and find script.rpy . Copy it and paste it in somewhere to keep it as a backup. Then change the content of script.py as the script below . And run once of the game to lock all achievements (don't forget to click Start\\开始游戏\\開始\\Начать\\시작하기\\スタート button in the game). Then copy the backup to replace the changed script.rpy, then run the game, you can unlock achievements one by one according to the storyline (won't unlock all achievements at the same time). The language version you used to lock the achievements must be the version you use to play the game to unlock them one by one. Instead of using third-party tools to lock achievements, this method should be used because third-party tools only superficially lock already unlocked achievements without actually locking them successfully, so that you can't unlock achievements when you play the game next time (because those achievements are actually already in an unlocked state). Each language version's achievement system is actually independent of each other, so if you've previously unlocked achievements for each language version, you should use this method to lock achievements multiple times for each version. For example, if you've previously played through the English and German versions and unlocked all the achievements for both, and you use the method in this article to lock the achievements for the English version, and then go to play the German version, you'll find that you can't unlock the achievements, that's because the achievements for the German version are still unlocked actually, and it just looks like they are locked because the English version's achievements are locked. So if you want to unlock the German version again, use the method described in this article to lock the German version, and then play the German version game again to unlock the achievements one by one.
changedFor those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed.#Copy start in here, if you change scrpt.rpy to the content below, it will lock all achievements for you.
changedFor those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed.init python:
changedFor those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed.ALL_ACHIEVEMENTS = [
changedFor those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed."achievement1", "achievement2", "achievement3",
Merica Tale changes
fixedFixed bugs of unlocking all achievements at the same time.
changedFor those who have already unlocked all achievements and hope to unlock them again, you can go to the 'game' folder of your language and find script.rpy . Copy it and paste it in somewhere to keep it as a backup. Then change the content of script.py as the script below . And run once of the game to lock all achievements (don't forget to click Start\\开始游戏\\開始\\Начать\\시작하기\\スタート button in the game). Then copy the backup to replace the changed script.rpy, then run the game, you can unlock achievements one by one according to the storyline (won't unlock all achievements at the same time). The language version you used to lock the achievements must be the version you use to play the game to unlock them one by one. Instead of using third-party tools to lock achievements, this method should be used because third-party tools only superficially lock already unlocked achievements without actually locking them successfully, so that you can't unlock achievements when you play the game next time (because those achievements are actually already in an unlocked state). Each language version's achievement system is actually independent of each other, so if you've previously unlocked achievements for each language version, you should use this method to lock achievements multiple times for each version. For example, if you've previously played through the English and German versions and unlocked all the achievements for both, and you use the method in this article to lock the achievements for the English version, and then go to play the German version, you'll find that you can't unlock the achievements, that's because the achievements for the German version are still unlocked actually, and it just looks like they are locked because the English version's achievements are locked. So if you want to unlock the German version again, use the method described in this article to lock the German version, and then play the German version game again to unlock the achievements one by one.
changed#Copy start in here, if you change scrpt.rpy to the content below, it will lock all achievements for you.
changedinit python:
changedALL_ACHIEVEMENTS = [
Fixed bugs of unlocking all achievements at the same time.
For those who play this game for the first time, please ignore this message; your achievements work well, cause the bug has been fixed.
For those who have already unlocked all achievements and hope to unlock them again, you can go to the 'game' folder of your language and find script.rpy. Copy it and paste it in somewhere to keep it as a backup. Then change the content of script.py as the scriptbelow. And run once of the game to lock all achievements (don't forget to click Start\\开始游戏\\開始\\Начать\\시작하기\\スタート button in the game). Then copy the backup to replace the changed script.rpy, then run the game, you can unlock achievements one by one according to the storyline (won't unlock all achievements at the same time). The language version you used to lock the achievements must be the version you use to play the game to unlock them one by one. Instead of using third-party tools to lock achievements, this method should be used because third-party tools only superficially lock already unlocked achievements without actually locking them successfully, so that you can't unlock achievements when you play the game next time (because those achievements are actually already in an unlocked state). Each language version's achievement system is actually independent of each other, so if you've previously unlocked achievements for each language version, you should use this method to lock achievements multiple times for each version. For example, if you've previously played through the English and German versions and unlocked all the achievements for both, and you use the method in this article to lock the achievements for the English version, and then go to play the German version, you'll find that you can't unlock the achievements, that's because the achievements for the German version are still unlocked actually, and it just looks like they are locked because the English version's achievements are locked. So if you want to unlock the German version again, use the method described in this article to lock the German version, and then play the German version game again to unlock the achievements one by one.
#Copy start in here, if you change scrpt.rpy to the content below, it will lock all achievements for you.