Belle

Developer of Supermodel & Long Live the Princess
Game Developer
Sep 25, 2017
3,198
10,644
Sorry about the patreon rant. I wonder if we had a platform that accepted crypto as a form of payment for creators would improve things. Sure would eliminate the censorious CC networks and Paypal.
I'm sure people would be lining up to pay with cryptocurrency. It's such a user-friendly payment method, after all.
 

DA22

Devoted Member
Jan 10, 2018
8,087
16,686
I'm sure people would be lining up to pay with cryptocurrency. It's such a user-friendly payment method, after all.
Yeah, that is part of the problem, the easy and safest payment options are monopolized, if forget about the European Ideal system of the banks, by paypall and credit card companies.
 

cxx

Message Maestro
Nov 14, 2017
67,388
34,007
So what the creators need is some kind of creative "union" that can pool money for lawyers? I'm just thinking about all the questionable content that can be found in fiction over, I don't know, the last 100 years. I'm sure there were publishers that refused to publish some works and I'm also sure there were publishers that would publish those same works just because of the risque nature of the fiction.
sure they could hire lawyer but they'd need to be quite sure of victory since if they lost they'd need to pay hefty sum (if for example patreon has few 100k expenses then it's big summ to pay even if there's 100 payers).

history tells that there has been several bans/censorships for not allowed literature, movies with nudity not allowed to be shown anywhere officially, comic books couldn't show certain things (sex (incl, nudity, rape, etc), real horror, etc), etc (it's quite a long list) and even nowadays nudity in tv/movies isn't that allowed in america etc.
 

TESLAPAST

New Member
Sep 6, 2020
2
0
Hi I have an issue. I am playing v32 but I am on Day 49 morning however i dont know if itñs a bug but on Day 36 afternoon I din´t have the option: ask about family records.

Also I am not able to have sex with evelyn because I have not been able to solve Evelyn´s darkness secret. I am gettting a meesage when I invite her mind about: I don´t have the knowledge I need to get through her and I am not able to know how to resolve this :(

Thank you in advance for your help and time.
 

cxx

Message Maestro
Nov 14, 2017
67,388
34,007
The bible contains incest.
It should be banned from sales at any location that accepts paypal or credit cards.
that so won't happen at any day.

Hi I have an issue. I am playing v32 but I am on Day 49 morning however i dont know if itñs a bug but on Day 36 afternoon I din´t have the option: ask about family records.

Also I am not able to have sex with evelyn because I have not been able to solve Evelyn´s darkness secret. I am gettting a meesage when I invite her mind about: I don´t have the knowledge I need to get through her and I am not able to know how to resolve this :(

Thank you in advance for your help and time.
you need to read those family records (library) and talk to uncle too. reading walkthrough helps.
 
  • Like
Reactions: TESLAPAST

rahkshi01

Well-Known Member
Dec 31, 2018
1,800
1,741
I don't check this thread in a long time and the first time I do I see this news about Patreon. Good grief it felt like a punch in the gut. I am not sure I would continue with a future version if the Patreon version is the only one available in the future. As much as I love the story it just wouldn't be the same for me. Oh man this is sad.
 

Dragon59

Conversation Conqueror
Apr 24, 2020
6,706
10,974
I don't check this thread in a long time and the first time I do I see this news about Patreon. Good grief it felt like a punch in the gut. I am not sure I would continue with a future version if the Patreon version is the only one available in the future. As much as I love the story it just wouldn't be the same for me. Oh man this is sad.
I've already canceled my subscription on Patreon and have renewed my patronage on SubscribeStar.
EDIT: Belle is up to 39 subscribers on SubscribeStar. A long way to go, but it is rising. I think it was 27 when Belle received word from Patreon.
 
Last edited:

DA22

Devoted Member
Jan 10, 2018
8,087
16,686
That's a good thing though isn't it? It will be simple to create an unofficial patch because the content is there to be patched in. If this happened earlier this may not have been possible.
Well being watched it will be impossible for Belle to do it if she even would want to take the risk, which she answered with a nope for completely valid reasons from her pov. For an evil modder it will take at least a few weeks to make that patch from scratch as it is also taking Belle that long to rework it and she has to change a lot of code as shown in her last patreon post. So that will have to be an incredibly passionate modder that also will have to work out how Belle was planning to do last parts of game originally. So even if someone like that would come along, do not expect so for a few months.
 

boxedjack

Member
Apr 23, 2017
446
1,220
For an evil modder it will take at least a few weeks to make that patch from scratch as it is also taking Belle that long to rework it and she has to change a lot of code as shown in her last patreon post. [...]
So even if someone like that would come along, do not expect so for a few months.
Weeks? Belle said the change is going to be suprisingly small and will hopefully only take a few days:
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.

It doubt it will take more than a day to create a patched version. The code is seperated by character, as in all of Evelyn stuff is in a file callled evelyn.rpy. In addition to that, Belle wrote out all variables and what they mean at the beginning of every script. It's like a beautiful homework assingment waiting to be turned in.

Here's what I see a patch needs to do:
- replace the new file with the old evelyn.rpy
- check if there are entirely new lines of code in evelyn.rpy, add those and change them if they refer to their new realtionship.
- check for differences in the other files (like tutorial.rpy and progression_scripts.rpy) with a text editor that can compare files and change those back.

Or probably even easier:
- download original version of 0.32
- download the upcoming patreon-approved version of 0.32
- download the upcoming 0.33 with endgame part 3
- Compare the new 0.32 and 0.33 for new additions
- add those additions to the old 0.32 and change anything that warrants a change regarding Evelyn's and MC's relationship.
(This may be more tricky if 0.33 uses variables that don't exist in the original 0.32, but again it should be really easy to find the counterparts in Belle's code.)
 

DA22

Devoted Member
Jan 10, 2018
8,087
16,686
Weeks? Belle said the change is going to be suprisingly small and will hopefully only take a few days:

It doubt it will take more than a day to create a patched version. The code is seperated by character, as in all of Evelyn stuff is in a file callled evelyn.rpy. In addition to that, Belle wrote out all variables and what they mean at the beginning of every script. It's like a beautiful homework assingment waiting to be turned in.

Here's what I see a patch needs to do:
- replace the new file with the old evelyn.rpy
- check if there are entirely new lines of code in evelyn.rpy, add those and change them if they refer to their new realtionship.
- check for differences in the other files (like tutorial.rpy and progression_scripts.rpy) with a text editor that can compare files and change those back.

Or probably even easier:
- download original version of 0.32
- download the upcoming patreon-approved version of 0.32
- download the upcoming 0.33 with endgame part 3
- Compare the new 0.32 and 0.33 for new additions
- add those additions to the old 0.32 and change anything that warrants a change regarding Evelyn's and MC's relationship.
(This may be more tricky if 0.33 uses variables that don't exist in the original 0.32, but again it should be really easy to find the counterparts in Belle's code.)
I hope you are right, but in her Patreon post it did not sound so easy or fast for her. :)
 

boxedjack

Member
Apr 23, 2017
446
1,220
I hope you are right, but in her Patreon post it did not sound so easy or fast for her. :)
The good things is we mostly only need to replace things, not rewrite them.
If no one else steps up, I'll see what I can do. We'll see if I'm just spewing nonsense.:p
Of course anything I may do is not endorsed by or affiliated with Belle.
 
  • Like
