These only for the JoiPlay edition?
I mean, does the 1.6 pc version have the bugs that were mentioned in that Directors 'different'?
IE:
- Gallery unlocked (fix the wrong label)
- Logic restored (no missing label)
- Joyhouse (deleted strip club)
I'd hope the "COMPLETED" 1.6 pc version has those fixes and restored strip club!
Yes and No
It is more like technical debt rather than just a bug. The steam version still carrying minor issues which still fine if we play it on "PC" but if we play it with translator "Emulator or port" it won't work as is. Joyhouse had Tong Na (older version) in it which obviously doesn't match with the main storyline especially on version 1.6 where the new Tong Na is a mother, not a whore (Joyhouse). I haven't check the latest Steam update yet so I couldn't give a solid answer (whether they fix it or yet).
How to fix the logic ? You need to get the .rpy extracted from the scripts.rpa and manually edit it. The original steam ain't much to fix in it, although probably you still need to stitch the assets. Unless you want to port it then nothing to fix actually (or maybe)
The scripts that I use is a Frankenstein, it contains new label and defined images. It won't load correctly without the "assets".
The steam version technical debt mostly a typos ex: "yoga_dream" where the actual label supposedly "yoga_dream_1", this was known typos in the gallery since version 1.4
And Xia Qing mismatch condition (event 6).
The label is xq_lr_menu.
Note that mine is a Frankenstein so don't mimic the label jump (it is a modified jump).
While you can apply the condition "if xq_events >= 6" it doesn't break the logic (save file) because it is supposedly like that.
You might also notice the different that mine doesn't have "energy" for the condition in it (some does) but it's up to you anyway.
If the label exist then why it don't appear in the game ? Because the condition doesn't match. The lr_bj is event 6 but the condition was "if xq_events >= 10" when you see the scene (event) that condition block the menu.
Although it is just an example of old traceback, hopefully it help you do the archeological Lint.