diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/menus/join.ini | 6 | ||||
-rw-r--r-- | base/ini/menus/main.ini | 6 | ||||
-rw-r--r-- | base/ini/ui.ini | 7 | ||||
-rw-r--r-- | base/ini/zones/ghant.ini | 2 | ||||
-rw-r--r-- | base/ini/zones/ghant/alexandria.ini | 47 | ||||
-rw-r--r-- | base/ini/zones/ghant/custodian.ini | 36 | ||||
-rw-r--r-- | base/ini/zones/ghant/regula.ini | 37 |
7 files changed, 129 insertions, 12 deletions
diff --git a/base/ini/menus/join.ini b/base/ini/menus/join.ini index 93ba9d1..e5b52f8 100644 --- a/base/ini/menus/join.ini +++ b/base/ini/menus/join.ini @@ -6,12 +6,6 @@ [menu] ; background bitmap ;background=banner -; width of a menu element -elementwidth=256 -; height of a menu element -elementheight=48 -; margin between menu elements -elementmargin=16 [label] text=Project::OSiRiON diff --git a/base/ini/menus/main.ini b/base/ini/menus/main.ini index 79a8b75..8466702 100644 --- a/base/ini/menus/main.ini +++ b/base/ini/menus/main.ini @@ -6,12 +6,6 @@ [menu] ; background bitmap background=banner -; width of a menu element -elementwidth=256 -; height of a menu element -elementheight=48 -; margin between menu elements -elementmargin=16 [label] text=Main Menu diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 9df2b74..7ee3cf4 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -13,6 +13,13 @@ menu=game ; join menu menu=join +; width of a menu element +elementwidth=256 +; height of a menu element +elementheight=48 +; margin between menu elements +elementmargin=16 + [colors] ; global foreground color rgb foreground=1 1 1 diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 1d51497..770abb7 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -80,6 +80,7 @@ color=222 192 145 direction=45 ; this is a dockable entity dock=yes +default=yes [entity] label=custodian @@ -117,6 +118,7 @@ name=Regula station model=stations/regula location=-128 928 -32 color=0.4 0.7 0 +direction=225 ; this is a dockable entity dock=yes diff --git a/base/ini/zones/ghant/alexandria.ini b/base/ini/zones/ghant/alexandria.ini new file mode 100644 index 0000000..59ea584 --- /dev/null +++ b/base/ini/zones/ghant/alexandria.ini @@ -0,0 +1,47 @@ +; +; ini/zones/ghant/alexandria.ini +; Alexandria outpost menus + +; +; main menu + +[menu] +label=main +text=Launch bay + +[button] +text=Ship dealer +command=menu view dealer + +[button] +text=Launch +command=launch + +; +; ship dealer + +[menu] +label=dealer +text=Ship Dealer + +[button] +text=buy Micron Vector +command=buy vector +model=ships/vector +align=left + +[button] +text=buy Micron Tensor +command=buy tensor +model=ships/tensor +align=left + +[button] +text=buy P.O.D. +command=buy pod +model=ships/pod +align=left + +[button] +text=Return +command=menu view main diff --git a/base/ini/zones/ghant/custodian.ini b/base/ini/zones/ghant/custodian.ini new file mode 100644 index 0000000..fa18592 --- /dev/null +++ b/base/ini/zones/ghant/custodian.ini @@ -0,0 +1,36 @@ + +; +; ini/zones/ghant/custodian.ini +; battleship Custodian menus + +; +; main menu + +[menu] +label=main +text=battleship Custodian + +[button] +text=Ship dealer +command=menu view dealer + +[button] +text=Launch +command=launch + +; +; ship dealer + +[menu] +label=dealer +text=Ship Dealer + +[button] +text=buy Sharkan +command=buy sharkan +model=ships/sharkan +align=left + +[button] +text=Return +command=menu view main diff --git a/base/ini/zones/ghant/regula.ini b/base/ini/zones/ghant/regula.ini new file mode 100644 index 0000000..8596b9b --- /dev/null +++ b/base/ini/zones/ghant/regula.ini @@ -0,0 +1,37 @@ + + +; +; ini/zones/ghant/regula.ini +; Regula station menus + +; +; main menu + +[menu] +label=main +text=Launch bay + +[button] +text=Ship Dealer +command=menu view dealer + +[button] +text=Launch +command=launch + +; +; ship dealer + +[menu] +label=dealer +text=Ship dealer + +[button] +text=buy Micron Vector +command=buy vector +model=ships/vector +align=left + +[button] +text=Return +command=menu view main |