Tsuki-Yomi

New Member
Oct 11, 2019
2
0
what version of the game works with the restoration patch? i havent been able to see anything ima do some more looking to see and if i find it ill delete my question
 

Ermi33

Newbie
Aug 11, 2020
63
70
what version of the game works with the restoration patch? i havent been able to see anything ima do some more looking to see and if i find it ill delete my question
Imo, you need the newest versions for both (rest. Patch: 5, game: 1.0e)
 
Feb 15, 2019
306
560
How is this completed? There are a bunch of scenes that aren't finished, and some that got removed.
It isn’t completed. There’s storylines that just weren’t finished and some character profiles even say that more will be added to their story in the next update. The dev probably freaked out that people were accusing him of milking his patrons so he just quickly finished the main girls so he could call it “Completed” and moved on to his next cash cow.
 
  • Like
Reactions: Priappus

Absolute_Icon

Newbie
Sep 14, 2021
57
45
can someone please give me a save file i dont even care from where just not from the very beginning i cannot do that again
There's a full save in the opening post of this thread, I tried that and it works, at least I could see that all the scenes were unlocked. Initially I felt the same as you, but when I saw a bunch of new scenes in the gallery from that save file, even with some completely new girls (for me) I decided tot start from scratch again.
 
  • Like
Reactions: Phantom_777

RuinerNoir

Newbie
Oct 29, 2018
47
21
It isn’t completed. There’s storylines that just weren’t finished and some character profiles even say that more will be added to their story in the next update. The dev probably freaked out that people were accusing him of milking his patrons so he just quickly finished the main girls so he could call it “Completed” and moved on to his next cash cow.
It's more likely the stuff that was changed was to make it compliant for a Steam release, since it got one pretty quickly after the 'Final' edition was done. Right behind that, DLC was announced.
 

dewayne4478

Member
Dec 10, 2022
307
79
It isn’t completed. There’s storylines that just weren’t finished and some character profiles even say that more will be added to their story in the next update. The dev probably freaked out that people were accusing him of milking his patrons so he just quickly finished the main girls so he could call it “Completed” and moved on to his next cash cow.
But if i understand correctly he supposedly working on a dlc to finish it up not sure. but read it earlier in this thread
 
  • Like
Reactions: vmaks

john1230

Active Member
Oct 6, 2020
709
538
the renpy files that need replacing are only like 20mb, it's just code stuff.

the 4k images didn't fit to screen properly for example
ingame
View attachment 3186089

outside game
View attachment 3186090

i don't really know much about renpy to make it fit properly
firsttry51, I think I found the variable for the screen size. If you still want to give the 4K a shot the variable is:

store.persistent._virtual_size[0] = 1920
store.persistent._virtual_size[1] = 1080

Just change the variable using the console command and see if the image fit the screen.

Command for 4k:

store.persistent._virtual_size[0] = 3840
store.persistent._virtual_size[1] = 2160

Unfortunately I don't know where in the game files "virtual size" variable is stored so the change is not permanent but should be good enough to test the 4K image with.
 

firsttry51

Member
Feb 25, 2018
253
370
firsttry51, I think I found the variable for the screen size. If you still want to give the 4K a shot the variable is:

store.persistent._virtual_size[0] = 1920
store.persistent._virtual_size[1] = 1080

Just change the variable using the console command and see if the image fit the screen.

Command for 4k:

store.persistent._virtual_size[0] = 3840
store.persistent._virtual_size[1] = 2160

Unfortunately I don't know where in the game files "virtual size" variable is stored so the change is not permanent but should be good enough to test the 4K image with.
i think i tried that, the 4k images did fit but the sandbox ui was all janky
 
  • Like
Reactions: john1230

firsttry51

Member
Feb 25, 2018
253
370
It sounds like it would need a full rebuild for the game to scale to 4K, oh well it was worth a shot. Thanks for trying it(y)
i did manage to make a playable version using a oversampling function on a newer version of renpy,
basically every 4k image to fit had to have it's filename end in @2 (i changed them all in a batch) and i had to change some hardcoded stuff too.
the final size is like 18gb so i never bothered to share tho.
 

Ennoch

Conversation Conqueror
Respected User
Oct 10, 2017
7,248
19,625
is there a save in the new version of 0.71b, just to not repeat the same game and play the final part?
There isn't. Since everybody had to redo the whole thing, saves not being compatible, and so much time have passed between the two version nobody was actually keen on figuring out where exactly 0.71 ended for each and every character to make a save there in 1.0e to share for the very late comers.
 
3.70 star(s) 409 Votes