Yeah any events and story with her is fineWouldn't those just be SFW scenes? But yeah, for a game where you get reality bending powers from ol' Lucy himself you would think there would be more wacky stuff.
Like growing a second dick or creating a shadow clone of yourself so you could DP girls.
Theres nothing to do. The new scene is the blowjob from linda in the living room i believe. (afternoon, make linda follow you, go to the living room, interact, and make her watch a movie for the bj i think) The difference between the 2 bjs from the version your talking about and the old version is huge if you didnt already realize that.Does anyone know what to do? I only saw that they remade a scene with Linda, but nothing else. There are no objectives, there's nothing. I'm not a fortune teller. Someone help!
Thank you very much.PC/Linux:You must be registered to see the links
Mac: On the way
Android:You must be registered to see the links
LittleMan - Early Acess - Build 0.53
Changelog 0.53
Mechanics
Art
- General Bug Fixes;
PS: Since Bernice's scene is a random event, so you don't get lost as to how to watch it, it happens randomly on Monday, Wednesday and Friday in Bernice's living room. You must have already done all of Bernice's scenes for it to happen.
- New scene with Molly and Celeste, with lots of variations and animations;
- New outfit for Celeste;
- New outfit for Molly;
- New cutscene;
- New side-scene with Bernice;
- A rework of Molly's expressions and Bust.
Current gallery code: rework666
Yeah no problem!Thank you very much.
PC/Linux:You must be registered to see the links
Mac:You must be registered to see the links
Android:You must be registered to see the links
LittleMan - Early Acess - Build 0.53
Changelog 0.53
Mechanics
Art
- General Bug Fixes;
PS: Since Bernice's scene is a random event, so you don't get lost as to how to watch it, it happens randomly on Monday, Wednesday and Friday in Bernice's living room. You must have already done all of Bernice's scenes for it to happen.
- New scene with Molly and Celeste, with lots of variations and animations;
- New outfit for Celeste;
- New outfit for Molly;
- New cutscene;
- New side-scene with Bernice;
- A rework of Molly's expressions and Bust.
Current gallery code: rework666
Code not working :'(
hello,can you add rpaextract.exe?A simple way to unlock the gallery without the code:
- Install RPAExtract.exe
- Give RPAEXtract.exe the 3 files in the game folder: xpka.rpa, xpkb.rpa and xpkc.rpa (you'll see a lot of files and folders now).
- Go to the new GameManagers folder and open the GalleryManager.rpy file with any text editor.
- Go to line 427 and change the if condition to True (as shown in the image). After that, you can save the file and quit the editor.
- Delete the GalleryManager.rpyc file
- Launch the game to reload the modified file.
- Go to the gallery and when you click on the unlock button, you can leave it empty and then click on the confirmation button. The gallery will be unlocked.
What I've done? (explanations)
In the code, I read that the game takes a hash code from a server but encrypted by SHA512. This makes it impossible to decrypt. And the program encrypts the password you write and compares whether or not it's equal to the server's real password.
So I've changed the comparison to a True expression so that I'm always right.