Do you have these files in the "bin" folder?
Code:
scs.swf
ud01.swf
ud02.swf
ud03.swf
ud04.swf
Content of Patches.txt (in root folder of game):
Code:
Patch load paths:
'(\w|/)+?\.swf'
'bin/scs.swf'
'bin/ud02.swf'
'bin/ud01.swf'
'bin/ud04.swf'
'bin/ud03.swf'
'(\w|/)+?\.jpg'
'bg/cbg01.jpg'
'bg/cbg02.jpg'
Auto load uncensor:
function ldUd(obj, obj2)
{
if (ksm_so.data.lza) //Patch out this line.
obj.loadMovie(obj2);
}
Content of Notes.txt (in "bg" subfolder, for custom backgrounds):
Code:
Place a 800x600 JPG image in this directory, name it either cbg01 or cbg02.
Within the game menu, cycle background options until C1 or C2.
Provided images are just placeholders.