Page 1 of 1

Man page for UNIX systems

PostPosted: 18 May 2013, 14:07
by Yann
Hi!

I'm currently writing a man page for Me & My Shadow on UNIX systems and I'd like to know what are the options “musiclist” and “leveltheme” in the configuration file?

Also you can take a look at the man page in question here: http://sebsauvage.net/paste/?e01a810e53cdb435#SM85mGvW/kcIvOtdMpQrZBy0s8RFgtoMRlwffk0gPK8=.

Comments are welcome ;-)

Thanks in advance

Re: Man page for UNIX systems

PostPosted: 18 May 2013, 16:47
by Edward_Lii
Hello Yann,

Yann {l Wrote}:I'm currently writing a man page for Me & My Shadow on UNIX systems and I'd like to know what are the options “musiclist” and “leveltheme” in the configuration file?

In meandmyshadow music is handled in lists, up until recent svn version there has been only one, the default list.
Basically when a level starts music is picked from the current music list.

If levelmusic is enabled and the levelpack specifies a musiclist (that exists) the music is picked from that list.
When no musiclist is specified or levelmusic is disabled the music will be fetched from the (configured) default list, which is set using the musiclist option.

The leveltheme option is somewhat similar to the levelmusic property.
A levelpack can specify which theme should be used with that levelpack (and which musiclist), but these are only used when the corresponding levelmusic/leveltheme options are set to true (1).

Yann {l Wrote}:Also you can take a look at the man page in question here: http://sebsauvage.net/paste/?e01a810e53 ... wffk0gPK8=.

Thanks for making the man page. :)
I'll have a proper look at it when I have some more time.