Hi, playing the Steam version on Win11.
The bug manifests in the missing racial attribution of, uh, certain bodily fluids in several corresponding scenes. Personally encountered in the Dream Palace when filling, you know, the partner. I assume the issue is caused by misusing the
I'm currently not there and not prepared to reproduce the bug and copy error messages (if there were any), though as far as I can understand, the issue should be pretty much obvious from the code, and the fix as simple as replacing
I have a screenshot of one affected scene, though I can't provide it atm due to the crippled internet connection I'm suffering here. Hopefully, the above info is sufficient to fix the, uh, bug.
Cheers~
The bug manifests in the missing racial attribution of, uh, certain bodily fluids in several corresponding scenes. Personally encountered in the Dream Palace when filling, you know, the partner. I assume the issue is caused by misusing the
[pc.ra …]
parser function (found 9 occurences in JS code, all matching the "%race%-%fluid%" pattern) in places where the use of [pc.race]
or even [pc.raceShort]
would be appropriate, according to the documentation.I'm currently not there and not prepared to reproduce the bug and copy error messages (if there were any), though as far as I can understand, the issue should be pretty much obvious from the code, and the fix as simple as replacing
ra
with race
/raceShort
.I have a screenshot of one affected scene, though I can't provide it atm due to the crippled internet connection I'm suffering here. Hopefully, the above info is sufficient to fix the, uh, bug.
Cheers~