- May 9, 2018
- 7,206
- 8,580
Ok, do this instead, since it's the only thing that you need in your game to complete the bonus ending.I followed the procedure but it looks the same
Open your save in Notepad or any text editor you prefer.
Search for the following string: achievement_yoga_6
Add a blank line above that, then paste the following to your save:
Code:
<Flag>
<Name>achievement_yoga_5</Name>
<Value>1</Value>
<ResetTime>0</ResetTime>
<ResetTimer>0</ResetTimer>
</Flag>
Code:
<Flag>
<Name>achievement_yoga_5</Name>
<Value>1</Value>
<ResetTime>0</ResetTime>
<ResetTimer>0</ResetTimer>
</Flag>
<Flag>
<Name>achievement_yoga_6</Name>
<Value>1</Value>
<ResetTime>0</ResetTime>
<ResetTimer>0</ResetTimer>
</Flag>