diff options
author | Stijn Buys <ingar@osirion.org> | 2010-11-12 00:06:43 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-11-12 00:06:43 +0000 |
commit | ead4444b17fbe671ce47dce1aca85160bb91c392 (patch) | |
tree | 3a3a9b06ce7506e9c43fc34448c64db88533c7fe /base | |
parent | 30b08beadb4841a803b5afb21d577cff32ee177e (diff) |
adds faction.ini, added factions to world definitions
adds templates.ini and initial radius keys
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/game.ini | 6 | ||||
-rw-r--r-- | base/ini/templates.ini | 36 | ||||
-rw-r--r-- | base/ini/world.ini | 12 | ||||
-rw-r--r-- | base/ini/zones/antwerp.ini | 2 | ||||
-rw-r--r-- | base/ini/zones/lindblade.ini | 13 |
5 files changed, 39 insertions, 30 deletions
diff --git a/base/ini/game.ini b/base/ini/game.ini index b8d61b7..4485457 100644 --- a/base/ini/game.ini +++ b/base/ini/game.ini @@ -14,9 +14,3 @@ ship=vector ; amount of credits a new player receives credits=5000 -; default cargo pod settings -; - -[cargo] -model=maps/cargo/pod - diff --git a/base/ini/templates.ini b/base/ini/templates.ini new file mode 100644 index 0000000..fb869be --- /dev/null +++ b/base/ini/templates.ini @@ -0,0 +1,36 @@ +; +; templates.ini +; entity templates +; + +; the navpoint template is used by the game code +[template] +label=navpoint +model=maps/static/navpoint +radius=0.25 + +; the cargopod template is used by the game code +[template] +label=cargopod +model=maps/cargo/pod +radius=0.25 + +[template] +label=ship_small +radius=0.25 + +[template] +label=ship_medium +radius=0.5 + +[template] +label=ship_large +radius=1 + +[template] +label=cruiser +radius=2 + +[template] +label=battleship +radius=2 diff --git a/base/ini/world.ini b/base/ini/world.ini index f37b006..91e542b 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -3,18 +3,6 @@ ; list of zones in the world ; -[size] -label=fighter_small -radius=0.25 - -[size] -label=fighter_medium -radius=0.5 - -[size] -label=fighter_large -radius=0.75 - ; ------------------------------------------------------------------ ; ; ZONES ; ------------------------------------------------------------------ ; diff --git a/base/ini/zones/antwerp.ini b/base/ini/zones/antwerp.ini index 4a7180c..b880405 100644 --- a/base/ini/zones/antwerp.ini +++ b/base/ini/zones/antwerp.ini @@ -33,6 +33,8 @@ name=Starbase Helianthos model=maps/colonial/helianthos location=512 -512 0 faction=militia +; overwrite faction colorsecond +colorsecond=0 1 0 [ship] label=sharkan diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini index a7a43f3..d02e0f4 100644 --- a/base/ini/zones/lindblade.ini +++ b/base/ini/zones/lindblade.ini @@ -11,17 +11,6 @@ name=Lindblade system sky=sky10 ; ------------------------------------------------------------------ -; NAVPOINT ORIGIN - -[navpoint] -; [string] entity label -label=navpoint_origin -; [string] entity name -name=Navigation point Origin -; [x y x] entity location -location=0 0 0 - -; ------------------------------------------------------------------ ; STAR [star] @@ -53,9 +42,9 @@ label=lindblade_central name=Lindblade Central model=maps/lindblade/lindblade_central location=720 564 18 -color=0.5 0.1 0.1 direction=250 pitch=0 +faction=lindblade [ship] label=halcyon |