Curses Console Interface improvements

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
allanon256
Developers
Developers
Posts: 19
Joined: 06 Mar 2010, 19:33
Noob?: No

Curses Console Interface improvements

#1 Post by allanon256 »

I recently made the curses console interface remember command history, and made it possible to re-arrange the progress bars at the top of the screen.

I'm wondering: does anybody (other than me) use the curses interface? If so, do you have any suggestions for useful progress bars?

If you've never tried the curses interface, and you run OpenKore on linux, I recommend trying it! The default interface is the basic Console interface, which isn't as user-friendly. Here's how to start Kore using the curses interface:

Code: Select all

perl ./openkore.pl --interface=Console::Curses
Here's the current list of available progress bars:

char : character name, job
status : character status
location : character location
base : character base exp
job : character job exp
hp : character hp
sp : character sp
weight : character weight
hom_hp : homunculus hp
hom_sp : homunculus sp
hom_status : homunculus status
hunger : homunculus hunger
intimacy : homunculus intimacy

brokenbokeh
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 08 Aug 2014, 03:02
Noob?: No

Re: Curses Console Interface improvements

#2 Post by brokenbokeh »

Wow. Never knew about this before. Thanks. Nice interface.

Post Reply