Search found 522 matches
- Thu Feb 08, 2018 2:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Trying to show a text displayable with a function, but it just shows "0" [SOLVED]
- Replies: 7
- Views: 774
Re: Trying to show a text displayable with a function, but it just shows "0"
Thanks, but when I changed the function to this I can no longer see the text at all; not even the 0 that showed up before: def addwealth(wealthaddsum): global wealth global wealthg global wealthr global wealthaddsum_variable wealthaddsum_variable = wealthaddsum wealth += wealthaddsum if wealthaddsum...
- Thu Feb 08, 2018 11:36 am
- Forum: Ren'Py Questions and Announcements
- Topic: Trying to show a text displayable with a function, but it just shows "0" [SOLVED]
- Replies: 7
- Views: 774
Trying to show a text displayable with a function, but it just shows "0" [SOLVED]
Hello, In my game I use a function that displays a small animation and changes the amount of the player's resources. However, players are saying they want to see a numerical value pop up next to the resource amount. I tried adding a text displayable that has a variable substitution in it. It fades i...
- Mon Feb 05, 2018 11:36 am
- Forum: Ren'Py Questions and Announcements
- Topic: What causes saves to break when patching/updating a renpy game?
- Replies: 3
- Views: 1440
Re: What causes saves to break when patching/updating a renpy game?
Hmm, I'm not - I don't really have a super clear idea of how default works. I was told that I should define my variables after start, not in init, because things that are in init aren't saved the same way. But if I want to declare variables using default, that happens before the start of the game, r...
- Mon Feb 05, 2018 6:11 am
- Forum: Ren'Py Questions and Announcements
- Topic: What causes saves to break when patching/updating a renpy game?
- Replies: 3
- Views: 1440
What causes saves to break when patching/updating a renpy game?
Hey all! I recently released my game Your Royal Gayness but when i fixed some bugs in a patch people's saves broke. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 427, in __call__ renpy.load(fn) AttributeError: 'StoreModule' object...
- Sun Feb 04, 2018 4:36 pm
- Forum: Completed Games
- Topic: Your Royal Gayness [LGBT+][Humor][Steam]
- Replies: 16
- Views: 6661
Re: Your Royal Gayness [LGBT+, Humor]
Your Royal Gayness was chosen as RockPaperShotgun's Pick of the Week! :shock: https://www.rockpapershotgun.com/2018/02/02/best-new-steam-games-this-week-2/ We've also received some great coverage from media especially here in Finland; a major newspaper did a story about us and we also appeared in a ...
- Thu Feb 01, 2018 4:44 pm
- Forum: Works in Progress
- Topic: Your Royal Gayness (Humor, LGBT+)
- Replies: 41
- Views: 7899
Re: Your Royal Gayness (Humor, LGBT+)
Thank you!! :D
- Thu Feb 01, 2018 6:24 am
- Forum: Works in Progress
- Topic: Your Royal Gayness (Humor, LGBT+)
- Replies: 41
- Views: 7899
Re: Your Royal Gayness (Humor, LGBT+)
Yooooo you're gone for a couple months and you almost miss your most anticipated game coming out!! It's great to see this available, congratulations! Thank you!! I'm happy to hear you're excited about the game! <3 It still has a few bugs but we're rolling out a patch that will hopefully fix all of ...
- Sun Jan 28, 2018 8:53 am
- Forum: Completed Games
- Topic: Your Royal Gayness [LGBT+][Humor][Steam]
- Replies: 16
- Views: 6661
Your Royal Gayness [LGBT+][Humor][Steam]
https://i.imgur.com/mUVScws.jpg Ah, fairy tales! The Prince saves the Princess, they get married and live happily ever after - or that's how it usually goes. But what if the Prince was gay? Your Royal Gayness is a story-driven fairytale parody game where you must navigate royal life as Prince Amir ...
- Sun Jan 28, 2018 8:11 am
- Forum: Works in Progress
- Topic: Your Royal Gayness (Humor, LGBT+)
- Replies: 41
- Views: 7899
Re: Your Royal Gayness (Humor, LGBT+)
Your Royal Gayness was released a couple of days ago!! I was so tired I forgot to post about it here, oops...
You can buy it from Steam and Itch.io!
http://store.steampowered.com/app/76521 ... l_Gayness/
https://aviala.itch.io/your-royal-gayness
You can buy it from Steam and Itch.io!
http://store.steampowered.com/app/76521 ... l_Gayness/
https://aviala.itch.io/your-royal-gayness
- Tue Jan 23, 2018 6:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: A NoRollback class question
- Replies: 7
- Views: 778
Re: A NoRollback class question
I'm not sure about jumping to the last label - seems a bit unreliable to me, since there's no good way to know how far back in time it'll take the player. I'm currently not blocking rollback at all; I'm just going to disable the hotkeys for rollback and instead of a quick menu button that says "back...
- Tue Jan 23, 2018 4:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: A NoRollback class question
- Replies: 7
- Views: 778
Re: A NoRollback class question
You would likely do best using renpy.retain_after_load() for the blocks where chronosodas changes. Probably want to also include it to wrap the crafting so the ingredients cannot be stockpiled by timewarping. I've never used renpy.retain_after_load(), it seems like it could help but I'm not sure ho...
- Tue Jan 23, 2018 10:00 am
- Forum: Ren'Py Questions and Announcements
- Topic: A NoRollback class question
- Replies: 7
- Views: 778
A NoRollback class question
Hey all! I'm trying to create a class that uses the NoRollback feature of renpy. I think I did exactly the same things as the example states on the bottom of this page: https://www.renpy.org/doc/html/save_load_rollback.html My code is as follows: init python: class ChronoSoda(NoRollback): def __init...
- Thu Jan 18, 2018 4:29 pm
- Forum: General Discussion
- Topic: Game Jams: Upcoming & In General
- Replies: 5
- Views: 1566
Re: Game Jams: Upcoming & In General
My favourite game jam is the Global Game Jam, which is starting in 2 weeks, on the 26th if I remember right. You can participate from your home but the best part about it is that there are a lot of jam sites all over the world where you can go and jam for 2 days with other people. Making a game in a...
- Thu Jan 18, 2018 4:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Trying to create a new button style
- Replies: 3
- Views: 408
Trying to create a new button style
Hello, I'm trying to create a new style that I could use to display buttons but I can't figure out how to create and use styles properly. I managed to get the style to show.... something. But it's obviously not what I'm looking for (check the attachment). For some reason, the button doesn't want to ...
- Sat Jan 13, 2018 7:31 am
- Forum: Creator Discussion
- Topic: Best ways to spend a small marketing budget?
- Replies: 5
- Views: 3596
Re: Best ways to spend a small marketing budget?
Hmm, I see. I'll probably use the rest of my budget somewhere else then, but I wonder where? I would imagine that most social media websites have similar problems as facebook, or does someone know if for example twitter or tumblr ads would work? I'm sort of running out of ideas...