Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/ini/ships.ini51
-rw-r--r--base/ini/zones/ghant.ini4
-rw-r--r--base/ini/zones/karelia.ini3
-rw-r--r--base/textures/sky/sky09_back.pngbin0 -> 19000 bytes
-rw-r--r--base/textures/sky/sky09_down.pngbin0 -> 20571 bytes
-rw-r--r--base/textures/sky/sky09_front.pngbin0 -> 19745 bytes
-rw-r--r--base/textures/sky/sky09_left.pngbin0 -> 17822 bytes
-rw-r--r--base/textures/sky/sky09_right.pngbin0 -> 25055 bytes
-rw-r--r--base/textures/sky/sky09_up.pngbin0 -> 21865 bytes
9 files changed, 42 insertions, 16 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
index 8ca3da5..6a59460 100644
--- a/base/ini/ships.ini
+++ b/base/ini/ships.ini
@@ -1,4 +1,4 @@
-;
+; ;
; ships.ini
;
; global ship type definitions
@@ -72,6 +72,12 @@ jumpdrive=yes
price=95000
cargo=175
info=The unprecedented success of the Vector had stimulated the market for cheap transport vessels and prompted Micron Corporations to develop the larger Matrix, with an increased cargo hold at the cost of speed and maneuverability.
+; ship movement specifications
+mass = 50
+thrust = 3.7
+impulse = 20
+strafe = 0.5
+torque = 40
; ------------------------------------------------------------------ ;
; MERCENARY
@@ -81,27 +87,34 @@ info=The unprecedented success of the Vector had stimulated the market for cheap
label=pod
name=P.O.D.
model=maps/mercenary/pod
-acceleration=2.5
-maxspeed=3.6
-turnspeed=60
cargo=10
price=15000
info=The P.O.D. was originally designed as a racing vehicle, but the sturdy design placed it at a considerable weight disadvantage against its competitors. The ship fell out of grace on the race circuit, but was picked up by scouts and couriers in need for a small and fast vessel.
info=
info=Although only lightly armed, this fast and nimble ship is perfectly capable of evading most blockades.
+; ship movement specifications
+mass = 15
+thrust = 1.5
+impulse = 6
+strafe = 0.15
+torque = 11
+
[ship]
label=archer
name=Archer
model=maps/mercenary/archer
-acceleration=2.4
-maxspeed=3.7
-turnspeed=60
cargo=15
price=20000
info=The Archer was considered to be leap in technology by the Joint Miners Association, allowing for rapid exploration of mineral deposits. Featuring high maneuverability the Archer was capable of outrunning any threat, while having enough cargo-space to return with mineral samples.
info=
info=Unfortunately, the Archer was not equipped with adequately ranged sensors. As a result, it became vulnerable to pirate ambushes. The Joint Miners Association has been seeking to outplace the range since.
+; ship movement specifications
+mass=20
+thrust=1
+impulse=6
+strafe=0.15
+torque=3
[ship]
label=longbow
@@ -113,17 +126,26 @@ turnspeed=60
cargo=30
price=45000
info=The replacement for the Archer scout ship. After the first costly mistake, the Joint Miners Association decided to outsource development to a trusted third-party contractor. As a result, the flaws in the ship design were fixed.
+; ship movement specifications
+mass=35
+thrust=1
+impulse=6
+strafe=0.15
+torque=3
[ship]
label=talon
name=Talon
model=maps/mercenary/talon
-acceleration=2.6
-maxspeed=3.8
-turnspeed=55
cargo=10
price=22500
info=TODO
+; ship movement specifications
+mass=15
+thrust=1
+impulse=6
+strafe=0.15
+torque=3
[ship]
label=enforcer
@@ -144,14 +166,17 @@ info=TODO
label=custodian
name=Custodian
model=maps/colonial/custodian
-acceleration=0.6
-maxspeed=2.5
-turnspeed=20
jumpdrive=yes
dock=yes
cargo=2500
price=750000
info=The Custodian class battleship is the Independent Colonies most valued long-range fighter carrier. Equipped with a jumpdrive and a sizeable launch bay, this battleship is a force to be reckoned with.
+; ship movement specifications
+mass=100
+thrust=1
+impulse=6
+strafe=0.15
+torque=3
[ship]
label=sharkan
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini
index a56860c..049a9be 100644
--- a/base/ini/zones/ghant.ini
+++ b/base/ini/zones/ghant.ini
@@ -50,7 +50,7 @@ label=ghant
; [string] entity name
name=planet Ghant
; [x y x] entity location
-location=-256 -768 32
+location=-264 -768 32
; [r g b] entity primary color, values in the 0-1 range
color=0.82 0.50 .2
; [string] globe texture name
@@ -161,7 +161,7 @@ label=seymour
; [string] entity name
name=planet Seymour
; [x y x] entity location
-location=-128 1024 -32
+location=-128 1032 -32
; [r g b] entity color, values in the 0-1 range
color=1 .9 .5
; [string] globe texture name
diff --git a/base/ini/zones/karelia.ini b/base/ini/zones/karelia.ini
index c727d9c..fa0b3fa 100644
--- a/base/ini/zones/karelia.ini
+++ b/base/ini/zones/karelia.ini
@@ -5,7 +5,8 @@
[zone]
name=Karelia system
-
+sky=sky09
+
; ------------------------------------------------------------------
; ANARA JUMPPOINT
diff --git a/base/textures/sky/sky09_back.png b/base/textures/sky/sky09_back.png
new file mode 100644
index 0000000..6ac6c6d
--- /dev/null
+++ b/base/textures/sky/sky09_back.png
Binary files differ
diff --git a/base/textures/sky/sky09_down.png b/base/textures/sky/sky09_down.png
new file mode 100644
index 0000000..0b0ad86
--- /dev/null
+++ b/base/textures/sky/sky09_down.png
Binary files differ
diff --git a/base/textures/sky/sky09_front.png b/base/textures/sky/sky09_front.png
new file mode 100644
index 0000000..70130e8
--- /dev/null
+++ b/base/textures/sky/sky09_front.png
Binary files differ
diff --git a/base/textures/sky/sky09_left.png b/base/textures/sky/sky09_left.png
new file mode 100644
index 0000000..a464ee5
--- /dev/null
+++ b/base/textures/sky/sky09_left.png
Binary files differ
diff --git a/base/textures/sky/sky09_right.png b/base/textures/sky/sky09_right.png
new file mode 100644
index 0000000..e49f200
--- /dev/null
+++ b/base/textures/sky/sky09_right.png
Binary files differ
diff --git a/base/textures/sky/sky09_up.png b/base/textures/sky/sky09_up.png
new file mode 100644
index 0000000..5e65999
--- /dev/null
+++ b/base/textures/sky/sky09_up.png
Binary files differ