Reactions: DA22

DA22

Devoted Member
Jan 10, 2018
8,087
16,686
The good things is we mostly only need to replace things, not rewrite them.
If no one else steps up, I'll see what I can do. We'll see if I'm just spewing nonsense.:p
Of course anything I may do is not endorsed by or affiliated with Belle.
Of course.
 

crabsinthekitchen

Well-Known Member
Apr 28, 2020
1,575
9,234
Here's what I see a patch needs to do:
- replace the new file with the old evelyn.rpy
- check if there are entirely new lines of code in evelyn.rpy, add those and change them if they refer to their new realtionship.
- check for differences in the other files (like tutorial.rpy and progression_scripts.rpy) with a text editor that can compare files and change those back.

Or probably even easier:
- download original version of 0.32
- download the upcoming patreon-approved version of 0.32
- download the upcoming 0.33 with endgame part 3
- Compare the new 0.32 and 0.33 for new additions
- add those additions to the old 0.32 and change anything that warrants a change regarding Evelyn's and MC's relationship.
(This may be more tricky if 0.33 uses variables that don't exist in the original 0.32, but again it should be really easy to find the counterparts in Belle's code.)
0.33 and 0.34 should be easy to patch, endgame seems linear compared to the main part. I'm not so sure about New Game +
 

MysteryCrabs

Well-Known Member
Dec 15, 2019
1,272
1,734
Weeks? Belle said the change is going to be suprisingly small and will hopefully only take a few days:

It doubt it will take more than a day to create a patched version. The code is seperated by character, as in all of Evelyn stuff is in a file callled evelyn.rpy. In addition to that, Belle wrote out all variables and what they mean at the beginning of every script. It's like a beautiful homework assingment waiting to be turned in.

Here's what I see a patch needs to do:
- replace the new file with the old evelyn.rpy
- check if there are entirely new lines of code in evelyn.rpy, add those and change them if they refer to their new realtionship.
- check for differences in the other files (like tutorial.rpy and progression_scripts.rpy) with a text editor that can compare files and change those back.

Or probably even easier:
- download original version of 0.32
- download the upcoming patreon-approved version of 0.32
- download the upcoming 0.33 with endgame part 3
- Compare the new 0.32 and 0.33 for new additions
- add those additions to the old 0.32 and change anything that warrants a change regarding Evelyn's and MC's relationship.
(This may be more tricky if 0.33 uses variables that don't exist in the original 0.32, but again it should be really easy to find the counterparts in Belle's code.)
Don't edit the scripts, use string replacements. Every time it sees the new text, you serve the old text instead. By doing it that way, the patch is still compatible with newer versions, just without the added text.
 
  • Like
Reactions: boxedjack

crabsinthekitchen

Well-Known Member
Apr 28, 2020
1,575
9,234
Don't edit the scripts, use string replacements. Every time it sees the new text, you serve the old text instead. By doing it that way, the patch is still compatible with newer versions, just without the added text.
will it work if the changes aren't just replacing "sister" with something else? because your description gives me Vietnam flashbacks of unpatched games from early days of Patreon's war on incest. Neighbor living in a different neighborhood but somehow still being roommates with your landlady type of shit
 

MysteryCrabs

Well-Known Member
Dec 15, 2019
1,272
1,734
will it work if the changes aren't just replacing "sister" with something else? because your description gives me Vietnam flashbacks of unpatched games from early days of Patreon's war on incest. Neighbor living in a different neighborhood but somehow still being roommates with your landlady type of shit
Full string replacement. You can even feed multiple lines, or supercede blocks. The important part is that the changes are non-destructive.
 
4.60 star(s) 406 Votes