Page 6 of 8

Re: On Asking Questions

Posted: Thu May 19, 2016 1:39 am
by PyTom
I think so, although a lot of these questions might be hard to answer. For example, Ren'Py uses a hand-written recursive descent parser, not a parser generator. Third-party tools come with a big price, so you have to ensure you get a correspondingly big benefit.

That being said - this could be a very interesting idea for thread, here or in the cookbook.

Re: On Asking Questions

Posted: Thu Jun 09, 2016 3:08 am
by Thedarkjoa
When is coming the next version of ren'py? :D

Re: On Asking Questions

Posted: Thu Jun 16, 2016 11:51 am
by Raichi
Is anyone okay with adding me on skype? I prefer live feedback over forums. Anyway, just send me a note with your skype and I'll add you, thanks! :)

resolution visual novel ren'py

Posted: Wed Aug 31, 2016 3:21 pm
by zerox45
I can create a library upscaled a visual novel in ren'py and inserted into visual engine

Re: android+focus_mask

Posted: Tue Jan 03, 2017 12:13 am
by city
xela wrote:
barsunduk wrote:In imagebutton «focus_mask True» does not work on Android OS. Is it a global problem or it's just my luck?
It's a "global problem". You can use a callable instead, that works just fine (quite possibly much faster as well).
Would you mind clarifying this for me? How would I go about converting focus_mask True imagebuttons into something usable for android?

Re: On Asking Questions

Posted: Mon Jan 16, 2017 9:02 pm
by Ayekochan
I've recently did a post asking for some help (viewtopic.php?f=48&t=42069), but, no replies so far. Could I get any here by any chance?
please and thank you!

Re: On Asking Questions

Posted: Tue Jan 17, 2017 4:55 am
by trooper6
You should probably make a thread in the Questions thread rather than the music thread.

Re: On Asking Questions

Posted: Wed Jan 18, 2017 8:39 pm
by Ayekochan
trooper6 wrote:You should probably make a thread in the Questions thread rather than the music thread.
Well it says "Questions, skill improvement, and respectful critique involving music, sound, and movies." as the description so I thought it'd be okay...

Re: On Asking Questions

Posted: Thu Jan 19, 2017 3:11 pm
by Meinos Kaen
Hi there, question about building distributions!

I booted up my MacBook and finally managed to create an iOS version of my project. Only thing is, the game file is 39 Meg while the folder created for its Xcode Project version is 324 Megs.

That can't be right, right? Or do I only need some files out of the folder and not the entire folder?

Edit: Aaaaand I just discovered Xcode. Nevermind lol

Re: On Asking Questions

Posted: Wed Feb 08, 2017 10:06 am
by tohtamish
Can anyone tell me about animation made in Highway blossoms - is it made by separate layers with paning pictures at each? Moving at various speed clouds, moutains, etc. Just how did they do it?

Re: On Asking Questions

Posted: Fri Feb 17, 2017 8:09 pm
by ReDe3m3r
How can I mark all already read text to unread so I cannot skip it anymore?

Re: On Asking Questions

Posted: Mon Jun 19, 2017 8:54 pm
by Andy_kl
May we hide screen while we dragging Drag?

Re: On Asking Questions

Posted: Sat Aug 19, 2017 5:50 am
by kumapandax
How do you create character sprites? I want to make my own sprites by ipad pro but I don't know if it's possible. I tried searching up online how to make character sprites for Ren'Py but I couldn't find much to help my confused brain. Please help, ;;-;; and thankyou.

Re: On Asking Questions

Posted: Sat Aug 19, 2017 11:39 am
by MaiMai
Did you look around on our Art Assets forum?

Re: On Asking Questions

Posted: Sat Aug 19, 2017 12:57 pm
by nixrlz
How do I link user choice to two variable ?
FOR EXAMPLE :

$ USERCHOICE = "X" OR "Y"

X = IMAGE_CHARACTER1

Y= IMAGE_CHARACTER2

the chosen X or Y become 1 variable = image CHOOSENCHARATER

so i can just type

show image CHOOSENCHARACTER

and the shown image will depend on user choice(whether it's X or Y)