Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base/ini
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-16 22:03:35 +0000
committerStijn Buys <ingar@osirion.org>2008-07-16 22:03:35 +0000
commitde674960d2ff3a475899877aed20fce21931f5b6 (patch)
treedc94c09fa9df7a5eb6ec6fa8c825ed849b6cf5d7 /base/ini
parentcd65224a01353ec310fd4108cbdff50fdda2df18 (diff)
added Odin's heavy cruiser
Diffstat (limited to 'base/ini')
-rw-r--r--base/ini/ships.ini29
-rw-r--r--base/ini/world.ini8
2 files changed, 16 insertions, 21 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
index 7e328a0..8d52d52 100644
--- a/base/ini/ships.ini
+++ b/base/ini/ships.ini
@@ -34,15 +34,6 @@ acceleration=1.0
maxspeed=3.0
turnspeed=0.10
-;
-;[ship]
-;label=canasta
-;name=Canasta
-;model=canasta
-;acceleration=1.25
-;maxspeed=3.0
-;turnspeed=0.2
-
[ship]
label=horizon
name=Horizon
@@ -67,13 +58,6 @@ acceleration=1.5
maxspeed=3.5
turnspeed=0.25
-;[ship]
-;name=Shuttle
-;model=shuttle
-;acceleration=1.4
-;maxspeed=3.725
-;turnspeed=0.15
-
[ship]
label=custodian
name=Custodian
@@ -122,5 +106,16 @@ label=supertanker
name=InterGalactic Supertanker
model=supertanker
acceleration=0.5
-maxspeed=2
+maxspeed=2.5
turnspeed=0.08
+
+;
+; Odin's ships
+
+[ship]
+label=heavycruiser
+name=Heavy Cruiser
+model=heavycruiser
+acceleration=1
+maxspeed=2.5
+turnspeed=0.075
diff --git a/base/ini/world.ini b/base/ini/world.ini
index e8d4907..3bd5442 100644
--- a/base/ini/world.ini
+++ b/base/ini/world.ini
@@ -1,7 +1,7 @@
+;
; world.ini
; describes the entities in the game world
;
-; Note: the .ini parser isn't very robust
;
; ORIGIN
@@ -10,7 +10,7 @@
; [string] identification label
label=origin
; [string] entity name
-name=galactic origin
+name=Galactic origin
; [string] entity shape (ignored if the entity has a model)
shape=axis
; entity radius
@@ -81,7 +81,7 @@ color=222 192 145
[entity]
label=custodian
-name=deep space carrier Custodian
+name=battleship Custodian
model=ships/custodian
location=-118 -60 16
direction=310
@@ -92,7 +92,7 @@ color=222 192 145
[planet]
label=lindblade
-name=Planet Lindblade
+name=planet Lindblade
texture=planets/lindblade
location=180 92 0
color=200 0 0