To enable the gallery:
1. Download this tool
https://f95zone.to/threads/unren-ba...compiler-console-developer-menu-enabler.3083/
2. Place it into the extracurricular activities folder and run it
3. When it asks you to type number to perform action, press 1, that will extract archive.rpa
4. Then you need to download renpy. From renpy, download jedit. Go the preferences and text editor. Once there, it will list three editors to choose from, use jedit(clicking on it for the first time will download it)
5. In renpy folder there will be subfolder called jedit, open it and run the jar file(not the application one)
6. By using jedit, open file named screens.rpy that is in game folder located in extracurricular activities(you can notice there will be lots of files now, it's because archive.rpa was extracted)
7. Once opened, search for main_menu line
8. Under the main_menu line there will be twice written: if gallery_ver ==
The first one will say: if gallery_ver == True, and second one: if gallery_ver == False
9. You need to edit it so the first one will say: if gallery_ver == False, and second one: if gallery_ver == True(basically switching false and true)
10. Save it and delete archive.rpa from game folder
11. Run the game and gallery should be enabled