kilatin

Member
Jun 3, 2018
410
357
I always thought the ability to write presupposed the ability to read. This thread has disabused me of that notion in the last 12 hours or so.

Seriously people, the same question has been asked more than a dozen times in the last 24 hours. Apply your reading skills. Seriously.
 

draken

New Member
Apr 22, 2017
11
23
There are cheats if you want to use them.
You don't have permission to view the spoiler content. Log in or register now.
You don't use the console to activate this cheat. Just use the arrow keys in the location.
Edit: Click if you want the codes to work on Android.
Edit2: If you cannot use the method above to activate the cheats on Android, instead of pestering others to share a save try this. Get the game on your computer, tailor the character the way YOU want, then activate the cheats when you can. Save the game then put the save onto your phone. That way you have the character you want and you have cheats.
The code is still listed in the game code, just instead of in cheats.rpy which still lists the old code, it's now listed in start.rpy:

down, left, up, right, up, right, b, a, down, left
 

Istanblues

Newbie
Mar 14, 2018
60
33
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 459, in execute
  File "game/cl/class_ui.rpy", line 491, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 703, in execute
  File "game/cl/class_ui.rpy", line 742, in execute
  File "game/cl/class_ui.rpy", line 743, in execute
  File "game/cl/class_ui.rpy", line 749, in execute
  File "game/cl/class_ui.rpy", line 752, in execute
  File "game/cl/class_ui.rpy", line 753, in execute
  File "game/cl/class_ui.rpy", line 753, in keywords
TypeError: coercing to Unicode: need string or buffer, NoneType found

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

Full traceback:
  File "start.rpyc", line 329, in script call
  File "cl/class_room.rpyc", line 227, in script
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 459, in execute
  File "game/cl/class_ui.rpy", line 491, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 703, in execute
  File "game/cl/class_ui.rpy", line 742, in execute
  File "game/cl/class_ui.rpy", line 743, in execute
  File "game/cl/class_ui.rpy", line 749, in execute
  File "game/cl/class_ui.rpy", line 752, in execute
  File "game/cl/class_ui.rpy", line 753, in execute
  File "game/cl/class_ui.rpy", line 753, in keywords
  File "<screen language>", line 754, in <module>
TypeError: coercing to Unicode: need string or buffer, NoneType found

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.6.2b
Tue Jun 30 17:12:21 2020

I have this problem. It happens randomly.
 

DaedusWolfe

Active Member
Oct 26, 2017
778
347
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 459, in execute
  File "game/cl/class_ui.rpy", line 491, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 703, in execute
  File "game/cl/class_ui.rpy", line 742, in execute
  File "game/cl/class_ui.rpy", line 743, in execute
  File "game/cl/class_ui.rpy", line 749, in execute
  File "game/cl/class_ui.rpy", line 752, in execute
  File "game/cl/class_ui.rpy", line 753, in execute
  File "game/cl/class_ui.rpy", line 753, in keywords
TypeError: coercing to Unicode: need string or buffer, NoneType found

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

Full traceback:
  File "start.rpyc", line 329, in script call
  File "cl/class_room.rpyc", line 227, in script
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\linco\Desktop\Love_and_Sex_Second_Base-Pat-20.6.2b-pc\LoSeSb-Patreon-20.6.2b-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 458, in execute
  File "game/cl/class_ui.rpy", line 459, in execute
  File "game/cl/class_ui.rpy", line 491, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 699, in execute
  File "game/cl/class_ui.rpy", line 703, in execute
  File "game/cl/class_ui.rpy", line 742, in execute
  File "game/cl/class_ui.rpy", line 743, in execute
  File "game/cl/class_ui.rpy", line 749, in execute
  File "game/cl/class_ui.rpy", line 752, in execute
  File "game/cl/class_ui.rpy", line 753, in execute
  File "game/cl/class_ui.rpy", line 753, in keywords
  File "<screen language>", line 754, in <module>
TypeError: coercing to Unicode: need string or buffer, NoneType found

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Love & Sex : Second Base - Patreon Edition 20.6.2b
Tue Jun 30 17:12:21 2020

I have this problem. It happens randomly.
Get the latest version of the game (some pages back) 20.6.2c .. search for skads .. he is the one that posted it.
 

DaedusWolfe

Active Member
Oct 26, 2017
778
347
A temporary fix for 20.6.2c for the Kleio Morgan 3some. Unzip in your 20.6.2c directory.
I was unable to test this as I do not have a save just before meeting them in the bar. It should work if all of the requirements are met.
 
  • Like
Reactions: magusreaper

Falzet

New Member
Sep 24, 2019
8
3
There are cheats if you want to use them.
You don't have permission to view the spoiler content. Log in or register now.
You don't use the console to activate this cheat. Just use the arrow keys in the location.
Edit: Click if you want the codes to work on Android.
Edit2: If you cannot use the method above to activate the cheats on Android, instead of pestering others to share a save try this. Get the game on your computer, tailor the character the way YOU want, then activate the cheats when you can. Save the game then put the save onto your phone. That way you have the character you want and you have cheats.
down, left, up, right, up, right, b, a, down, left for the new up date
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,063
3,960
1. Actually, not a fan, since creating additional fail states seems like a waste of time and resources, only to see something that 99% people will want to avoid.
2. Yes, please. The easy way to do it, I think, would be to simply add to a given character an NTR gauge, similar to the Kink gauge/Manliness gauge etc. that you've already implemented, with advancing along that gauge representing the growing corruption of said female character in this regard, thus unlocking content. This removes the "unwanted surprise" element for most players (or at least the non-retarded ones) while still being able to add content for that particular fetish.
3. Yes, please.

Thank you very much for the answers, and just one additional question - any as of yet non-present fetishes you plan to include, Dear Developer?
What would you like to see ?
 

DaedusWolfe

Active Member
Oct 26, 2017
778
347
hi guys so when you get submission to 100 how do you turn a girl (shiori) into a slave?
If she CAN be a slave (some do not have the code yet, even though the story tracker says to make them a slave) you give her the slave collar from the sex store. There will usually be some bit of dialogue and a message saying she has become a sex slave. If nothing happens, nothing has been implemented for her yet.
 
  • Like
Reactions: JapanFreak
3.60 star(s) 286 Votes