; ; menu.ini ; client menu definitions ; ; ; main menu ; ------------------------------------------------------------------ [menu] label=main [label] text=Project::OSiRiON [button] text=New Game command=connect [button] text=Load Game command=menu load [button] text=Multiplayer command=connect osirion.org [button] text=Settings command=menu settings [button] text=Quit command=quit confirm ; ; game menu ; ------------------------------------------------------------------ [menu] label=game [label] text=Project::OSiRiON [button] text=Abandon command=abandon confirm, menu hide [button] text=Disconnect command=disconnect [button] text=Load Game command=menu load [button] text=Save Game command=menu save [button] text=Settings command=menu settings [button] text=Quit command=quit confirm [button] text=Close menu command=menu hide ; ; join menu ; ------------------------------------------------------------------ [menu] label=join [label] text=Project::OSiRiON [button] text=Join ; note: we use comma as command seperator in .ini files. command=join, menu hide [button] text=Join Militia command=join militia, menu hide [button] text=Join Pirates command=join pirates, menu hide [button] text=Disconnect command=disconnect [button] text=Main menu command=menu game ; ; settings menu ; ------------------------------------------------------------------ [menu] label=settings [label] text=Settings [button] text=Graphics command=menu graphics [button] text=Audio command=menu audio [button] text=Player command=menu player [button] text=Controls command=menu controls [button] text=Close menu align=center command=menu default