Search found 19 matches
- Thu May 05, 2016 2:25 am
- Forum: Works in Progress
- Topic: Virtuality (cyberpunk romance BxG/B) Demo!
- Replies: 34
- Views: 9720
Re: Virtuality (cyberpunk romance BxG/B) Demo!
1) Did you like the demo? Would you be interested in playing the whole game? If yes, considering it's BxG/B I'm curious what gender you are (of course you're free not to answer) I liked the demo, I'd love the play the entire thing. I am a gay man and I am playing for the BxB route. 2) Who would you ...
- Sat Mar 05, 2016 10:19 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to Set Up Character Appearence Customization
- Replies: 1
- Views: 339
How to Set Up Character Appearence Customization
I'm interested in playing around with a designable character. Where the player will have a picture of the character and will have (possibly arrows) you can click through for different hair and eyes and be able to settle and okay 'yourself'. Unfortunately I haven't found much searching the forums so ...
- Mon Jun 08, 2015 9:37 pm
- Forum: Asset Creation: Writing
- Topic: How to come up with plot twists and interesting endings?
- Replies: 37
- Views: 6085
Re: How to come up with plot twists and interesting endings?
I remember seeing something from the writers of Toy Story, their advice was roughly "write out 10 ways the story can end, the first ten that come to mind. Now, use none of those ." Keep in mind, not everything needs to end with a twist. There are some stories that were fairly straight forward but I ...
- Sun Apr 12, 2015 12:48 am
- Forum: Ren'Py Questions and Announcements
- Topic: Condition Switch for sidebar Images [SOLVED]
- Replies: 4
- Views: 517
Re: Condition Switch for sidebar Images [SOLVED]
Okay, so I finally had time to plug in the code and I got it to work, though I did have to tweak the code I posted before a bit. Here's the finished product that worked for me: image side vulpes shock = ConditionSwitch( "nationality == 'Briton'", "BritonShock.png", "nationality == 'Gallic'", "Gallic...
- Fri Apr 10, 2015 11:44 pm
- Forum: We are a Free Project looking for Partners
- Topic: Character Artist, Writers & Coders Needed Please!
- Replies: 13
- Views: 2351
Re: Character Artist, Writers & Coders Needed Please!
OMG you are hired LOL if you want to help me, I will GLADLY take any assistance needed. As for the story, Hmm....So far, I have seven pages written down LOL That probably isn't a lot but its all that I got for now! I'm down to help wherever I can! Would you like my skype or something? I'm not sure ...
- Wed Apr 08, 2015 6:15 pm
- Forum: We are a Free Project looking for Partners
- Topic: Character Artist, Writers & Coders Needed Please!
- Replies: 13
- Views: 2351
Re: Character Artist, Writers & Coders Needed Please!
How long will this be? I'm down for proof reading. : ) EDIT: You mention you need coders in the subject but not in the body. I was actually looking to find a project I could co-coder on to try and build up my Ren'py skills. Though due to me being so new I don't think it would be a good idea to rely...
- Wed Apr 08, 2015 4:05 pm
- Forum: We are a Free Project looking for Partners
- Topic: Character Artist, Writers & Coders Needed Please!
- Replies: 13
- Views: 2351
Re: Character Artist, Writers & Coders Needed Please!
How long will this be? I'm down for proof reading. : ) EDIT: You mention you need coders in the subject but not in the body. I was actually looking to find a project I could co-coder on to try and build up my Ren'py skills. Though due to me being so new I don't think it would be a good idea to rely ...
- Mon Apr 06, 2015 11:53 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Condition Switch for sidebar Images [SOLVED]
- Replies: 4
- Views: 517
Re: Using Variable to Designate which Image to use for One C
http://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=19063 Thanks for the link, though I understand the basic idea of the condition switch from this I'm not exactly sure how to implement it. Like, I imagine I would set it up a little something like this: image side Vulpes confused = ConditionSwitc...
- Mon Apr 06, 2015 12:09 am
- Forum: Ren'Py Questions and Announcements
- Topic: Condition Switch for sidebar Images [SOLVED]
- Replies: 4
- Views: 517
Condition Switch for sidebar Images [SOLVED]
EDIT: See bottom for the full code I used to make it work. I ran out of space to properly describe this in the subject, but basically. I'm making a game where the general appearance of the PC is different based on what origin they choose. So I have it setup that before the PC says anything it asks t...
- Sun Nov 09, 2014 9:24 pm
- Forum: Works in Progress
- Topic: Enora: Monster Academy [G/BxG/B][School][Commercial]
- Replies: 9
- Views: 2414
Re: Enora: Monster Academy [G/BxG/B][School][Commercial]
For the record, I'm more or less okay with everything else. And the idea is far from being "unmarketable" since, in the wake of Harry Potter's success, I'd imagine a lot of players would love to see more magic academy-based games. However, there is one part of your description that sits uncomfortab...
- Fri Nov 07, 2014 4:30 am
- Forum: Completed Games
- Topic: Saving Zoey [Horror][Asylum Jam]
- Replies: 16
- Views: 7532
Re: Saving Zoey [Horror][Asylum Jam]
Holy crap, this game! I already told this to K-fish but I want to say it again on here for anyone wondering if they should play: Saving Zoey is nerve-wracking. At some parts I had to turn down the volume because I was scared for the main character & worried about what might happen next. I am so ama...
- Thu Nov 06, 2014 10:52 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Don't know how to set a gender through imagemap that stays
- Replies: 6
- Views: 1244
Re: Don't know how to set a gender through imagemap that sta
Is it because you are calling the screen incorrectly this time? screen example_imagemap: textbutton _("Boy") action Return("Boy") textbutton _("Girl") action Return("Girl") textbutton _("Nonbinary") action Return("Nonbinary") # The game starts here. label start: call screen example_imagemap $ resul...
- Thu Nov 06, 2014 8:11 pm
- Forum: Completed Games
- Topic: Saving Zoey [Horror][Asylum Jam]
- Replies: 16
- Views: 7532
Re: Saving Zoey [Horror][Asylum Jam]
I usually play VNs on here and round up a few friends on Skype to play them with. Let me tell you, all four of us had a hell of a time playing this game. They were in awe that this game had been made so quickly and it looks so good. As far as I saw there were only 2 mistakes (in one of the endings i...
- Thu Nov 06, 2014 6:37 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Don't know how to set a gender through imagemap that stays
- Replies: 6
- Views: 1244
Re: Don't know how to set a gender through imagemap that sta
And I'm back again, let's see if I can make this indentation work. Here's the error I got when fixing 'clicked' to 'action'. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 50: expected a keyword argument or chil...
- Thu Nov 06, 2014 6:26 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Don't know how to set a gender through imagemap that stays
- Replies: 6
- Views: 1244
Re: Don't know how to set a gender through imagemap that sta
Thank you so much, I'll edit my code now and then see if it works.
Also I apologize for not using code tags, I had tried a few different tags to try and preserve the indentations but I guess I didn't try those. I'll get it right next time! c:
Also I apologize for not using code tags, I had tried a few different tags to try and preserve the indentations but I guess I didn't try those. I'll get it right next time! c: