Page 1 of 1

Curses Console Interface improvements

Posted: 24 Oct 2014, 20:10
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

Re: Curses Console Interface improvements

Posted: 09 May 2015, 05:05
by brokenbokeh
Wow. Never knew about this before. Thanks. Nice interface.