Mugiboogie

Newbie
Aug 13, 2020
36
78
I started a new playthrough on the latest patch and I'm like 5 hours in but there's no gym or night club. Is this a bug or is there a requirement for them to appear now? Or maybe It's cause my stats are maxed since this is a new game plus?
 

Cartageno

Devoted Member
Dec 1, 2019
8,811
14,951
I started a new playthrough on the latest patch and I'm like 5 hours in but there's no gym or night club. Is this a bug or is there a requirement for them to appear now? Or maybe It's cause my stats are maxed since this is a new game plus?
You need to buy sports clothes to go to the gym and fancy suit for the night club.
 
  • Angry
Reactions: Mugiboogie

Samhill

Active Member
Nov 2, 2020
635
731
EDIT: It worked out.

Python:
While running game code:
  File "renpy/common/00start.rpy", line 282, in script
    python:
ScriptError: could not find label 'start'.

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

Full traceback:
  File "renpy/bootstrap.py", line 331, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 662, in main
    run(restart)
  File "renpy/main.py", line 148, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 922, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 282, in script
    python:
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266

Wed Mar 30 06:40:26 2022
 
Last edited:

Gizmogobum

Member
Nov 11, 2020
265
585
There lots of gay scene M/M I bet.

I rather play female protagonist. Male portagonist can just die, due the fuck hethink with is dick.

Female Protagonit is better then Male Portagonist
That's a nice opinion you have there. Thankfully it means jack all to anybody who matters. Money talks and female protagonist games are a very niche market. But don't worry if you want female protagonists you are welcome to the thousands of shitty harlequin romance books published every year. you have your market and we have ours. Sucks to be you I suppose.
 

Waveshaper

Newbie
Oct 19, 2018
34
48
Why male protagonist had lots of bunch of sex scenes when Female protagonist had too little?

Because - and that's an educated guess here - the developer might have realized by now, that the whole idea of implementing two different MCs is not as simple as it might have looked at some point in development.

You have a 'Developer' flair under your name - so you should be at least somewhat familiar with the problems that come with it. At least that's what I like to think.

With L&S:SB we're not talking your regular VN (or even kinetic novel) made in RenPy here - it is built around a sandbox-nature, implements dynamic asset-generation and is in general way more complex in its structure than most other games in the same genre.

There are other games & sub-genres which are often toying with different sex for the main character, but its a bit different to build one game & storyline and then just add dynamic pronouns in the text, changing depending on which sex the player character is. It seems more like the initial idea for the female character in L&S:SB was built around the idea of having a completely different female player character though, not just a gender-swap. But this also means that you can't just make additional assets for the same events & scenes, you have to completely write a whole additional storyline and if you want it to be 'good' and not just a reskin of the male one, you basically have to make all story elements and assets from ground. (Not even talking the necessary number of additional male love-interest that would have to be introduced, otherwise the only other option would come down to a gender-swap with mostly 'yuri' relations again...)

I personally would say that the idea of even maintaining the female MC in this game is ridiculous - considering the speed and progress of development it would be way more effective to only focus on one storyline. Since the framework for another character is already in the code though, it's obvious that they keep it around - if at one point they decide to acutally introduce a full-fledged storyline for that character it's good to have the framework in place, since adding it on top of a game always meant for playing ONE story would be development-nightmare - especially using an engine like RenPy...

I honestly don't know how much time goes into maintenance of the second character aspect of the game - if there is nothing added directly it most likely is irrelevant, but it can't be zero, because you have to be considerate of system changes of the 'main path' because they might also apply for the other path in the future. From a development-standpoint it's mostly wasted time and effort though - having a dynamic framework with possibilities for future implementation is one thing and surely not wrong, but if that's the plan the game should have been done in a different engine to begin with. As it stands though, approximately 90% of the playerbase wants predominantly a finished game - and most people aren't happy with the speed of development as it stands - spreading your resources thin to please a fringe minority while delaying stuff for others would simply be... stupid...

In general it would have been better to setup a complete, dynamic framework that allows for easy integration of necessary assets and content first and then successively adding content & balancing. But well... it is what it is - and better make the best of it. Just take a look at other games in development which are suffering from feature-creep and think for a moment how this impacts the likelihood of a project straight up dying mid-way for all sorts of reasons.
 

Ir0n Ma1den

Well-Known Member
Jun 15, 2021
1,628
2,072
I
Because - and that's an educated guess here - the developer might have realized by now, that the whole idea of implementing two different MCs is not as simple as it might have looked at some point in development.

You have a 'Developer' flair under your name - so you should be at least somewhat familiar with the problems that come with it. At least that's what I like to think.

With L&S:SB we're not talking your regular VN (or even kinetic novel) made in RenPy here - it is built around a sandbox-nature, implements dynamic asset-generation and is in general way more complex in its structure than most other games in the same genre.

