Search found 72 matches

by mavyxdawn
Tue May 11, 2021 9:00 am
Forum: Ren'Py Cookbook
Topic: Renpy Tutorial for beginners [YouTube]
Replies: 6
Views: 3378

Re: Renpy Tutorial for beginners [YouTube]

Transitions tutorial is up! This is my first requested tutorial so I wish that you benefit from this video! Also, I'm open to more video suggestions!
by mavyxdawn
Sat May 08, 2021 2:44 am
Forum: Development of Ren'Py
Topic: Error while trying to build Android package
Replies: 2
Views: 4073

Re: Error while trying to build Android package

Hi! The bintray website is down and won't be coming back. That's why the download is failing. The devs are currently looking into it.
More info here: viewtopic.php?f=8&t=62051&hilit=danikula
by mavyxdawn
Fri May 07, 2021 1:00 am
Forum: Creator Discussion
Topic: How can you judge what is a "reasonable amount of time" to be working on a game?
Replies: 17
Views: 9005

Re: How can you judge what is a "reasonable amount of time" to be working on a game?

Hi! I'm a mobile game developer at a mid-size company. I'm also a project lead. From my exp, besides all things mentioned, it's really important to plan everything out (and allot extra time in case something goes wrong). By everything, I mean everything. The artist will be estimating how long they c...
by mavyxdawn
Thu May 06, 2021 7:27 pm
Forum: Works in Progress
Topic: Escaping Ahead
Replies: 2
Views: 2406

Re: Escaping Ahead

Hi! You can find members here.
or also post here for anyone looking for a project.
Good luck!
by mavyxdawn
Thu May 06, 2021 6:59 pm
Forum: Creator Discussion
Topic: Recommended Text Editor (other than Atom)
Replies: 5
Views: 5584

Re: Recommended Text Editor (other than Atom)

+1 on Visual Studio Code. It's also what I use as a unity game programmer.
by mavyxdawn
Thu May 06, 2021 10:49 am
Forum: Ren'Py Questions and Announcements
Topic: [PC][Newbie] Can't get a screen working, input problems, image not aligning
Replies: 1
Views: 775

Re: [PC][Newbie] Can't get a screen working, input problems, image not aligning

Hi! You can try this out. I also left a comment to explain what I did. https://www.dropbox.com/s/h1fe2pz7cukx8sa/zzzz.png?dl=1 screen input_text(): vbox: # align center horizontally xalign 0.5 text "Enter your text:" frame: yoffset 20 background "bg gray.png" #Setting the frame's...
by mavyxdawn
Wed May 05, 2021 9:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] CG Gallery help?
Replies: 3
Views: 736

Re: CG Gallery help?

For anyone curious, here's the result of the code: https://www.dropbox.com/s/wc0417e4sqm2zxw/rusicaria_sample.png?dl=1 init python: g = Gallery() g.button("thielart1") # g.condition("persistent.thielart1") g.image("thielart1.jpg") g.button("jaylaart1") # g.con...
by mavyxdawn
Wed May 05, 2021 6:45 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] CG Gallery help?
Replies: 3
Views: 736

Re: CG Gallery help?

Hi! I'd like to help you finish with your CG Gallery. I'd volunteer to do it for you since I have free time and I've done it before. Or if you want to do it yourself, it would be easier for me to help you if you upload the images as well. (You can add watermark if you don't feel comfortable uploadin...
by mavyxdawn
Tue May 04, 2021 11:23 am
Forum: Ren'Py Questions and Announcements
Topic: For loop in a label not working!
Replies: 3
Views: 614

Re: For loop in a label not working!

Oh! That makes more sense! Thank you
by mavyxdawn
Tue May 04, 2021 10:42 am
Forum: Ren'Py Questions and Announcements
Topic: For loop in a label not working!
Replies: 3
Views: 614

Re: For loop in a label not working!

Hi! I found here that for loop is not supported in Ren'Py: https://www.renpy.org/doc/html/conditional.html#while-statement Ren'Py does not have continue, break, or for statements. Continue and break statements can be replaced by jumps to labels placed before or after the while loop, respectively. Th...
by mavyxdawn
Tue May 04, 2021 9:12 am
Forum: Ren'Py Questions and Announcements
Topic: [Android] FAILURE: Build failed with an exception.
Replies: 6
Views: 1253

Re: [Android] FAILURE: Build failed with an exception.

Hi! We had a discussion in Reddit if you need more information: https://www.reddit.com/r/RenPy/comments/n3vgxy/android_build_keep_failing_with_this_error/gwvmxvd/?context=3 We also contacted the devs in GitHub: https://github.com/renpy/renpy/issues/2792 Please comment on the GitHub link if you can p...
by mavyxdawn
Sat May 01, 2021 5:59 am
Forum: Ren'Py Cookbook
Topic: Point and Click Tutorial [YouTube]
Replies: 0
Views: 3047

Point and Click Tutorial [YouTube]

I created a simple tutorial for Point and Click feature using ImageButton. The assets can be found here . 4O3uqLpvnKE I'm aware that there are multiple tutorials here about it but I wanted to create a simple one with no additional features. Note that I did not do anything special. I just combined al...