- Mar 14, 2017
- 302
- 364
Brilliant
Thanks for taking the time to reply with such clear detail. I will have a crack at it and get back to you.
All the best
Cheers
Edit
Ok all sorted - maybe not exactly how you advised. Opened episode files and others in Notepad including Achievements file and went looking to match character strings/info etc. (one simple option was "you have opened an Achievement " ). Ultimately it was a simple matter of copying the Statement from the Achievement file ( eg "e3_WatchAmieChange") opening the consol in the game and pasting the statement followed by "= True" and hey presto achievement unlocked .
Thanks for your help - Much appreciated
Cheers
Wow. Very happy to have been a help, and happy you attempted and were successful!
Seems like the big guys sometimes try to obfuscate the code by making it complex compared to the relatively more simple answer that you seem to have uncovered. Not to take away from what you did, but to point out that obfuscation isn't always the case when it seems more complex, this is simply just OOP paradigm. Keep at it! You can execute python in the game console if developer mode is enabled and you can do some fun stuff with (you'll have to look this up in the renpy dev docs) something like renpy.get_all_labels() and renpy.jump()