There are other games & sub-genres which are often toying with different sex for the main character, but its a bit different to build one game & storyline and then just add dynamic pronouns in the text, changing depending on which sex the player character is. It seems more like the initial idea for the female character in L&S:SB was built around the idea of having a completely different female player character though, not just a gender-swap. But this also means that you can't just make additional assets for the same events & scenes, you have to completely write a whole additional storyline and if you want it to be 'good' and not just a reskin of the male one, you basically have to make all story elements and assets from ground. (Not even talking the necessary number of additional male love-interest that would have to be introduced, otherwise the only other option would come down to a gender-swap with mostly 'yuri' relations again...)

I personally would say that the idea of even maintaining the female MC in this game is ridiculous - considering the speed and progress of development it would be way more effective to only focus on one storyline. Since the framework for another character is already in the code though, it's obvious that they keep it around - if at one point they decide to acutally introduce a full-fledged storyline for that character it's good to have the framework in place, since adding it on top of a game always meant for playing ONE story would be development-nightmare - especially using an engine like RenPy...

I honestly don't know how much time goes into maintenance of the second character aspect of the game - if there is nothing added directly it most likely is irrelevant, but it can't be zero, because you have to be considerate of system changes of the 'main path' because they might also apply for the other path in the future. From a development-standpoint it's mostly wasted time and effort though - having a dynamic framework with possibilities for future implementation is one thing and surely not wrong, but if that's the plan the game should have been done in a different engine to begin with. As it stands though, approximately 90% of the playerbase wants predominantly a finished game - and most people aren't happy with the speed of development as it stands - spreading your resources thin to please a fringe minority while delaying stuff for others would simply be... stupid...

In general it would have been better to setup a complete, dynamic framework that allows for easy integration of necessary assets and content first and then successively adding content & balancing. But well... it is what it is - and better make the best of it. Just take a look at other games in development which are suffering from feature-creep and think for a moment how this impacts the likelihood of a project straight up dying mid-way for all sorts of reasons.
I believe they should focus on the male character first, and then if there is demand then after they finish with mike then move to bree.
 

Adoringfan

Engaged Member
Dec 17, 2016
2,583
5,310
female protagonist games are usually centered around 'oh no! someone tricked the mc into sex or being raped' after awhile you start to wonder if the mc is retarded with how often they fall for the schemes of fat bosses and schizo teenager boys
 

dawnir

Newbie
Sep 12, 2017
18
9
The cheat button doesnt seem to be in the same place it used to when I enable from the phone. Is anyone else experiencing this? When you enable how do you use it now?
 

Andrealphus

Engaged Member
Donor
Game Developer
Aug 17, 2017
2,120
4,084
Because - and that's an educated guess here - the developer might have realized by now, that the whole idea of implementing two different MCs is not as simple as it might have looked at some point in development.

You have a 'Developer' flair under your name - so you should be at least somewhat familiar with the problems that come with it. At least that's what I like to think.

With L&S:SB we're not talking your regular VN (or even kinetic novel) made in RenPy here - it is built around a sandbox-nature, implements dynamic asset-generation and is in general way more complex in its structure than most other games in the same genre.

There are other games & sub-genres which are often toying with different sex for the main character, but its a bit different to build one game & storyline and then just add dynamic pronouns in the text, changing depending on which sex the player character is. It seems more like the initial idea for the female character in L&S:SB was built around the idea of having a completely different female player character though, not just a gender-swap. But this also means that you can't just make additional assets for the same events & scenes, you have to completely write a whole additional storyline and if you want it to be 'good' and not just a reskin of the male one, you basically have to make all story elements and assets from ground. (Not even talking the necessary number of additional male love-interest that would have to be introduced, otherwise the only other option would come down to a gender-swap with mostly 'yuri' relations again...)

I personally would say that the idea of even maintaining the female MC in this game is ridiculous - considering the speed and progress of development it would be way more effective to only focus on one storyline. Since the framework for another character is already in the code though, it's obvious that they keep it around - if at one point they decide to acutally introduce a full-fledged storyline for that character it's good to have the framework in place, since adding it on top of a game always meant for playing ONE story would be development-nightmare - especially using an engine like RenPy...

I honestly don't know how much time goes into maintenance of the second character aspect of the game - if there is nothing added directly it most likely is irrelevant, but it can't be zero, because you have to be considerate of system changes of the 'main path' because they might also apply for the other path in the future. From a development-standpoint it's mostly wasted time and effort though - having a dynamic framework with possibilities for future implementation is one thing and surely not wrong, but if that's the plan the game should have been done in a different engine to begin with. As it stands though, approximately 90% of the playerbase wants predominantly a finished game - and most people aren't happy with the speed of development as it stands - spreading your resources thin to please a fringe minority while delaying stuff for others would simply be... stupid...

