Tiers 3, 4, and 5 ($10, 15, 50) get the update 30 days before public release.
Tier 2 ($5) gets it 15 days before public release.
Tier 1 ($1) gets it 8 days before public release.
If the release was made December 31st then public release is set for January 31st.
Made an account with buy me a coffee, if you wanted to get your hands on early access builds
but you can't use SubscribeStar for any reason then this option is for you.
Buy me a coffee uses PayPal for their transactions, just like Patreon.
Here is the link:
You must be registered to see the links
Hope that helps.
Note: Seems like buy me a coffee doesn't allow VPN connections to their servers, keep that in mind.
I'm in a very grumpy mood, like we all get once in a while, because I have take the time to explain what is that supporters get according to their supporter tier. But seems like is not enough.
The tier descriptions are there, the rewards are listed, the information is right there before someone wants to subscribe to a given tier:
I'm not hiding information, all is explained beforehand, seems like some people are used to an specific developer rewards and expect the exact same from every other developer.
Is really unfair when someone complains when is he/she the one who didn't take the time to read a tier description...
If they had doubts they could also contact me through private messages, but no, they just unsubscribe and leave complaints before leaving.
I also assigned a key to call the stats screen, currently is Shift+F6, and made a text button to close the screen.
It was complicated, it was the first time I used many of the modifiers to display the values and text how I wanted them.
I'm designing an major overhaul to implement navigation, repeatable events, a calendar system to keep track of days and hours, I'm also looking into building an inventory system to manage items needed for some events.
Is a lot of work, but I really want to make a revision and overhaul in the upcoming months.
Episode two version 0.5.1 is out for "For the coffee!" supporters ($5.00).
Head to my
You must be registered to see the links
page to get it.
You can also get in my
You must be registered to see the links
page. <------------PayPal friendly.
You have to start a new game to use the new features.
Version 0.5.1 changes:
-Added a stats screen, use Shift+F6 to show the screen and use the close button to hide it.
-Grammar corrections.
-Spelling corrections.
-Added an image for the steak dream.
-Extended the closing dialog at the hotel (requires 100% Tiffany's route = 25 romance).
Is an updated version for those who already have the game.
$ name = renpy.input("What is your name?")
$ name = name.strip()
$ name2 = renpy.input("What is your last name?")
$ name2 = name2.strip()
I think it'd make sense to add default values, especially if the player just clicks through
For now it's possible to have both name and name2 as empty strings
The syntax for that would be renpy.input("What is your last name?",default="Lastname")
Can also reduce linecount by adding .strip() afterwards, like $ name2 = renpy.input("What is your last name?",default="Lastname").strip()
$ name = renpy.input("What is your name?")
$ name = name.strip()
$ name2 = renpy.input("What is your last name?")
$ name2 = name2.strip()
I think it'd make sense to add default values, especially if the player just clicks through
For now it's possible to have both name and name2 as empty strings
The syntax for that would be renpy.input("What is your last name?",default="Lastname")
Can also reduce linecount by adding .strip() afterwards, like $ name2 = renpy.input("What is your last name?",default="Lastname").strip()
It surprises me how someone would just click or press enter through a name input prompt...
When there is a default name option the input message specifies it...
Oh well, I'm calling the MC Anon Anonymous.
It surprises me how someone would just click or press enter through a name input prompt...
When there is a default name option the input message specifies it...
Oh well, I'm calling the MC Anon Anonymous.
Happened to me because I'm not creative enough to come up with a last name (because I normally try to have names fit into the local setting, this is very very hard to do at the beginning of the game when you have no idea what's coming, sometimes even without any idea what gender your character is). So I was addressed as "Mr. ." at the end of sentences as an empty string
I'm not getting any error, no one else is getting that error, someone would have bitch about it in the game thread by now.
The only thing I saw there is trolls complaining about the English... over and over and over...
Old saves don't work for what I know, make a new one.