Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I am glad you got it working 😁

Apologies, I got another problem. I read about the pin change, but how can I select a quest to scroll down its text now? :'D

I removed the usage of mouse in my game, so I cannot pull the window down, and pressing enter just gives me the option to pin it. I tested disabling the pinning option, but it still lets me do it.

Sorry again if I'm missing an option.

(+1)

Hi, keyboard controls to always be able to scroll these kind of windows throughout [CGMZ] plugins will be added tonight with the monthly [CGMZ] Core update to version 1.25.0. The update will add keyboard keys that you can always scroll with + allowing mouse wheel to always scroll the windows (in addition to gamepad+touch screen which can always scroll already, but it sounds like you have disabled touch screen).

Selecting things to manually scroll was removed because it was causing a lot of user confusion, where they would hit enter and not realize it activated the window to scroll and instead thought it froze the game.

Thank you so much for the update! :) Is there a way to get the pageup and pagedown keys working for that as well? Or even the arrow keys.

(1 edit) (+1)

You should be able to put "PageDown" / "PageUp" or "ArrowDown" or "ArrowUp" but those keys also control the select window by default so it might be a bit awkward if using those to scroll both windows at the same time.

Thank you!! I did not realize the caps in PageUp etc was important, haha. Thanks again for all the help!

(1 edit) (+1)

No problem, you can know what to type by going to a js key test website such as this (https://www.toptal.com/developers/keycode) and pressing the key you want. You want to use the "event.key" box (the top left box on the above website)

Thanks, that's really helpful!