Search found 67 matches
- Sun Apr 18, 2021 7:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Shake a sprite
- Replies: 11
- Views: 2912
Re: Shake a sprite
Hey, so I know this is an old thread, but seeing as I spent ages trying to find an answer I figured I'd reply with what I found here: https://lemmasoft.renai.us/forums/viewtopic.php?t=19429 Donmai's reply basically explains it step by step, so for anyone who is extremely new to coding, if you're goi...
- Sun Apr 18, 2021 6:46 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Character shake not screen [Solved]
- Replies: 17
- Views: 4388
Re: Character shake not screen [Solved]
You should read the quickstart, lowkey. And play through the tutorial game, and study the script of The Question. You can find the quickstart here: http://www.renpy.org/doc/html/quickstart.html To better answer your question, you can put that transform definition anywhere. Most people put it at the...
- Mon Apr 05, 2021 1:11 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to upload android version to itch.io?
- Replies: 4
- Views: 778
Re: How to upload android version to itch.io?
Okay I see, I'll give it a go and report back if it works or not!
- Wed Mar 31, 2021 10:07 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to upload android version to itch.io?
- Replies: 4
- Views: 778
- Tue Mar 30, 2021 7:59 am
- Forum: Ren'Py Questions and Announcements
- Topic: How to upload android version to itch.io?
- Replies: 4
- Views: 778
How to upload android version to itch.io?
Hello,
So I know that you have to have the Java 8 Development Kit installed which I have, and in Ren'py is says to close it and reopen it once installed, but nothing has changed. I've tried reinstalling the JDK but nothing's changing.
So I know that you have to have the Java 8 Development Kit installed which I have, and in Ren'py is says to close it and reopen it once installed, but nothing has changed. I've tried reinstalling the JDK but nothing's changing.
- Sat Mar 27, 2021 3:51 pm
- Forum: Works in Progress
- Topic: VivaCity: A Contempory Fantasy VN!
- Replies: 0
- Views: 989
VivaCity: A Contempory Fantasy VN!
If you're interested in the following, such as urban fantasies, attractive characters with sombre back-stories which make them all the more appealing, revolts against corrupt governments and maybe a little bit of sexual tension, then I'm right with you. 8) Welcome to the cliché side of visual novels...
- Wed Mar 24, 2021 12:04 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Can you adjust the {nw} command?
- Replies: 3
- Views: 420
Re: Can you adjust the {nw} command?
Thank you both!!
- Sun Mar 21, 2021 9:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Can you adjust the {nw} command?
- Replies: 3
- Views: 420
[SOLVED] Can you adjust the {nw} command?
Hello! I'm trying to add a timed pause at the end of a dialogue sentence. So when you use {nw} at the end of the line, the next line of dialogue automatically plays which is what I want, but I want there to be a pause before the next line plays out, so that the player has just enough time to read it...
- Fri Jan 29, 2021 3:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: ---
- Replies: 5
- Views: 906
Re: How to upload game demo to itch.io?
It worked when I opened the zip file, but I had to extract it myself. It appeared saying that the file was too big, which I read somewhere that it won't work if the zip file is too big. is there another way to upload the project? Yes, you can use Butler, or else contact support and ask for the limi...
- Mon Jan 25, 2021 3:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: ---
- Replies: 5
- Views: 906
Re: How to upload game demo to itch.io?
If I understand your question correctly, you want your game to be playable in the browser, but also available for download. In that case, pick HTML5 as the project type, and upload both web and desktop/mobile builds. Then tick the checkbox saying "this file will be played in the browser" next to th...
- Mon Jan 25, 2021 3:22 pm
- Forum: Ren'Py Questions and Announcements
- Topic: ---
- Replies: 5
- Views: 906
Re: How to upload game demo to itch.io?
thank you! i thought uploading as a html5 project meant i had to create a website to upload the game to first!
- Thu Jan 21, 2021 10:40 pm
- Forum: Ren'Py Questions and Announcements
- Topic: ---
- Replies: 5
- Views: 906
---
----
- Fri Jan 01, 2021 4:20 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Change size of game menu font
- Replies: 4
- Views: 323
Re: Change size of game menu font
Ah thank you! That did the trick
)
- Thu Dec 31, 2020 3:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Change size of game menu font
- Replies: 4
- Views: 323
Re: Change size of game menu font
look in gui.rpy around line 77-78 ## The size of labels in the game's user interface. define gui.label_text_size = 35 Adjust this number to make the label font size larger or smaller. Keep in mind that it may affect other screen elements. I see what you mean, but it changed the size of labels inste...
- Wed Dec 30, 2020 8:32 am
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Change size of game menu font
- Replies: 4
- Views: 323
[SOLVED] Change size of game menu font
Hello :) Can someone point me in the direction of where to change the size of the game menu font in screens?? Usually, in the top-left corner of the game menu, if you're saving or loading, it'll say 'save' or 'load' depending on which screen. Right now it's the same as the side buttons, and I want t...