Search found 278 matches

by Aureus
Tue Aug 09, 2022 3:32 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Skipping "text speed" display with LMB locks the mouse in LMB viewport
Replies: 3
Views: 348

[SOLVED] Skipping "text speed" display with LMB locks the mouse in LMB viewport

Greetings! I've got an issue with my game's very specific interaction: if the game's text speed isn't immediate, and the player uses LMB to speed up the display of the NVL text; -> hovering over any selectable options, buttons, or imagebuttons doesn't highlight them, pressing them doesn't make them ...
by Aureus
Sat Aug 06, 2022 7:21 am
Forum: Works in Progress
Topic: Roadwarden [Fantasy/RPG Elements/Pixel Art] [RELEASED]
Replies: 99
Views: 31470

Re: Roadwarden [Fantasy/RPG Elements/Pixel Art] [DEMO]

Found some screenshots from 2019 Roadwarden demo and compared them to the ones I took this week... What a long journey!
sss1.png
sss2.png
sss3.png
sss4.png
sss5.png
sss6.png
sss7.png
sss8.png
by Aureus
Tue Aug 02, 2022 4:12 am
Forum: Works in Progress
Topic: Roadwarden [Fantasy/RPG Elements/Pixel Art] [RELEASED]
Replies: 99
Views: 31470

Re: Roadwarden [Fantasy/RPG Elements/Pixel Art] [DEMO]

Seriously can't wait to play this. Congrats! Will definitely be among your first buyers. Wishing you all the best I'm grateful to have your support! <3 I keep finding bugs and addressing various issues with the game, but I must admit that it went quite the distance since its early demos, and even s...
by Aureus
Sat Jul 30, 2022 7:31 am
Forum: Works in Progress
Topic: Roadwarden [Fantasy/RPG Elements/Pixel Art] [RELEASED]
Replies: 99
Views: 31470

Re: Roadwarden [Fantasy/RPG Elements/Pixel Art] [DEMO]

Has this hit Steam yet? Would love to play it, totally my style Hi there, MyHeart! I apologize for the late response, the notifications sometimes come to my inbox, sometimes they don't. : ) And actually, it seems like there's a good chance the game will be ready this September! It's still in the wo...
by Aureus
Mon Jul 25, 2022 2:54 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] A bug I completely don't understand - "0134/250" in a corner
Replies: 4
Views: 322

Re: A bug I completely don't understand - "0134/250" in a corner

That screen shouldn't be possible to accidentally show. Do you perhaps also use _performance and maybe mixed the two up when trying to show it? The easiest way to check is to do a ctrl+F in all your script files and search for "_progress" You helped me find the issue. Or rather - you made...
by Aureus
Mon Jul 25, 2022 12:17 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] A bug I completely don't understand - "0134/250" in a corner
Replies: 4
Views: 322

Re: A bug I completely don't understand - "0134/250" in a corner

Oh, Shift+I shows the list of screens. That's nice. So the culprit was the "screen _progress" which is hidden in the 00keymap.rpy file. I have no mentions of this screen in my game. I didn't know it exists, I never summoned it. Any ideas how it got displayed? For now I'll just replace the ...
by Aureus
Sun Jul 24, 2022 1:33 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] A bug I completely don't understand - "0134/250" in a corner
Replies: 4
Views: 322

[SOLVED] A bug I completely don't understand - "0134/250" in a corner

I was testing the recent version of the game and didn't notice when exactly did this happen - I was saving too sparingly and I don't have the starting point of this bug. I turned off all the screens I found, but I can't find the source of the issue. Suddenly, in the corner of my screen has appeared ...
by Aureus
Fri Aug 27, 2021 3:50 am
Forum: Ren'Py Questions and Announcements
Topic: Can I set the ypos of a textbox as equal to ypos of an imagebutton?
Replies: 9
Views: 1732

Re: Can I set the ypos of a textbox as equal to ypos of an imagebutton?

While it may be too late for me, I am grateful that you decided to give it another shot. : ) Thank you, I'm sure I'll need renpy.focus_coordinates() on another day!
by Aureus
Sat Aug 14, 2021 8:00 am
Forum: Works in Progress
Topic: Roadwarden [Fantasy/RPG Elements/Pixel Art] [RELEASED]
Replies: 99
Views: 31470

Re: Roadwarden [Fantasy/RPG Elements/Pixel Art] [DEMO]

The game has changed a lot over the course of a year and a half. Read more about the recent changes, updates, and the new demo in today’s devlog.
by Aureus
Wed Jul 21, 2021 7:05 am
Forum: Ren'Py Questions and Announcements
Topic: Can I set the ypos of a textbox as equal to ypos of an imagebutton?
Replies: 9
Views: 1732

Re: Can I set the ypos of a textbox as equal to ypos of an imagebutton?

My temporal solution turned out to be completely rebuilding the NVL screen so it's now a grid of hboxes and vboxes with one side filled with nothing, but which gets altered when a tooltip is called.
However, if anyone has a better solution, I'll be happy to take a step back.
by Aureus
Wed Jul 21, 2021 1:39 am
Forum: Ren'Py Questions and Announcements
Topic: Can I set the ypos of a textbox as equal to ypos of an imagebutton?
Replies: 9
Views: 1732

Re: Can I set the ypos of a textbox as equal to ypos of an imagebutton?

Thank you, I even gave it a shot just to be sure I properly understand why it wouldn't work: Since the hbox is a part of the game's NVL screen, the tooltip isn't able to squeeze in next to it. If there's an option to force the textbox to show up ABOVE the other boxes, it would indeed be a good optio...
by Aureus
Wed Jul 21, 2021 12:49 am
Forum: Ren'Py Questions and Announcements
Topic: Can I set the ypos of a textbox as equal to ypos of an imagebutton?
Replies: 9
Views: 1732

Re: Can I set the ypos of a textbox as equal to ypos of an imagebutton?

Thank you and I'm sorry for being confusing in my post. My goal is not to draw a box depending on the position of the mouse, but rather on the position of a hbox / imagebutton that's a part of a larger screen. The way it works now the box moves up and down to follow the movement of the mouse. Instea...
by Aureus
Tue Jul 20, 2021 10:15 am
Forum: Ren'Py Questions and Announcements
Topic: Can I set the ypos of a textbox as equal to ypos of an imagebutton?
Replies: 9
Views: 1732

Can I set the ypos of a textbox as equal to ypos of an imagebutton?

Greetings! I tried many different things, but I don't know how to properly use the engine's tools. (I assume there's an answer in "renpy.get_placement()", but I don't see any examples of how to use it. screenshot0016.png As shown on the example - I want to point at an imagebutton that does...
by Aureus
Sat Jul 17, 2021 7:54 am
Forum: Works in Progress
Topic: Roadwarden [Fantasy/RPG Elements/Pixel Art] [RELEASED]
Replies: 99
Views: 31470

Re: Roadwarden [Fantasy/RPG Elements/Pixel Art] [DEMO]

The huge demo update is on its way, with new mechanics, updated dialogues, redrawn illustrations, better UI... The game is now slightly more complex, and I think it gets better at building the experience of being a traveler in a hostile realm. Here are some examples! screenshot01.png screenshot02.pn...