4.40 star(s) 50 Votes

KodomoXL

Newbie
Apr 12, 2020
86
46
Should I change the relationship for black skin since in black skin version it is a bit weird that your sister is white skin and become your blood sister. I just start playing this game and want lore accurate in the most part of the game.
 

supersomeone

Member
Nov 20, 2019
416
559
Should I change the relationship for black skin since in black skin version it is a bit weird that your sister is white skin and become your blood sister. I just start playing this game and want lore accurate in the most part of the game.
do what you want mah boy :ROFLMAO:
 
  • Haha
Reactions: Irvine_1

Mr Sandman

Member
Game Developer
Dec 12, 2018
181
356
Update is out, please use my MEGA link and someone please upload it here. (THE UPDATE ALREADY ON HERE IS OLD, THE GALLERY DOES NOT WORK). (THIS VERSION IS THE UPDATED ONE TO THE ONE THIS MORNING)


This will gradually be updated over the next couple of days,

Dark skin version AND ANDROID in a week and a half approx.

COPY WHOLE LINK

- Start NEW GAME (ITS BEEN OVER 7 MONTHS)

- NO MODS!

- CLEAN INSTALL (FOLDER)

Changelog:

- 0ver 100 animations and over 1700 renders
- Added partially completed gallery
- added achievements
- edited some variables
- Major backend stuff

PC -

MAC -
 

Mr Sandman

Member
Game Developer
Dec 12, 2018
181
356
I need help, i want the achievements screen to keep its values on a new playthrough and its rewards be redeemable on following playthroughs. How do I do this?
 

BeingADikDik

Engaged Member
Apr 17, 2021
2,022
5,675
Does anyone have a cheat to get around the dance alone minigame? I cannot possibly beat it with my trackpad (no mouse or touch screen - I hate these types of minigames that favor certain configurations). Even something that increases the time would be greatly appreciated (I'd need about 3x the time to be able to move the pointer).

Does this unlock anything in particular, or should I just ignore?
 
  • Like
Reactions: Mr Sandman

harem.king

Engaged Member
Aug 16, 2023
2,292
3,807
*v0.18.1 START NEW GAME PLEASE!
Framework for the VN is complete, so saves made on this version will be compatible for future updates.
I can't import my saves from v0.18.3 to v0.19
do we need to start a new save YET AGAIN.
because a habit of constantly breaking saves every fucking update is not a good one.

"end of version: save here"
was a lie apparently

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 26258, in script
    r "Wow!"
  File "game/Character_Panels.rpy", line 109, in execute
    screen CharactersinScene:
  File "game/Character_Panels.rpy", line 109, in execute
    screen CharactersinScene:
  File "game/Character_Panels.rpy", line 115, in execute
    if SixInScene == 1 or FiveinScene == 1:
  File "game/Character_Panels.rpy", line 115, in <module>
    if SixInScene == 1 or FiveinScene == 1:
NameError: name 'SixInScene' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 26258, in script
    r "Wow!"
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1235, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 887, in do_display
    **display_args)
  File "renpy/character.py", line 633, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3315, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3735, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3735, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/Character_Panels.rpy", line 109, in execute
    screen CharactersinScene:
  File "game/Character_Panels.rpy", line 109, in execute
    screen CharactersinScene:
  File "game/Character_Panels.rpy", line 115, in execute
    if SixInScene == 1 or FiveinScene == 1:
  File "game/Character_Panels.rpy", line 115, in <module>
    if SixInScene == 1 or FiveinScene == 1:
NameError: name 'SixInScene' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.19
Wed Oct 25 20:40:22 2023
this seems to repeat infinitely with "SixInScene" is not defined for every script possible
 
Last edited:
  • Like
Reactions: jetama

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,386
9,770
I need help, i want the achievements screen to keep its values on a new playthrough and its rewards be redeemable on following playthroughs. How do I do this?
Use the persistent store. persistent.variableName. Any variables in this store are kept separate from save files, remaining the same across multiple saves and even on the main menu when no save is loaded.
 

harem.king

Engaged Member
Aug 16, 2023
2,292
3,807
Mr Sandman
started a new game in v0.19
on this scene
Capture.PNG

regardless of what I choose it gives me the error that
NameError: name 'Mutant_SUN_Attraction' is not defined
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 29136, in script
    $ Mutant_SUN_Attraction -= 3
  File "game/Inconsolablecharscript.rpy", line 29136, in <module>
    $ Mutant_SUN_Attraction -= 3
NameError: name 'Mutant_SUN_Attraction' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 29136, in script
    $ Mutant_SUN_Attraction -= 3
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Inconsolablecharscript.rpy", line 29136, in <module>
    $ Mutant_SUN_Attraction -= 3
NameError: name 'Mutant_SUN_Attraction' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.19
Wed Oct 25 22:14:53 2023
 

Dark Silence

Devoted Member
Jul 17, 2021
8,351
12,599
Mr Sandman
started a new game in v0.19
on this scene
View attachment 3034511

regardless of what I choose it gives me the error that
NameError: name 'Mutant_SUN_Attraction' is not defined
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 29136, in script
    $ Mutant_SUN_Attraction -= 3
  File "game/Inconsolablecharscript.rpy", line 29136, in <module>
    $ Mutant_SUN_Attraction -= 3
NameError: name 'Mutant_SUN_Attraction' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/AllPhoneConversations.rpy", line 20, in script call
    call test999 from _call_test999
  File "game/AllPhoneConversations.rpy", line 35, in script call
    call test9999 from _call_test9999
  File "game/Inconsolablecharscript.rpy", line 29136, in script
    $ Mutant_SUN_Attraction -= 3
  File "renpy/ast.py", line 928, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2245, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/Inconsolablecharscript.rpy", line 29136, in <module>
    $ Mutant_SUN_Attraction -= 3
NameError: name 'Mutant_SUN_Attraction' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.9.2142
Being Super 0.19
Wed Oct 25 22:14:53 2023
If you used the mod, it's not updated yet and probably broke the game. If you didn't use the mod, I don't know.
 
  • Like
Reactions: sokena3666

imadumb

Dev of Rikugun Shikan Gakkõ
Game Developer
Aug 25, 2022
1,090
1,569
Oh i'm glad it is back, i hope i can have time to watch it, ima with some trouble in RL right now and can't find time for nothing, even writing my stuff is hard right now
BUUUUUUUUT
I'm glad there's a new chapter of this one, i really liked it when i tried
 
  • Like
Reactions: Mr Sandman

Almighty

Engaged Member
Jan 27, 2017
2,545
2,964
Sighs I guess I have to start over. I pretty much invited everybody the the party except Ana. I guess I missed something.
 

BeingADikDik

Engaged Member
Apr 17, 2021
2,022
5,675
Sighs I guess I have to start over. I pretty much invited everybody the the party except Ana. I guess I missed something.
I am not sure you missed anything. I have Ana set to harem and she wasn't invited. But, I also failed to get Victoria to come (guess I wasn't villainy enough ...)
 

BeingADikDik

Engaged Member
Apr 17, 2021
2,022
5,675
Does anyone have a cheat to get around the dance alone minigame? I cannot possibly beat it with my trackpad (no mouse or touch screen - I hate these types of minigames that favor certain configurations). Even something that increases the time would be greatly appreciated (I'd need about 3x the time to be able to move the pointer).

Does this unlock anything in particular, or should I just ignore?
I think I was able to beat this using rollback to cheese the random location of the box. There appeared to be no benefit to playing the minigame though?

Also, I am getting an error after the Taylor + Nikki threesome that prevents from going to next morning.
 
4.40 star(s) 50 Votes