Hello,
I just released beta 27a of Adventuron. It fixes
Fixes:
- Fixes bug introduced in Beta 27 (where press any key commands were being issued when entering new locations).
Remember, you can set headers for the object list and the exit list if you wish.
Here follows a snippet that shows how to override these two headers, and also set up a few colouring overrides too (followed by a screenshot):
start_at = stream
redescribe = auto_beta
start_theme = my_theme
locations {
stream : location "STREAM";
forest : location "FOREST" ;
}
connections {
from, direction, to = [
stream, north, forest,
]
}
objects {
lamp : object "a lamp" at = "stream" ;
spoon : object "a spoon" at = "stream" ;
fork : object "a fork" at = "stream" ;
knife : object "a knife" at = "stream" ;
}
themes {
my_theme : theme {
extends = two
colors {
border = #511
status_bar_paper = #228
yousee_header_pen = #d22
exit_list_header_pen = #4c4
}
system_messages {
exit_list_header_concise = "EXITS : "
object_list_header = "ITEMS : "
}
}
}
Custom themed layout screenshot (corresponding to code above):

Remember also that there is still a bug in Adventuron that means that the autocompletion (CONTROL (or ALT) + SPACE) operations will not work inside a theme, if you extend the TWO theme. If you want to use autocompletion inside a theme, the current workaround is to comment out "extends = two".
Regards,
Chris

