Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Feature requests

A topic by abinail337 created Jan 18, 2025 Views: 478 Replies: 3
Viewing posts 1 to 4

* I stumbled into a quest where someone asked to escort him to the nearest city, but I couldn't accept because I already had a pack horse following me, and you can't have more than one noncombat npc following you for some reason. I wish it was possible.

* Would be nice to have more than 9 actions bindable to keys, I still have some keys unused on my keyboard.

* I wish I could see current amount of turns until the end of day on my stats screen.

Managed to get map time counter in lona status screen.

Edited this file:

LonaRPG\Data\Scripts\Frames\173_menu_01mainstats.rb

Added this line:

bmp.draw_text(157+8,12+85    ,160,60,    "TIME : #{$story_stats["OverMapEvent_DateCount"]}",0)

I'm not sure if this is stable, I got one "file didn't load" messagebox error soon after I did this. But other than that, it seems to work.

Old thread but you can actually have more than 9 actions binded at a time, they just wont be on the same hotbar.

In the skills menu you can go to different pages and thisll let you swap to different hotbars where you can put more actions, you can hotswap these hotbars with the PageUp and PageDown keys. You can also edit how many hotbars you have (useful so you arent swapping through empty bars) in the settings menu. You can have up to 9 of them