- Sep 3, 2022
- 24,036
- 202,746
NEA FIX FOR 0.08
I'm not sure why I didn't think of this in that last post about this issue, but here's another fix for the bug. The fix is simple.
Go to the game directory and find the folder named "game". Within this folder you should see the same files as in the picture below, except for "NeaFix.rpy".
Create a new text document, any name will do. I used NeaFix for example. Save the file as an "rpy" file. Open that file with notepad, write
default skip_nea_content = False
then save.
I'm not sure why I didn't think of this in that last post about this issue, but here's another fix for the bug. The fix is simple.
Go to the game directory and find the folder named "game". Within this folder you should see the same files as in the picture below, except for "NeaFix.rpy".
Create a new text document, any name will do. I used NeaFix for example. Save the file as an "rpy" file. Open that file with notepad, write
default skip_nea_content = False
then save.
Last edited: