Search found 12 matches
- Thu Apr 09, 2015 8:58 pm
- Forum: Completed Games
- Topic: The Blind Griffin [Historical] [Otome] [NaNoRenO 2015]
- Replies: 86
- Views: 39590
Re: The Blind Griffin [Historical] [Otome] [NaNoRenO 2015]
This game was the best! I named my MC "Sugar" (Keyser Soze-d her off the candy shop) and can I just say, BEST decision ever!! Imagining all the different characters callin' her sugar was PERF
- Sun Jan 25, 2015 10:18 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Playing two transitions at once?
- Replies: 2
- Views: 1781
Re: Playing two transitions at once?
Thanks so much! This really helps, will be sure to implement right awayphilat wrote:The first one sounds like a job for ATL, specifically parallel. http://lemmasoft.renai.us/forums/viewto ... 51&t=16604
The second is easy.
Code: Select all
show image1 show image2 with dissolve
- Sun Jan 25, 2015 6:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Playing two transitions at once?
- Replies: 2
- Views: 1781
Playing two transitions at once?
In my visual novel, I need to have multiple transitions occur onscreen at once. At one point I need all four sprites to move simultaneously and at another I need to have a scene and a sprite appear at the same time, both using the dissolve transition. I've checked the Ren'py cookbook and the Transit...
- Tue Apr 22, 2014 10:19 pm
- Forum: Creator Discussion
- Topic: Writing casual relationship
- Replies: 16
- Views: 2467
Re: Writing casual relationship
Okay, as someone who has BEEN in a casual relationship, I can guarantee that a lot of the things said here were formed completely based on speculation and what they've heard of others relationships. Casual Relationships are not "based on lies", not "all about sex", and not every woman that initiates...
- Mon Aug 05, 2013 9:33 pm
- Forum: Works in Progress
- Topic: Give Me A Secret! [GxB]
- Replies: 9
- Views: 1950
Re: Give Me A Secret! [GxB]
If you want, the demo is available - you could sate your curiosity a mite ^ w ^Talann wrote:
Thank you!! > u <Kyra10 wrote:
- Mon Aug 05, 2013 12:01 pm
- Forum: Works in Progress
- Topic: Give Me A Secret! [GxB]
- Replies: 9
- Views: 1950
Re: Give Me A Secret! [GxB]
New character design finalized, new character sketch added to the list! : D
- Sat Aug 03, 2013 10:04 am
- Forum: Works in Progress
- Topic: Give Me A Secret! [GxB]
- Replies: 9
- Views: 1950
Re: Give Me A Secret! [GxB]
Yeeea, I noticed that problem in some places ^ ^'lemonscent wrote:Sounds cool. I'd recommend making the text easier to read, though.
I'll try and fix it so it's better for the final ver., thanks for reminding me :3
- Sat Aug 03, 2013 1:10 am
- Forum: Works in Progress
- Topic: Give Me A Secret! [GxB]
- Replies: 9
- Views: 1950
Re: Give Me A Secret! [GxB]
Then in which category does that kind of state belongs to?? :o Anyway. Good luck with your project. I'll look forward to this. n.n Let's see... You're brought into limbo... and then brought back to life? lol XD Hopefully it'll be easier to understand by playing the story. The demo is nearly out, up...
- Sat Aug 03, 2013 12:50 am
- Forum: Works in Progress
- Topic: Give Me A Secret! [GxB]
- Replies: 9
- Views: 1950
Give Me A Secret! [GxB]
http://i.imgur.com/8isHzIV.png Let's say you've died. That's right, you're dead. But actually, not quite. Your life has been saved by a bored spirit, who thought it would be fun to interfere. Except now, he wants payment - and it's the one thing you don't possess. Who are you willing to betray to s...
- Tue Jul 16, 2013 6:01 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to Release Your Game?
- Replies: 2
- Views: 3904
How to Release Your Game?
Though I haven't finished the game yet, I finished the demo ver. and would like to post it in ideas/demos to see if there's any interest in seeing the finished game. However, considering this is my first game, I don't know at all how to upload it, lol x _ x I tried googling it, but all the articles ...
- Mon Jul 15, 2013 3:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: expected menuitem when I've finished the menu?? [[solved]]
- Replies: 2
- Views: 586
Re: expected menuitem when I've finished the menu??
I think you simply got the blocks wrong owo It should be like this. d "What? You think of a secret?" m "N..No.. But..." menu: "...please have mercy!": jump choice1_mercy "...I can find one!": jump choice1_secret label choice1_mercy: $ no_mercy = True m "Please, have mercy on me! I haven't done anyt...
- Mon Jul 15, 2013 1:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: expected menuitem when I've finished the menu?? [[solved]]
- Replies: 2
- Views: 586
expected menuitem when I've finished the menu?? [[solved]]
Whenever I try to run the game, I get this error - I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game\script.rpy", line 541: expected menuitem label choice1_mercy: ^ Ren'Py Version: Ren'Py 6.14.1.366 But line 541 is where I've alread...