- Oct 15, 2021
- 14
- 4
Can you be a bit more descriptive on how it basically breaks? I had the issue with lucy in the mines that when licking her boots she wouldn't move out of the way, but could get her to move by repeatedly obeying her till the pee scene then she moved.I am working on some POV scene already. (See attachments). But:
One of my betatester has found a very disruptive bug at day 5. It seems that after you get whipped by Lucy, the game basically breaks. I was not able to replicate this bug. Did anyone find something similar?
On bugs. I did notice that could try and mine every block and not find one to mine, but going through the same blocks a second time normally found one. Not sure how your doing this but some simple logic to make sure a random single block is able to be mined would be to assign each block a number starting at 0 or 1 and increasing by 1 for every other block. Generate and store a random number in that range and check if the 'number' of the block mined matches the stored random number.