; ; 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=Options command=menu options [button] text=Quit command=quit ; ; game menu ; ------------------------------------------------------------------ [menu] label=game [label] text=Project::OSiRiON [button] text=Options command=menu options [button] text=Disconnect command=disconnect [button] text=Load Game command=menu load [button] text=Save Game command=menu save [button] text=Quit command=quit [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=Disconnect command=disconnect [button] text=Main menu command=menu game ; ; options menu ; ------------------------------------------------------------------ [menu] label=options [label] text=Options [button] text=Toggle fullscreen command=toggle r_fullscreen align=left [button] text=Toggle grid command=toggle r_grid align=left [button] text=Toggle keypress command=toggle draw_keypress align=left [button] text=Toggle stats command=toggle draw_stats align=left [button] text=Toggle wireframe command=toggle r_wireframe align=left [button] text=Return text=Close menu align=center command=menu default ; respawn dialog ; ------------------------------------------------------------------ [dialog] label=respawn text=Your ship has been destroyed. button=Respawn command=respawn, menu hide