In general it would have been better to setup a complete, dynamic framework that allows for easy integration of necessary assets and content first and then successively adding content & balancing. But well... it is what it is - and better make the best of it. Just take a look at other games in development which are suffering from feature-creep and think for a moment how this impacts the likelihood of a project straight up dying mid-way for all sorts of reasons.
Thx for your opinions, but you are mostly wrong :)
- We don't need to redo all the assets from the ground up because we were smart in making them :)
- Bree will never have as much content as Mike (she will have roughly a third of his content)
- She gets small updates currently because patrons voted for more male centric content a few months ago.
- Most of my patrons are VERY happy with the speed the game is advancing and considering that i had more content every month than any other patreon based dev i think it's well deserved.
Here are some Bree MC pics to show my love to my other MC ;)
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.
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.
You don't have permission to view the spoiler content. Log in or register now.
 

88Michele88

Bloodborn Vampire
Game Developer
Apr 22, 2018
2,891
3,069
Um ... no? Sexism is something else entirely than the development schedule of an unfinished game.



Then you can wok on female. Bree needs some cooking lessons anyway. - SCNR, but honestly, nothing of this has to do with fairness in any way. Especially, even if I repeat myself, not before the game is finished.



Funny story, but what sells sells. And while I am not a huge fan of polls, I prefer devs just doing it the way they want, it shows that many people want something else than you want. This happens. It also is the reason why the wrong song wins the Eurovision Song Contest and the wrong actor got the Oscar.
You don't need be hasty. You know it? Or eveyong you don't agree with you treat like shit? Really mature of you with somone wil over 8K like or wheter they are. If you don't agree, it you thoug. Mine is I wanna play a game with fucking bug and errors and equel quatity of content.

Why am I even talk to you? That you spit shit anyay no matter what. By looking to your tags you like and are stand you alweys gonna attak somone who think diffferently.
 
Last edited:

trigun61

Member
May 19, 2017
109
101
Anyone figure out the Kylie Prison visit and BJ? She's disappeared off the character tracker, but she's in prison and I can talk to her. Before dropping off the tracker, there was a quest step for "wait for a letter saying you can visit Kylie", but I've skipped weeks and no letter has arrived. I assume that's the trigger for the visit and BJ.
 

Cartageno

Devoted Member
Dec 1, 2019
8,811
14,951
You don't need be hasty. You know it? Or eveyong you don't agree with you treat like shit? Really mature of you with somone wil over 8K like or wheter they are. If you don't agree, it you thoug. Mine is I wanna play a game with fucking bug and errors and equel quatity of content.

Why am Ieven talk to you that you spit shit anyay no matter what. It looking buy tagsyou like a ndarstand you alweys gonna attak somone who thingdiffferntly.
Where do I treat you like shit? I was plainly telling you that you won't always get what you want, and that the terms you used in your complaints (like "sexist" and "unfair") do not apply.
 

88Michele88

Bloodborn Vampire
Game Developer
Apr 22, 2018
2,891
3,069
Where do I treat you like shit? I was plainly telling you that you won't always get what you want, and that the terms you used in your complaints (like "sexist" and "unfair") do not apply.
it unfair and sexist. It better the deve decid with his/her head to make more content for female protagonist as well.
By judging patreon polls and what they prefer it seam look like the give up total control over the content on patreons. it complatlyunfair and mostly almost sexist. thatfemale alweys gonna have littl contet. From what I see inchange logs ther 90% of male contents in game so far. and 10% female protagonist.
 
  • Angry
Reactions: swammy

doujinftw

Active Member
Nov 26, 2020
874
1,192
Broke more or less everything so discontinued quite a while ago.
um that's definitely not it I have to search it up separately, it's still working just fine but for some reason they remove it from the front page. It's the only thing that save this game from some of it god annoying event that lock by season, had to press skip time for an entire year just to look at a poorly draw event that only happen in the summer.
 
  • Like
Reactions: sztrb

biggyb5587

New Member
Sep 24, 2018
13
6
um that's definitely not it I have to search it up separately, it's still working just fine but for some reason they remove it from the front page. It's the only thing that save this game from some of it god annoying event that lock by season, had to press skip time for an entire year just to look at a poorly draw event that only happen in the summer.
I still use. But it has the potential to break your save if used incorrectly.
 

smallst8

New Member
Jun 7, 2018
11
9
Can anyone drop an up-to-date save? My mike playthrough is glitched on trying to introduce sister into the harem and Emma won't talk to sam. If you could be so kind
 
  • Like
Reactions: iamdefiant

Adoringfan

Engaged Member
Dec 17, 2016
2,583
5,310
I hope in the future Kylie gets another route. Like the mc realizes she has some demons and takes her to a psychologist, or a therapist, maybe they go to a japanese temple and you can exorcize whatever inhabits her beautiful frame. In my current game I haven't even triggered her intro event, because she is basically a jealous crazy ticking timebomb that I know is going to blow up. It ruins working on a lot of other love interests, when she is just chilling in the corner flicking her razor every time the mc looks at another woman.
 
3.60 star(s) 300 Votes