I get an error when I try to load anything in the "Extra" menu. Anyone else?
File "E:\Games\Nympho Monster Domination\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/locked_18CG.png'.
While loading <'Image' u'gui/locked_18CG.png'>:
IOError: Couldn't find file 'gui/locked_18CG.png'.
Traceback (most recent call last):
File "E:\Games\Nympho Monster Domination\renpy\editor.py", line 99, in open
os.startfile(filename) # @UndefinedVariable
WindowsError: [Error 1155] No application is associated with the specified file for this operation: 'E:\\Games\\Nympho Monster Domination\\renpy\\loader.py'
I found a solution to this problem. In your game folder (should be called "Nympho Monster Domination"), you will find a folder named "game". Create a subfolder called "gui" (without quotes). Copy two png files (MUST be real png files) in this folder, anything will work. Rename the first one "locked_18CG.png" and the second one "thumb_hover.png" (without quotes). The first image will appear as the "locked content" icon in the game. The second one will appear when the cursor hovers on a picture. Run the game, enjoy the extra features.
Not my thing though.