stewscotia

Member
Jun 4, 2018
158
232
238
slept on the bed, went to the living room for a movie night with the girls, cant choose who to sit with, cant do anything
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
Can't take a nap. The bed is not clickable =/
You're the second perron to report this issue. Send me a save file so I can check why it's happening whrn I get back home.

slept on the bed, went to the living room for a movie night with the girls, cant choose who to sit with, cant do anything
Check tge warning at tye OP.
 

DraxisSilencer1000

Well-Known Member
Aug 26, 2020
1,428
761
227
Sorry, the changelog said that this update is the finale for Luana's arc (meaning I can play her content from start to finish with no interruptions). But what does the Beta mean in here? The update's not complete or something ? Should I be waiting for v0.08.08 Full or what? Is there a difference with v0.08.08 Beta with the the Full version?
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
Sorry, the changelog said that this update is the finale for Luana's arc (meaning I can play her content from start to finish with no interruptions). But what does the Beta mean in here? The update's not complete or something ? Should I be waiting for v0.08.08 Full or what? Is there a difference with v0.08.08 Beta with the the Full version?
Beta as in it's not the finished version of luana's update, it has all the content but the technical part isn't finished yet.
 
  • Like
Reactions: DraxisSilencer1000

pds72

Well-Known Member
Sep 25, 2019
1,100
991
307
Is there a difference with v0.08.08 Beta with the the Full version?
Looking at the in-game changelog, it appears the numbering is by v0.X.Y. Where X is major updates and Y is minor updates. X.1's are listed first beta update to X.9 last of betas with X.10 final/full release of X. (with some X.11 if bugfixes needed)
 

Lykanz

Engaged Member
Game Developer
May 2, 2017
2,918
8,074
769
Looking at the in-game changelog, it appears the numbering is by v0.X.Y. Where X is major updates and Y is minor updates. X.1's are listed first beta update to X.9 last of betas with X.10 final/full release of X. (with some X.11 if bugfixes needed)
The final version will come with all the bugs fixed (and possibly some more added, cuz that's how programming goes, you fix one bug, 987 more take it's place), a revisit of the UI theme, revisit of the replay gallery, revisit of joana and val's updates, an lots of other minor additions.
 

imadumb

Dev of Rikugun Shikan Gakkõ
Game Developer
Aug 25, 2022
1,150
1,755
269
first of all, i was enjoying the discord too much that i forgot i was actualy, watching a visual novel ////
You don't have permission to view the spoiler content. Log in or register now.
 
  • Haha
Reactions: Lykanz

blob69420

Newbie
Apr 19, 2018
33
49
179
Lykanz, didn't have time to read the rest of the thread, but if you haven't fixed it already, you need this to fix the second to last replay options.

Code:
--- special_screens/extras-replay_clt_selection.rpy.orig        2023-08-03 22:09:40.182450100 -0500
+++ special_screens/extras-replay_clt_selection.rpy     2023-08-03 22:18:29.423422300 -0500
@@ -1223,7 +1223,7 @@
                 background Frame("gui/menu_frame.webp", 104, 104)
                 has vbox align (0.5, 0.5) xysize (700, 400)
                 button align (0.5, 0.5) xysize (400, 94):
-                    if replay_mn_after_lu_day:
+                    if luana_update_threehouse_fun:
                         background "gui/fetish_selection/check_mark_checked.webp"
                         action NullAction()
                     else:
@@ -1232,7 +1232,7 @@
                     idle_foreground Text(_("{#jr}Accepted Luana's\nFeelings"), style="inv_text_idle", color="#000", outlines=[(2, "#fff")])
                     hover_foreground Text(_("{#jr}Accepted Luana's\nFeelings"), style="inv_text_hover")
                 button align (0.5, 0.5) xysize (400, 94):
-                    if not replay_mn_after_lu_day:
+                    if not luana_update_threehouse_fun:
                         background "gui/fetish_selection/check_mark_checked.webp"
                         action NullAction()
                     else:
 
4.00 star(s) 118 Votes