Search found 20 matches

by JanstinBeebo
Thu Apr 05, 2018 1:22 pm
Forum: Demos & Beta Testing
Topic: Self Confined Demo Testing! [Horror][Mystery][Fantasy] UPDATE 4-20-18
Replies: 12
Views: 2045

Re: Self Confined Demo Testing! [Horror][Mystery][Fantasy]

Yeah, it's hard though! You could very well set the tone of the game through other means and help the player understand what the most likely thing to do is based on prior experience. It's tough to critique because I'm just taking this scene out of context and have nothing else to relate it to. I thi...
by JanstinBeebo
Wed Apr 04, 2018 9:29 pm
Forum: Demos & Beta Testing
Topic: Self Confined Demo Testing! [Horror][Mystery][Fantasy] UPDATE 4-20-18
Replies: 12
Views: 2045

Re: Self Confined Demo Testing! [Horror][Mystery][Fantasy]

I agree jumpscares can be cheap, but sometimes if you do them well they work. In the case of your mini game here, I don't think a loud sound would work as well as maybe just a chilling sound, or a piano hit. Something to add to the surprise a bit, ya know? As far as skill and timing... When I was pl...
by JanstinBeebo
Wed Apr 04, 2018 4:44 pm
Forum: Demos & Beta Testing
Topic: Self Confined Demo Testing! [Horror][Mystery][Fantasy] UPDATE 4-20-18
Replies: 12
Views: 2045

Re: Self Confined Demo Testing! [Horror][Mystery][Fantasy]

Alright I got it now, I played on "normal" the first time. Some instruction or hint is definitely necessary to get the player going here - I had absolutely no idea what was going on when it threw me right into it. On "easy", though, the dialogue gave me a hint at what I needed to...
by JanstinBeebo
Wed Apr 04, 2018 2:31 pm
Forum: Demos & Beta Testing
Topic: Self Confined Demo Testing! [Horror][Mystery][Fantasy] UPDATE 4-20-18
Replies: 12
Views: 2045

Re: Self Confined Demo Testing! [Horror][Mystery][Fantasy]

Okay Hmmm... Either something is wrong, something's not clear, or I am not good at this lol. I got into the opening bedroom scene. I see there is a shadow that moves around based on where I point my cursor (I think?) I can't find anything to click on that progresses me. I seem to be stuck. Help?
by JanstinBeebo
Wed Apr 04, 2018 12:05 am
Forum: Demos & Beta Testing
Topic: Self Confined Demo Testing! [Horror][Mystery][Fantasy] UPDATE 4-20-18
Replies: 12
Views: 2045

Re: Self Confined Demo Testing! [Horror][Mystery][Fantasy]

Cool! Downloading - I will give it a play when I can!
by JanstinBeebo
Tue Apr 03, 2018 6:30 pm
Forum: Demos & Beta Testing
Topic: Self Confined Demo Testing! [Horror][Mystery][Fantasy] UPDATE 4-20-18
Replies: 12
Views: 2045

Re: Self Confined Demo Testing! [Horror][Mystery][Fantasy]

Hey!

I tried to follow that download link and take a look, but I'm getting a "No route found" error. Check link? Is it me or the link?
by JanstinBeebo
Sat Mar 31, 2018 4:31 pm
Forum: Demos & Beta Testing
Topic: Supa Doggy Dater Deluxe 2 (Demo, Play Testing, Kickstarter)
Replies: 0
Views: 734

Supa Doggy Dater Deluxe 2 (Demo, Play Testing, Kickstarter)

http://i66.tinypic.com/281exhd.png "Done with the pigeons? Cats all dated? Literature club girls... hangin' out with someone else? Open yourself up to the wonderfully charming world of doggy dating! The pups are waiting for you in this heartfelt adventure filled to the brim with likable charac...
by JanstinBeebo
Fri Mar 30, 2018 1:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'py Timed menu confusion. >_<
Replies: 18
Views: 5227

Re: Ren'py Timed menu confusion. >_<

With a combination of messing around with code, your help, and help from my brother, I've successfully gotten the game to run as desired.

Thank you!
by JanstinBeebo
Fri Mar 30, 2018 1:03 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved by ultimate grand champion, PyTom] Running Game on a Mac
Replies: 2
Views: 390

Re: Running Game on a Mac

Okay, my buddy said that worked and that he was overthinking it. Haha thanks again, PyTom.
by JanstinBeebo
Wed Mar 28, 2018 8:41 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved by ultimate grand champion, PyTom] Running Game on a Mac
Replies: 2
Views: 390

[Solved by ultimate grand champion, PyTom] Running Game on a Mac

Me again with more ignorance. I am on PC, but my buddy is on a Mac. He wants to help playtest my game, so I built a mac distribution and send him the zip. He has no idea how to run the game. We discovered that Mac users must download the Ren'Py launcher, so he did that, and still has no idea what to...
by JanstinBeebo
Wed Mar 28, 2018 6:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'py Timed menu confusion. >_<
Replies: 18
Views: 5227

Re: Ren'py Timed menu confusion. >_<

I will go to work and experiment with it - Thanks for your time!
by JanstinBeebo
Wed Mar 28, 2018 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Menu gets stuck in a loop after all choices have been selected
Replies: 2
Views: 355

Re: Menu gets stuck in a loop after all choices have been selected

Sorry, I don't understand what you mean by that. Do I need to take out the quotations?

[EDIT]
Ah I see, thank you!
by JanstinBeebo
Wed Mar 28, 2018 8:11 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Menu gets stuck in a loop after all choices have been selected
Replies: 2
Views: 355

[Solved] Menu gets stuck in a loop after all choices have been selected

Code for reference: define talkingdogs = True define yourself = True define weather = True label tobytopics: if weather == "False" and talkingdogs == "False" and yourself == "False": "I'd really like to ask about Bailey..." label tobytopicsb: menu: "Baile...
by JanstinBeebo
Wed Mar 28, 2018 1:09 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'py Timed menu confusion. >_<
Replies: 18
Views: 5227

Re: Ren'py Timed menu confusion. >_<

So I've discovered something. Turns out not ALL menus after the first timed menu are timed. If I have one timed menu, all menus after it are timed until there is a prompt for user input. After that, the menus go back to normal with no timer. I don't know if the prompt is specifically what fixes it o...