Search found 28 matches

by HotMango
Fri Jan 08, 2021 2:11 am
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Linting on VS Code
Replies: 1
Views: 570

Ren'Py Linting on VS Code

Linting does not work for me when I set VS Code to Ren'Py language after downloading "Ren'Py Language" from this link: https://marketplace.visualstudio.com/items?itemName=LuqueDaniel.languague-renpy#overview When I set the Editor to Python, Linting works but it lints all Ren'Py codes. So b...
by HotMango
Sat Aug 15, 2020 2:18 am
Forum: Ren'Py Questions and Announcements
Topic: Allowing the player to choose the music on this case?
Replies: 2
Views: 518

Re: Allowing the player to choose the music on this case?

It is "possible". However, I know of no 'proper' way to do it. Personally, I'd define a variable that handles the player's choice, something like this: default pchoice = "" label start: #or whatever it is called. Sorry, been a long time since I last used the Engine. #I forgot how...
by HotMango
Fri Aug 14, 2020 6:46 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Image Location Picker
Replies: 1
Views: 251

Re: Image Location Picker

I realized what is the problem. You need to be inside the game and click Shift + D. I'll leave this post up for anyone having the same "problem", lol.
by HotMango
Fri Aug 14, 2020 6:14 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Image Location Picker
Replies: 1
Views: 251

[SOLVED]Image Location Picker

I select the project with the picture I want to get coordinates for, Shift+D and click on Image Location Picker. I can only see some pictures that came with Ren'Py itself. (Like: vscrollbar.png, logo32.png, etc..) The pictures in the "image" folder? Aren't there. I want to get coordinates ...
by HotMango
Sun Aug 09, 2020 6:26 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Multiple colours in textbox
Replies: 1
Views: 309

[SOLVED]Multiple colours in textbox

Hello
Is it possible to change the colour of just several words in a textbox?
If so, then how do I do that?

Example (from Danganronpa)

Image

Just imagine that the word "Bacon" is yellow and the rest of the text is in different colour. That is what I want.
by HotMango
Wed Apr 15, 2020 4:07 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Music List loop question
Replies: 2
Views: 425

Re: Music List question

The first thing is exactly what I want! Thanks so much
Will try it when I wake up 07
by HotMango
Wed Apr 15, 2020 1:13 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Music List loop question
Replies: 2
Views: 425

[SOLVED] Music List loop question

I want to play a list of music but I want the second music to be looped. How do I do this? I know that you can make the channel itself looped (in this case "music" channel) but I don't want the second music to loop. I want to do this: play music [ "1.mp3", "2.mp3" ] I w...
by HotMango
Mon Apr 13, 2020 3:41 am
Forum: Asset Creation: Writing
Topic: Need Feedback for Latest Version of Our Game's Script (10 Pages)
Replies: 4
Views: 7483

Re: Need Feedback for Latest Version of Our Game's Script (10 Pages)

Thanks for correcting me. I don't want to mislead people with their writing.
by HotMango
Sun Apr 12, 2020 10:44 am
Forum: Asset Creation: Writing
Topic: Need Feedback for Latest Version of Our Game's Script (10 Pages)
Replies: 4
Views: 7483

Re: Need Feedback for Latest Version of Our Game's Script (10 Pages)

Hi, First, I apologize for the late response. Second, I am not a good writer, so I may be wrong at times, but I approached your script with a POV of a gamer, please keep that in mind. I read your script, and here is what I think: In page 2, after "Background like yours", I feel like the co...
by HotMango
Thu Apr 09, 2020 1:10 am
Forum: Asset Creation: Writing
Topic: Making a Child POV Character Feel Like a Child
Replies: 2
Views: 6487

Re: Making a Child POV Character Feel Like a Child

There is a game called among the sleep, it is one of the best games in my opinion describing a toddler's point of view. Play the game to get an idea. Or maybe, you have to make the game in the POV of the character (I mean to make the player, me for instance, see what a toddler sees without telling u...
by HotMango
Mon Jan 27, 2020 4:25 pm
Forum: Ren'Py Cookbook
Topic: Replying through dialogue/ Artificial Intelligence based
Replies: 22
Views: 3268

Re: Replying through dialogue

Wow
This is so helpful, it could be added in a visual novel but to make it more realistic that would take time.
Thank you so much!
by HotMango
Sun Jan 26, 2020 5:13 am
Forum: Ren'Py Cookbook
Topic: Dynamic music in Ren'Py!
Replies: 1
Views: 1182

Re: Dynamic music in Ren'Py!

If any one needs the project ( not the game) folder or the game folder for macOS, please contact me.
by HotMango
Sun Jan 26, 2020 5:06 am
Forum: Ren'Py Cookbook
Topic: Dynamic music in Ren'Py!
Replies: 1
Views: 1182

Dynamic music in Ren'Py!

Hello! In this tutorial (sorta :P ) I will tell you how to implement Dynamic music in Ren'Py! You will see the following: 1- What is Dynamic music? 2- Kinds of Dynamic music. 3- Are there any games that use Dynamic music? 4- How to do this? 5- Disclaimer (important) First: Definition. In video games...
by HotMango
Sun Jan 26, 2020 1:15 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Custom touch/swipe actions (android)
Replies: 3
Views: 490

Re: Custom touch/swipe actions (android)

I got it working on the first try! Although I am using predefined "event" like game_menu, I am satisfied.
I will try to play with gestures and modify them until they press a keyboard button.
Thanks for the help!
by HotMango
Sun Jan 26, 2020 12:23 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Custom touch/swipe actions (android)
Replies: 3
Views: 490

Re: Custom touch/swipe actions (android)

I found one of your posts regarding gestures and it seems very helpful
I will try to make a project
I think it is better t correct my mistakes as that will be convenient for both of us.
Thank you for replying.