Thanks a lot,
IncetonGames !
The new episode is awesome, but there are some issues, probably a few already mentioned:
- A bunch of dialogs are messed up, wrong characters saying wrong lines.
- The issue about angles and bonus images being shown with dialog still active is another - already mentioned and I guess, fixed in some way by some other members.
- Also, a bunch of bonus images are commented out in the script, while the images actually exist.
So I made a patch that:
- Changes characters on all wrongly assigned dialog lines that I noticed to the correct ones and fixes a few typos in several places.
- Changes zorder of bonus image and angle image screens, bringing the bonus image on top of everything and angle image on top of everything but the angle switching button.
- Adds a bunch of disabled bonus images, plus one that wasn't commented out, but was missing from the script.
Patch zip includes original rpy files with *.orig extension added, new fixed rpy and rpyc files, plus diff files with all the fixes.
How to use:
To patch the game just extract zip into the game root folder (the main folder where the game launcher EchoesOfLust.exe is) and files will drop into the 'game' subfolder by itself. Overwrite original files, if there are any.
Patch is made only
for version S2E1 of the game and it won't work on future versions, nor any of the S1 versions.
I may have still missed something, some faulty dialogs for example, possibly due to the order of events in my playthrough.
_______________________________
UPDATE to v02:
Added fixes to Nicole recap sequence, Megan eye blinking and a few typos, all reported and thanks to
theMickey_ :
Maybe you also want to change the following in your patch:
- during the Ep.1 recap, every character has multiple images, except Nicole. Although there are multiple images of her (recap_nic_1.jpg to recap_nic_9.jpg), the script only use recap_nic_1.jpg nine times
- For the eye-blinking (nice touch btw!) they used multiple images, but at least one is wrong, and it flashed a different image during my playthrough (script: G_Cheat_Menu.rpy):
- e11i473_blink:
"bg/Blink/e11i543_half.jpg"
should be "bg/Blink/e11i473_half.jpg"
(line 2449)
- I found a few more spelling errors for which I couldn't find a fix in your patch (script: 1_Home_label.rpy):
a "Yeah, everything's fin.."
should be a "Yeah, everything's fine.."
(line 3732)
j "*chuckle* 'Just the beggining."
should be j "*chuckle* 'Just the beginning."
(line 4685)