Edge Sangral

Newbie
Jul 25, 2020
30
6
18
Does the Android download include the incest patch? Cause the patch itself is not available anymore, link leads to nothing.
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,889
21,744
786
Here's my unofficial android port of Sisterly Lust v1.11.1
with Universal Choice Descriptor

Download

Pixeldrain

You don't have permission to view the spoiler content. Log in or register now.


You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
Universal Choice Descriptor?

Very weird mod to add... why not Lord Ashrams mod that let's you choose the path you want from the get go?
 

cebs

Engaged Member
Feb 19, 2018
2,429
10,624
673
Universal Choice Descriptor?

Very weird mod to add... why not Lord Ashrams mod that let's you choose the path you want from the get go?
Because i don't know if it would interfere with all the fixes the new version has...
Personally i prefer Lord Ashrams mod without any doubt
 
  • Like
Reactions: Uthuriel

cebs

Engaged Member
Feb 19, 2018
2,429
10,624
673
Universal Choice Descriptor?

Very weird mod to add... why not Lord Ashrams mod that let's you choose the path you want from the get go?
Well i'll add a version with Lord Ashrams mod but i can't test it, so it will be at anyones risk :p
 

Jurandirr

Member
Dec 4, 2018
288
332
243
Also, i think i asked this already, but i didn't got an answer, what is the schoolgirl patch and it does? i think i played again with it, but nothing changed, does it need to work on a specific version?
 

Beduin123

Well-Known Member
Mar 29, 2023
1,018
1,432
287
I have a question. The last version that I've (quite recently) replayed was 1.1.6 Extra Scenes. In the OP it is 1.1.11 - does it worth replaying again or it's pretty much the same?
 

Uthuriel

Conversation Conqueror
Jan 26, 2021
6,889
21,744
786
I have a question. The last version that I've (quite recently) replayed was 1.1.6 Extra Scenes. In the OP it is 1.1.11 - does it worth replaying again or it's pretty much the same?
Pretty much the same. Only minor bugfixes. If you already played it and had no bugs then you don't have to replay. No new content was added.
 

1king45wolf

Newbie
Sep 18, 2021
26
7
86
just started playing this game and I love it I installed Walkthrough / Scene Gallery but it started crashing every time i tried to open it and gave me this erro
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/day01.rpy", line 27, in script
    menu:
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 409, in execute
  File "game/screens.rpy", line 416, in execute
  File "game/screens.rpy", line 417, in execute
  File "game/screens.rpy", line 418, in execute
NameError: Name 'bad' is not defined.

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

Full traceback:
  File "game/day01.rpy", line 27, in script
    menu:
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\ast.py", line 1922, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\exports.py", line 1106, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\exports.py", line 1345, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 409, in execute
  File "game/screens.rpy", line 416, in execute
  File "game/screens.rpy", line 417, in execute
  File "game/screens.rpy", line 418, in execute
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\ui.py", line 988, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\text\text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\text\text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'bad' is not defined.

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
SL 1.1.11
Sat Sep  9 01:35:09 2023
 

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
7,486
17,385
944
just started playing this game and I love it I installed Walkthrough / Scene Gallery but it started crashing every time i tried to open it and gave me this erro
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/day01.rpy", line 27, in script
    menu:
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 409, in execute
  File "game/screens.rpy", line 416, in execute
  File "game/screens.rpy", line 417, in execute
  File "game/screens.rpy", line 418, in execute
NameError: Name 'bad' is not defined.

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

Full traceback:
  File "game/day01.rpy", line 27, in script
    menu:
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\ast.py", line 1922, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\exports.py", line 1106, in menu
    rv = renpy.store.menu(new_items)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\exports.py", line 1345, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 3579, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\core.py", line 4052, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 406, in execute
  File "game/screens.rpy", line 409, in execute
  File "game/screens.rpy", line 416, in execute
  File "game/screens.rpy", line 417, in execute
  File "game/screens.rpy", line 418, in execute
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\ui.py", line 988, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\text\text.py", line 1633, in __init__
    self.set_text(text, scope, substitute) # type: ignore
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\text\text.py", line 1763, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
  File "C:\Users\1king\OneDrive\Desktop\SL-1.1.11-Uncensored Edition\renpy\substitutions.py", line 236, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'bad' is not defined.

Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
SL 1.1.11
Sat Sep  9 01:35:09 2023
So, you installed a Mod for 1.1.6 and you are suprised that it didn't work with the 1.1.11 game? Colour me suprised.
Also as Lord Ashram passed away this year due cancer, the chance that any of his mods will get an update is almost 0.
 
  • Sad
Reactions: chaughton22

1king45wolf

Newbie
Sep 18, 2021
26
7
86
So, you installed a Mod for 1.1.6 and you are suprised that it didn't work with the 1.1.11 game? Colour me suprised.
Also as Lord Ashram passed away this year due cancer, the chance that any of his mods will get an update is almost 0.
thank you for pointing that out wasnt passing attention. didn't know he die (RIP LORD ASHRAM)
 
  • Like
Reactions: chaughton22
4.50 star(s) 352 Votes