Search found 3187 matches
- Sat Jan 16, 2021 7:23 pm
- Forum: Ren'Py Questions and Announcements
- Topic: renpy.input length not working?
- Replies: 4
- Views: 138
Re: renpy.input length not working?
I can't see any error in the input line. It should work. Are you sure you have restarted your game after adding the "length" parameter? On a side note, try to avoid using the same name for different things. You have "name" as a string and also as the name of the menu. I rebooted the game multiple t...
- Sat Jan 16, 2021 5:07 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Animation slows down
- Replies: 12
- Views: 177
Re: Animation slows down
Where do you have the first line in this? It should ideally be placed somewhere before the start label.Line of lust wrote: ↑Wed Jan 13, 2021 3:35 pmCode: Select all
image anim1 = Movie(channel="anim", play="movies/anim_five.webm") # Video. scene anim1
- Fri Jan 15, 2021 5:42 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.4.x Prereleases
- Replies: 4
- Views: 707
Re: Ren'Py 7.4.x Prereleases
I've tested in both Ren'Py 7.4.1.1213 and 7.4.1.1215 and going through my game with an official PS4 controller connected via USB cable (model number CUH-ZCT1E) I've noticed that on some screens I can't navigate the interface fully until I click a button with a mouse. Any screen that is "used" can't ...
- Fri Jan 15, 2021 4:52 am
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] mixing screenlanguge pics with show and scene???
- Replies: 2
- Views: 42
Re: mixing screenlanguge pics with show and scene???
Pretty much.
You will probably want to take a look at layers.
https://renpy.org/doc/html/config.html# ... fig.layers
You will probably want to take a look at layers.
https://renpy.org/doc/html/config.html# ... fig.layers
- Fri Jan 15, 2021 2:05 am
- Forum: Ren'Py Questions and Announcements
- Topic: Live 2D
- Replies: 4
- Views: 111
Re: Live 2D
You don't need / shouldn't be adding
Code: Select all
C:\Program Files (x86)\Resources\Hiyori/C:\Program Files (x86)
- Thu Jan 14, 2021 9:32 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Moving image button [SOLVED]
- Replies: 12
- Views: 138
Re: Moving image button
Whats CCD? Could you go into more detail about it? Creator Defined Displayables. Fancy Doohickeys for when Ren'Py's built in functions can't achieve what you want. Somewhat intermediate to advanced python knowledge is required. But that's only if you need the parallax effect. For what you want, a s...
- Thu Jan 14, 2021 6:28 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Moving image button [SOLVED]
- Replies: 12
- Views: 138
Re: Moving image button
Ordinarily you'd just place your imagebutton in a screen and then show the screen. To make it jump to a specific label when clicked, give the imagebutton a the action Jump('label') Note particularly the capitalised J I think acorn-says-no was asking how to make imagebutton that change its position ...
- Thu Jan 14, 2021 5:10 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Moving image button [SOLVED]
- Replies: 12
- Views: 138
Re: Moving image button
Ordinarily you'd just place your imagebutton in a screen and then show the screen. To make it jump to a specific label when clicked, give the imagebutton a the action Jump('label')
Note particularly the capitalised J
Note particularly the capitalised J
- Thu Jan 14, 2021 5:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: AttributeError: 'module' object has no attribute 'glfunctions'
- Replies: 3
- Views: 104
Re: AttributeError: 'module' object has no attribute 'glfunctions'
I am getting the same on every refresh. I think it may have something to do with config.gl2 not being enabled, yet renpy still looking for it.
- Wed Jan 13, 2021 3:37 am
- Forum: Ren'Py Questions and Announcements
- Topic: [fixed]Execution failed for task ':renpyandroid:compileDebugJavaWithJavac'
- Replies: 2
- Views: 121
Re: Execution failed for task ':renpyandroid:compileDebugJavaWithJavac'
Awesome, thanks.
For what its worth, I deleted my RAPT folder (making a backup of android.keystore) and simply reinstalled it fresh which made it work for me.
For what its worth, I deleted my RAPT folder (making a backup of android.keystore) and simply reinstalled it fresh which made it work for me.
- Mon Jan 11, 2021 6:49 am
- Forum: Ren'Py Questions and Announcements
- Topic: [fixed]Execution failed for task ':renpyandroid:compileDebugJavaWithJavac'
- Replies: 2
- Views: 121
[fixed]Execution failed for task ':renpyandroid:compileDebugJavaWithJavac'
I haven't built an android version of any apps for quite some time, and trying now I get an error and the build fails. I've tried both debug and release builds, neither works. I've ensured my JRE is up to date and I've previously built the same project before, so I'm at a loss for why this fails now...
- Mon Jan 11, 2021 6:38 am
- Forum: General Discussion
- Topic: My game keeps crashing on Android
- Replies: 6
- Views: 219
Re: My game keeps crashing on Android
I've just realised you're checking "no" to allowing java source code updates. In my experience, this is a mandatory step and you must click "yes" for anything to work or the build will fail every time.

Never select "no" here

Never select "no" here
- Mon Jan 11, 2021 6:16 am
- Forum: Creative Commons
- Topic: Free Portrait mode GUI template
- Replies: 31
- Views: 10984
Re: Free Portrait mode GUI template
v1.30 is ready This release fixes several pretty big errors caused by a lack of proper testing and oversight on my part. The following changes were made. Added additional button states to buttons.rpy Added history button to buttons.rpy Fixed odd behaviour of Extras screen. Added underconstruction sc...
- Mon Jan 11, 2021 2:16 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'py license
- Replies: 2
- Views: 129
Re: Ren'py license
If you've installed RAPT, you can get a logo from \renpy\rapt\templates\android-icon_foreground.png
There is also \renpy\launcher\game\images\logo.png and \renpy\launcher\game\images\logo32.png
There is also \renpy\launcher\game\images\logo.png and \renpy\launcher\game\images\logo32.png
- Sun Jan 10, 2021 5:11 pm
- Forum: Works in Progress
- Topic: Cosmic Girlfriend - Meme Visual Novel
- Replies: 5
- Views: 160
Re: Cosmic Girlfriend - Meme Visual Novel
Since you say its a meme based game, I now fully expect there to be at least one "Earth is not flat" joke.