From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- parsec_root/client/planet.con | 6 + parsec_root/client/planet2.od2 | 3 + parsec_root/client/planet2.tga | 3 + parsec_root/client/readme.txt | 3 + parsec_root/server/_f1_2.con | 130 +++++++++++++++++ parsec_root/server/_f2_2.con | 134 ++++++++++++++++++ parsec_root/server/_f3_2.con | 124 ++++++++++++++++ parsec_root/server/_f4_2.con | 125 ++++++++++++++++ parsec_root/server/_f5_2.con | 130 +++++++++++++++++ parsec_root/server/_f6_2.con | 171 ++++++++++++++++++++++ parsec_root/server/_f7_2.con | 217 ++++++++++++++++++++++++++++ parsec_root/server/_f8_2.con | 234 ++++++++++++++++++++++++++++++ parsec_root/server/boot_sv.con | 305 ++++++++++++++++++++++++++++++++++++++++ parsec_root/server/em01_00a.od2 | 3 + parsec_root/server/extra1.odt | 3 + parsec_root/server/fi05_00a.od2 | 3 + parsec_root/server/fi06_00a.od2 | 3 + parsec_root/server/fi07_00a.od2 | 3 + parsec_root/server/fi08_00a.od2 | 3 + parsec_root/server/fighter1.od2 | 3 + parsec_root/server/fighter2.od2 | 3 + parsec_root/server/fighter3.od2 | 3 + parsec_root/server/fighter4.od2 | 3 + parsec_root/server/hc01_00a.od2 | 3 + parsec_root/server/hc01a00a.od2 | 3 + parsec_root/server/hc01b00a.od2 | 3 + parsec_root/server/hc01c00a.od2 | 3 + parsec_root/server/in01b00a.od2 | 3 + parsec_root/server/in01c00a.od2 | 3 + parsec_root/server/in01d00a.od2 | 3 + parsec_root/server/in01e00a.od2 | 3 + parsec_root/server/lc02_00a.od2 | 3 + parsec_root/server/lc02a00a.od2 | 3 + parsec_root/server/lc02b00a.od2 | 3 + parsec_root/server/lc03_00a.od2 | 3 + parsec_root/server/lc03a00a.od2 | 3 + parsec_root/server/lc03b00a.od2 | 3 + parsec_root/server/ld01_00a.od2 | 3 + parsec_root/server/ld01a00a.od2 | 3 + parsec_root/server/ld01b00a.od2 | 3 + parsec_root/server/ld01c00a.od2 | 3 + parsec_root/server/lgdev.od2 | 3 + parsec_root/server/lgdev_00.od2 | 3 + parsec_root/server/lgdev_01.od2 | 3 + parsec_root/server/lgdev_02.od2 | 3 + parsec_root/server/mi01_00a.od2 | 3 + parsec_root/server/mi01a00a.od2 | 3 + parsec_root/server/mpack.od2 | 3 + parsec_root/server/pc01_00a.od2 | 3 + parsec_root/server/pc01a00a.od2 | 3 + parsec_root/server/pc01b00a.od2 | 3 + parsec_root/server/pc01e00a.od2 | 3 + parsec_root/server/phaser1.bin | 3 + parsec_root/server/re01_00a.od2 | 3 + parsec_root/server/stargate.odt | 3 + parsec_root/server/telep4.od2 | 3 + 56 files changed, 1714 insertions(+) create mode 100755 parsec_root/client/planet.con create mode 100755 parsec_root/client/planet2.od2 create mode 100755 parsec_root/client/planet2.tga create mode 100755 parsec_root/client/readme.txt create mode 100755 parsec_root/server/_f1_2.con create mode 100755 parsec_root/server/_f2_2.con create mode 100755 parsec_root/server/_f3_2.con create mode 100755 parsec_root/server/_f4_2.con create mode 100755 parsec_root/server/_f5_2.con create mode 100755 parsec_root/server/_f6_2.con create mode 100755 parsec_root/server/_f7_2.con create mode 100755 parsec_root/server/_f8_2.con create mode 100755 parsec_root/server/boot_sv.con create mode 100755 parsec_root/server/em01_00a.od2 create mode 100755 parsec_root/server/extra1.odt create mode 100755 parsec_root/server/fi05_00a.od2 create mode 100755 parsec_root/server/fi06_00a.od2 create mode 100755 parsec_root/server/fi07_00a.od2 create mode 100755 parsec_root/server/fi08_00a.od2 create mode 100755 parsec_root/server/fighter1.od2 create mode 100755 parsec_root/server/fighter2.od2 create mode 100755 parsec_root/server/fighter3.od2 create mode 100755 parsec_root/server/fighter4.od2 create mode 100755 parsec_root/server/hc01_00a.od2 create mode 100755 parsec_root/server/hc01a00a.od2 create mode 100755 parsec_root/server/hc01b00a.od2 create mode 100755 parsec_root/server/hc01c00a.od2 create mode 100755 parsec_root/server/in01b00a.od2 create mode 100755 parsec_root/server/in01c00a.od2 create mode 100755 parsec_root/server/in01d00a.od2 create mode 100755 parsec_root/server/in01e00a.od2 create mode 100755 parsec_root/server/lc02_00a.od2 create mode 100755 parsec_root/server/lc02a00a.od2 create mode 100755 parsec_root/server/lc02b00a.od2 create mode 100755 parsec_root/server/lc03_00a.od2 create mode 100755 parsec_root/server/lc03a00a.od2 create mode 100755 parsec_root/server/lc03b00a.od2 create mode 100755 parsec_root/server/ld01_00a.od2 create mode 100755 parsec_root/server/ld01a00a.od2 create mode 100755 parsec_root/server/ld01b00a.od2 create mode 100755 parsec_root/server/ld01c00a.od2 create mode 100755 parsec_root/server/lgdev.od2 create mode 100755 parsec_root/server/lgdev_00.od2 create mode 100755 parsec_root/server/lgdev_01.od2 create mode 100755 parsec_root/server/lgdev_02.od2 create mode 100755 parsec_root/server/mi01_00a.od2 create mode 100755 parsec_root/server/mi01a00a.od2 create mode 100755 parsec_root/server/mpack.od2 create mode 100755 parsec_root/server/pc01_00a.od2 create mode 100755 parsec_root/server/pc01a00a.od2 create mode 100755 parsec_root/server/pc01b00a.od2 create mode 100755 parsec_root/server/pc01e00a.od2 create mode 100755 parsec_root/server/phaser1.bin create mode 100755 parsec_root/server/re01_00a.od2 create mode 100755 parsec_root/server/stargate.odt create mode 100755 parsec_root/server/telep4.od2 (limited to 'parsec_root') diff --git a/parsec_root/client/planet.con b/parsec_root/client/planet.con new file mode 100755 index 0000000..7a12baa --- /dev/null +++ b/parsec_root/client/planet.con @@ -0,0 +1,6 @@ +write loading planet test object + +load texture planet2.tga file planet2.tga + +load object planet2 file planet2.od2 type planet +summon class planet2 origin (0 0 0) diff --git a/parsec_root/client/planet2.od2 b/parsec_root/client/planet2.od2 new file mode 100755 index 0000000..16d650a --- /dev/null +++ b/parsec_root/client/planet2.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02a200bc0c98653bd01ecd6e6019cf4b5d0e3c80e2e7e69f7ea99fb823a90b0 +size 28052 diff --git a/parsec_root/client/planet2.tga b/parsec_root/client/planet2.tga new file mode 100755 index 0000000..2bb5c18 --- /dev/null +++ b/parsec_root/client/planet2.tga @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9c5aec669a7d894c60ef08f90712991589827ed1208e57c1f12912e6d7d0bb +size 2076428 diff --git a/parsec_root/client/readme.txt b/parsec_root/client/readme.txt new file mode 100755 index 0000000..b115ef0 --- /dev/null +++ b/parsec_root/client/readme.txt @@ -0,0 +1,3 @@ +To run OpenParsec, you will need a copy of the latest openparsec-assets +repository. You can find it via git from this link: +https://github.com/OpenParsec/openparsec-assets diff --git a/parsec_root/server/_f1_2.con b/parsec_root/server/_f1_2.con new file mode 100755 index 0000000..1faa41a --- /dev/null +++ b/parsec_root/server/_f1_2.con @@ -0,0 +1,130 @@ + +write loading firebird + +load texture ea_mat1.3df file ea_mat1.3df +load texture ea_mat2.3df file ea_mat2.3df +load texture ea_mat3.3df file ea_mat3.3df +load texture ea_mat5.3df file ea_mat5.3df +load texture ea_mat7.3df file ea_mat7.3df +load texture ea_mat11.3df file ea_mat11.3df +load texture ea_mat13.3df file ea_mat13.3df +load texture ea_mat14.3df file ea_mat14.3df +load texture mon_f1 file mon_f1.3df + +aux_enable_object_overloading 1 +load object (firebird) file fighter1.od2 +aux_enable_object_overloading 0 + +; should be before shipdesc commands +shipclass class (firebird) texture mon_f1 + +shipdesc class (firebird) caption firebird +shipdesc class (firebird) clear text +shipdesc class (firebird) text (the firebird is for speed junkies. ) +shipdesc class (firebird) text (its quad fusion engine makes it the fastest ship available. ) +shipdesc class (firebird) text (maneuverability and handling is also very good. ) +shipdesc class (firebird) text (the drawback however is the lack of available weapon space. ) +shipdesc class (firebird) text (firebird pilots should be careful with their weapons, otherwise they will have to use the ) +shipdesc class (firebird) text (incredible speed of the ship to flee their enemies. ) +shipdesc class (firebird) text (an advantage is the stable hull design, using a special patented alloy no other ship can offer, ) +shipdesc class (firebird) text (which makes the Firebird very resistant to hostile weapon impact.) + +propc (firebird).maxdamage 50 +propc (firebird).energy 400 +propc (firebird).maxenergy 850 +propc (firebird).weapons 257 +propc (firebird).maxspeed 66000 +propc (firebird).dumb 0 +propc (firebird).maxdumb 3 +propc (firebird).guide 0 +propc (firebird).maxguide 5 +propc (firebird).swarm 0 +propc (firebird).maxswarm 2 +propc (firebird).mines 0 +propc (firebird).maxmines 10 + +propc (firebird).laser1.x1 -0.4 +propc (firebird).laser1.x2 -0.05 +propc (firebird).laser1.x3 0.75 +propc (firebird).laser1.x4 1.1 +propc (firebird).laser1.y1 5.0 +propc (firebird).laser1.y2 5.0 +propc (firebird).laser1.y3 5.0 +propc (firebird).laser1.y4 5.0 +propc (firebird).laser1.z1 30.0 +propc (firebird).laser1.z2 30.0 +propc (firebird).laser1.z3 30.0 +propc (firebird).laser1.z4 30.0 + +propc (firebird).laser2.x1 -0.4 +propc (firebird).laser2.x2 -0.05 +propc (firebird).laser2.x3 0.75 +propc (firebird).laser2.x4 1.1 +propc (firebird).laser2.y1 5.0 +propc (firebird).laser2.y2 5.0 +propc (firebird).laser2.y3 5.0 +propc (firebird).laser2.y4 5.0 +propc (firebird).laser2.z1 30.0 +propc (firebird).laser2.z2 30.0 +propc (firebird).laser2.z3 30.0 +propc (firebird).laser2.z4 30.0 + +propc (firebird).laser3.x1 -1.4 +propc (firebird).laser3.x2 -1.05 +propc (firebird).laser3.x3 1.75 +propc (firebird).laser3.x4 2.1 +propc (firebird).laser3.y1 5.0 +propc (firebird).laser3.y2 5.0 +propc (firebird).laser3.y3 5.0 +propc (firebird).laser3.y4 5.0 +propc (firebird).laser3.z1 30.0 +propc (firebird).laser3.z2 30.0 +propc (firebird).laser3.z3 30.0 +propc (firebird).laser3.z4 30.0 + +propc (firebird).missile1.x1 -9.0 +propc (firebird).missile1.x2 -5.0 +propc (firebird).missile1.x3 5.0 +propc (firebird).missile1.x4 9.0 +propc (firebird).missile1.y1 3.0 +propc (firebird).missile1.y2 3.0 +propc (firebird).missile1.y3 3.0 +propc (firebird).missile1.y4 3.0 +propc (firebird).missile1.z1 18.0 +propc (firebird).missile1.z2 18.0 +propc (firebird).missile1.z3 18.0 +propc (firebird).missile1.z4 18.0 + +propc (firebird).missile2.x1 -6.0 +propc (firebird).missile2.x2 -2.0 +propc (firebird).missile2.x3 2.0 +propc (firebird).missile2.x4 6.0 +propc (firebird).missile2.y1 5.0 +propc (firebird).missile2.y2 5.0 +propc (firebird).missile2.y3 5.0 +propc (firebird).missile2.y4 5.0 +propc (firebird).missile2.z1 18.0 +propc (firebird).missile2.z2 18.0 +propc (firebird).missile2.z3 18.0 +propc (firebird).missile2.z4 18.0 + +propc (firebird).beam.x1 -5.0 +propc (firebird).beam.x4 5.0 +propc (firebird).beam.y 1.5 +propc (firebird).beam.z 4.0 + +propc (firebird).helix.x 0.0 +propc (firebird).helix.y 1.6 +propc (firebird).helix.z -7.0 + +propc (firebird).mine1.x 0.0 +propc (firebird).mine1.y 0.0 +;propc (firebird).mine1.z -35.0 + +;propc (firebird).spread.x1 0.0 +;propc (firebird).spread.y 0.0 +;propc (firebird).spread.z 0.0 + + +;eof + diff --git a/parsec_root/server/_f2_2.con b/parsec_root/server/_f2_2.con new file mode 100755 index 0000000..3b550c3 --- /dev/null +++ b/parsec_root/server/_f2_2.con @@ -0,0 +1,134 @@ + +write loading bluespire + +load texture f5_01.3df file f5_01.3df +load texture f5_02.3df file f5_02.3df +load texture f5_03.3df file f5_03.3df +load texture f5_04.3df file f5_04.3df +load texture f5_05.3df file f5_05.3df +load texture f5_06.3df file f5_06.3df +load texture f5_08.3df file f5_08.3df +load texture f5_09.3df file f5_09.3df +load texture f5_10.3df file f5_10.3df +load texture f5_11.3df file f5_11.3df +load texture f5_12.3df file f5_12.3df +load texture f5_13.3df file f5_13.3df +load texture f5_14.3df file f5_14.3df +load texture f5_15.3df file f5_15.3df +load texture f5_16.3df file f5_16.3df +load texture mon_f2 file mon_f2.3df + +aux_enable_object_overloading 1 +load object (bluespire) file fighter2.od2 normth 0.3 +aux_enable_object_overloading 0 + +; should be before shipdesc commands +shipclass class (bluespire) texture mon_f2 + +shipdesc class (bluespire) caption bluespire +shipdesc class (bluespire) clear text +shipdesc class (bluespire) text (the bluespire is a fighting fortress. ) +shipdesc class (bluespire) text (although it has a bit of a speed handicap, it is the ship of choice for paranoid spacecraft captains. ) +shipdesc class (bluespire) text (it can hold a massive amount of missiles, and has high-quality energy banks, yielding an incredible destructive force. ) +shipdesc class (bluespire) text (however its maneuverability is rather poor, which sometimes can make the ship hard to handle in a dogfight. ) +shipdesc class (bluespire) text (the lightning cannon was originally designed for this ship only, however soon after the bluespire was released, ) +shipdesc class (bluespire) text (all major spacecraft manufacturers have copied this weapon.) + +propc (bluespire).maxdamage 60 +propc (bluespire).energy 400 +propc (bluespire).maxenergy 750 +propc (bluespire).weapons 257 +propc (bluespire).maxspeed 60000 +propc (bluespire).dumb 0 +propc (bluespire).maxdumb 4 +propc (bluespire).guide 0 +propc (bluespire).maxguide 6 +propc (bluespire).swarm 0 +propc (bluespire).maxswarm 2 +propc (bluespire).mines 0 +propc (bluespire).maxmines 15 + +propc (bluespire).laser1.x1 -5.3 +propc (bluespire).laser1.x2 -5.0 +propc (bluespire).laser1.x3 5.0 +propc (bluespire).laser1.x4 5.3 +propc (bluespire).laser1.y1 1.0 +propc (bluespire).laser1.y2 1.0 +propc (bluespire).laser1.y3 1.0 +propc (bluespire).laser1.y4 1.0 +propc (bluespire).laser1.z1 55.0 +propc (bluespire).laser1.z2 55.0 +propc (bluespire).laser1.z3 55.0 +propc (bluespire).laser1.z4 55.0 + +propc (bluespire).laser2.x1 -5.3 +propc (bluespire).laser2.x2 -5.0 +propc (bluespire).laser2.x3 5.0 +propc (bluespire).laser2.x4 5.3 +propc (bluespire).laser2.y1 1.0 +propc (bluespire).laser2.y2 1.0 +propc (bluespire).laser2.y3 1.0 +propc (bluespire).laser2.y4 1.0 +propc (bluespire).laser2.z1 55.0 +propc (bluespire).laser2.z2 55.0 +propc (bluespire).laser2.z3 55.0 +propc (bluespire).laser2.z4 55.0 + +propc (bluespire).laser3.x1 -5.3 +propc (bluespire).laser3.x2 -5.0 +propc (bluespire).laser3.x3 5.0 +propc (bluespire).laser3.x4 5.3 +propc (bluespire).laser3.y1 1.0 +propc (bluespire).laser3.y2 1.0 +propc (bluespire).laser3.y3 1.0 +propc (bluespire).laser3.y4 1.0 +propc (bluespire).laser3.z1 55.0 +propc (bluespire).laser3.z2 55.0 +propc (bluespire).laser3.z3 55.0 +propc (bluespire).laser3.z4 55.0 + +propc (bluespire).missile1.x1 -16.0 +propc (bluespire).missile1.x2 -16.0 +propc (bluespire).missile1.x3 16.0 +propc (bluespire).missile1.x4 16.0 +propc (bluespire).missile1.y1 2.0 +propc (bluespire).missile1.y2 2.0 +propc (bluespire).missile1.y3 2.0 +propc (bluespire).missile1.y4 2.0 +propc (bluespire).missile1.z1 7.0 +propc (bluespire).missile1.z2 7.0 +propc (bluespire).missile1.z3 7.0 +propc (bluespire).missile1.z4 7.0 + +propc (bluespire).missile2.x1 -16.0 +propc (bluespire).missile2.x2 -16.0 +propc (bluespire).missile2.x3 16.0 +propc (bluespire).missile2.x4 16.0 +propc (bluespire).missile2.y1 2.0 +propc (bluespire).missile2.y2 2.0 +propc (bluespire).missile2.y3 2.0 +propc (bluespire).missile2.y4 2.0 +propc (bluespire).missile2.z1 7.0 +propc (bluespire).missile2.z2 7.0 +propc (bluespire).missile2.z3 7.0 +propc (bluespire).missile2.z4 7.0 + +propc (bluespire).beam.x1 -4.3 +propc (bluespire).beam.x4 4.3 +propc (bluespire).beam.y -1.3 +propc (bluespire).beam.z 7.0 + +propc (bluespire).helix.x 0.0 +propc (bluespire).helix.y 0.0 +propc (bluespire).helix.z 5.0 + +propc (bluespire).mine1.x 0.0 +propc (bluespire).mine1.y 0.0 +;propc (bluespire).mine1.z -35.0 + +;propc (bluespire).spread.x1 0.0 +;propc (bluespire).spread.y 0.0 +;propc (bluespire).spread.z 7.0 + +;eof + diff --git a/parsec_root/server/_f3_2.con b/parsec_root/server/_f3_2.con new file mode 100755 index 0000000..a094e2a --- /dev/null +++ b/parsec_root/server/_f3_2.con @@ -0,0 +1,124 @@ + +write loading cormoran + +load texture fi3_1n4.3df file fi3_1n4.3df +load texture fi3_2n.3df file fi3_2n.3df +load texture fi3_3.3df file fi3_3.3df +load texture fi3_4n.3df file fi3_4n.3df +load texture fi3_5n1.3df file fi3_5n1.3df +load texture fi3_6n.3df file fi3_6n.3df +load texture mon_f3 file mon_f3.3df + +aux_enable_object_overloading 1 +load object (cormoran) file fighter3.od2 +aux_enable_object_overloading 0 + +; should be before shipdesc commands +shipclass class (cormoran) texture mon_f3 + +shipdesc class (cormoran) caption cormoran +shipdesc class (cormoran) clear text +shipdesc class (cormoran) text (if you are looking for something special in a ship, the cormoran is probably for you. ) +shipdesc class (cormoran) text (its extraordinary design is unique in the field of spacecraft engineering, and over time it has become a very popular ship. ) +shipdesc class (cormoran) text (actually it is pretty hard to get one these days, except on the black market. featuring an outstanding asymmetric hull design, ) +shipdesc class (cormoran) text (the cormoran has the best possible maneuverability. ) +shipdesc class (cormoran) text (however, due to the off-center location of the cockpit, it is not recommended for first-time spacecraft pilots. ) + +propc (cormoran).maxdamage 70 +propc (cormoran).energy 400 +propc (cormoran).maxenergy 850 +propc (cormoran).weapons 257 +propc (cormoran).maxspeed 51000 +propc (cormoran).dumb 0 +propc (cormoran).maxdumb 8 +propc (cormoran).guide 0 +propc (cormoran).maxguide 8 +propc (cormoran).swarm 0 +propc (cormoran).maxswarm 2 +propc (cormoran).mines 0 +propc (cormoran).maxmines 15 + +propc (cormoran).laser1.x1 -0.3 +propc (cormoran).laser1.x2 -0.1 +propc (cormoran).laser1.x3 0.1 +propc (cormoran).laser1.x4 0.3 +propc (cormoran).laser1.y1 5.0 +propc (cormoran).laser1.y2 5.0 +propc (cormoran).laser1.y3 5.0 +propc (cormoran).laser1.y4 5.0 +propc (cormoran).laser1.z1 28.0 +propc (cormoran).laser1.z2 28.0 +propc (cormoran).laser1.z3 28.0 +propc (cormoran).laser1.z4 28.0 + +propc (cormoran).laser2.x1 -0.3 +propc (cormoran).laser2.x2 -0.1 +propc (cormoran).laser2.x3 0.1 +propc (cormoran).laser2.x4 0.3 +propc (cormoran).laser2.y1 5.0 +propc (cormoran).laser2.y2 5.0 +propc (cormoran).laser2.y3 5.0 +propc (cormoran).laser2.y4 5.0 +propc (cormoran).laser2.z1 28.0 +propc (cormoran).laser2.z2 28.0 +propc (cormoran).laser2.z3 28.0 +propc (cormoran).laser2.z4 28.0 + +propc (cormoran).laser3.x1 -0.3 +propc (cormoran).laser3.x2 -0.1 +propc (cormoran).laser3.x3 0.1 +propc (cormoran).laser3.x4 0.3 +propc (cormoran).laser3.y1 2.0 +propc (cormoran).laser3.y2 5.0 +propc (cormoran).laser3.y3 2.0 +propc (cormoran).laser3.y4 5.0 +propc (cormoran).laser3.z1 28.0 +propc (cormoran).laser3.z2 28.0 +propc (cormoran).laser3.z3 28.0 +propc (cormoran).laser3.z4 28.0 + +propc (cormoran).missile1.x1 4.0 +propc (cormoran).missile1.x2 14.0 +propc (cormoran).missile1.x3 19.0 +propc (cormoran).missile1.x4 9.0 +propc (cormoran).missile1.y1 -2.3 +propc (cormoran).missile1.y2 -2.3 +propc (cormoran).missile1.y3 -2.3 +propc (cormoran).missile1.y4 -2.3 +propc (cormoran).missile1.z1 15.0 +propc (cormoran).missile1.z2 15.0 +propc (cormoran).missile1.z3 15.0 +propc (cormoran).missile1.z4 15.0 + +propc (cormoran).missile2.x1 4.0 +propc (cormoran).missile2.x2 14.0 +propc (cormoran).missile2.x3 19.0 +propc (cormoran).missile2.x4 9.0 +propc (cormoran).missile2.y1 -2.3 +propc (cormoran).missile2.y2 -2.3 +propc (cormoran).missile2.y3 -2.3 +propc (cormoran).missile2.y4 -2.3 +propc (cormoran).missile2.z1 15.0 +propc (cormoran).missile2.z2 15.0 +propc (cormoran).missile2.z3 15.0 +propc (cormoran).missile2.z4 15.0 + +propc (cormoran).beam.x1 3.0 +propc (cormoran).beam.x4 40.0 +propc (cormoran).beam.y -2.3 +propc (cormoran).beam.z 2.0 + +propc (cormoran).mine1.x 0.0 +propc (cormoran).mine1.y 0.0 +;propc (cormoran).mine1.z -45.0 + +propc (cormoran).spread.x1 0.0 +propc (cormoran).spread.y 0.0 +propc (cormoran).spread.z 5.0 + +propc (cormoran).helix.x 0.0 +propc (cormoran).helix.y 0.0 +propc (cormoran).helix.z 5.0 + +;eof + diff --git a/parsec_root/server/_f4_2.con b/parsec_root/server/_f4_2.con new file mode 100755 index 0000000..42461c5 --- /dev/null +++ b/parsec_root/server/_f4_2.con @@ -0,0 +1,125 @@ + +write loading stingray + +load texture top_tex.3df file top_tex.3df +load texture bot_tex.3df file bot_tex.3df +load texture backmid.3df file backmid.3df +load texture inle1.3df file inle1.3df +load texture endlef.3df file endlef.3df +load texture mon_f4 file mon_f4.3df + +aux_enable_object_overloading 1 +load object (stingray) file fighter4.od2 type ship_2 +aux_enable_object_overloading 0 + +; should be before shipdesc commands +shipclass class (stingray) texture mon_f4 + +shipdesc class (stingray) caption stingray +shipdesc class (stingray) clear text +shipdesc class (stingray) text (meet the stingray, a space tank. although it's pretty old by now, it should not be underestimated. ) +shipdesc class (stingray) text (originally designed for military use, it primarily served as escort vessel for transport fleets. ) +shipdesc class (stingray) text (some time ago refurbished models of the stingray were made available to the public, ) +shipdesc class (stingray) text (sporting an attractive price/performance ratio. ) +shipdesc class (stingray) text (its flat hull is pretty hard to crack, and the engines give some decent speed. ) +shipdesc class (stingray) text (the interior design is somewhat lacking, but this is compensated for by the cool military look. ) + + +propc (stingray).maxdamage 50 +propc (stingray).energy 400 +propc (stingray).maxenergy 850 +propc (stingray).weapons 257 +propc (stingray).maxspeed 60000 +propc (stingray).dumb 0 +propc (stingray).maxdumb 4 +propc (stingray).guide 0 +propc (stingray).maxguide 5 +propc (stingray).swarm 0 +propc (stingray).maxswarm 2 +propc (stingray).mines 0 +propc (stingray).maxmines 10 + +propc (stingray).spread.x1 0.0 +propc (stingray).spread.y 0.0 +propc (stingray).spread.z 0.0 + +propc (stingray).helix.x 0.0 +propc (stingray).helix.y 0.0 +propc (stingray).helix.z 0.0 + +propc (stingray).laser1.x1 -10.0 +propc (stingray).laser1.x2 -10.2 +propc (stingray).laser1.x3 10.2 +propc (stingray).laser1.x4 10.0 +propc (stingray).laser1.y1 5.0 +propc (stingray).laser1.y2 5.0 +propc (stingray).laser1.y3 5.0 +propc (stingray).laser1.y4 5.0 +propc (stingray).laser1.z1 30.0 +propc (stingray).laser1.z2 30.0 +propc (stingray).laser1.z3 30.0 +propc (stingray).laser1.z4 30.0 + +propc (stingray).laser2.x1 -10.0 +propc (stingray).laser2.x2 -10.2 +propc (stingray).laser2.x3 10.2 +propc (stingray).laser2.x4 10.0 +propc (stingray).laser2.y1 5.0 +propc (stingray).laser2.y2 5.0 +propc (stingray).laser2.y3 5.0 +propc (stingray).laser2.y4 5.0 +propc (stingray).laser2.z1 30.0 +propc (stingray).laser2.z2 30.0 +propc (stingray).laser2.z3 30.0 +propc (stingray).laser2.z4 30.0 + +propc (stingray).laser3.x1 -10.0 +propc (stingray).laser3.x2 -10.2 +propc (stingray).laser3.x3 10.2 +propc (stingray).laser3.x4 10.0 +propc (stingray).laser3.y1 5.0 +propc (stingray).laser3.y2 5.0 +propc (stingray).laser3.y3 5.0 +propc (stingray).laser3.y4 5.0 +propc (stingray).laser3.z1 30.0 +propc (stingray).laser3.z2 30.0 +propc (stingray).laser3.z3 30.0 +propc (stingray).laser3.z4 30.0 + +propc (stingray).missile1.x1 16.0 +propc (stingray).missile1.x2 19.0 +propc (stingray).missile1.x3 -19.0 +propc (stingray).missile1.x4 -16.0 +propc (stingray).missile1.y1 0.0 +propc (stingray).missile1.y2 0.0 +propc (stingray).missile1.y3 0.0 +propc (stingray).missile1.y4 0.0 +propc (stingray).missile1.z1 0.0 +propc (stingray).missile1.z2 0.0 +propc (stingray).missile1.z3 0.0 +propc (stingray).missile1.z4 0.0 + +propc (stingray).missile2.x1 16.0 +propc (stingray).missile2.x2 19.0 +propc (stingray).missile2.x3 -19.0 +propc (stingray).missile2.x4 -16.0 +propc (stingray).missile2.y1 4.0 +propc (stingray).missile2.y2 4.0 +propc (stingray).missile2.y3 4.0 +propc (stingray).missile2.y4 4.0 +propc (stingray).missile2.z1 0.0 +propc (stingray).missile2.z2 0.0 +propc (stingray).missile2.z3 0.0 +propc (stingray).missile2.z4 0.0 + +propc (stingray).mine1.x 0.0 +propc (stingray).mine1.y 0.0 +;propc (stingray).mine1.z -35.0 + +propc (stingray).beam.x1 10.0 +propc (stingray).beam.x4 -10.0 +propc (stingray).beam.y 1.0 +propc (stingray).beam.z 16.0 + +;eof + diff --git a/parsec_root/server/_f5_2.con b/parsec_root/server/_f5_2.con new file mode 100755 index 0000000..694dfd1 --- /dev/null +++ b/parsec_root/server/_f5_2.con @@ -0,0 +1,130 @@ + +write loading claymore + +load texture fi5_top2.3df file fi5_top2.3df +load texture fi5_bot.3df file fi5_bot.3df +load texture fi5_blue.3df file fi5_blue.3df +load texture fi5_caps.3df file fi5_caps.3df +load texture mon_f5 file mon_f5.3df + +;load object (claymore) file (fi05a00a.od2 fi05_00a.od2) normth 0.2 lodmag (350) lodmin (400) type ship_2 +aux_enable_object_overloading 1 +load object (claymore) file (fi05_00a.od2) normth 0.2 type ship_2 +aux_enable_object_overloading 0 + +;shader.set class claymore lod -1 shader iter_texonly texture fi5_blue.3df +shader.set class claymore shader iter_texonly texture fi5_blue.3df + +; should be before shipdesc commands +shipclass class (claymore) +shipclass class (claymore) texture mon_f5 + +shipdesc class (claymore) caption claymore +shipdesc class (claymore) clear text +shipdesc class (claymore) text (the claymore is a very versatile ship. ) +shipdesc class (claymore) text (incredibly low weight, streamlined hull, and two powerful thrust engines make it suitable for a wide range of pilots. ) +shipdesc class (claymore) text (except for those that like to have that extra missile loaded in case of emergency. ) +shipdesc class (claymore) text (there's not much space in a claymore, but it is extra thin. ) +shipdesc class (claymore) text (the first draft of this ship had extra wing extensions on the left and right, which were removed at a later design stage. ) +shipdesc class (claymore) text (the reasons for this decision are unknown, but it is rumored that some prototypes that were built had proven to be extremely unstable. ) + + +propc (claymore).maxdamage 50 +propc (claymore).energy 400 +propc (claymore).maxenergy 850 +propc (claymore).weapons 257 +propc (claymore).maxspeed 60000 +propc (claymore).dumb 0 +propc (claymore).maxdumb 4 +propc (claymore).guide 0 +propc (claymore).maxguide 5 +propc (claymore).swarm 0 +propc (claymore).maxswarm 2 +propc (claymore).mines 0 +propc (claymore).maxmines 10 + +propc (claymore).spread.x1 11.0 +propc (claymore).spread.x4 -11.0 +propc (claymore).spread.y 0.0 +propc (claymore).spread.z 0.0 + +propc (claymore).helix.x 0.0 +propc (claymore).helix.y 0.0 +propc (claymore).helix.z -20.0 + +propc (claymore).laser1.x1 -11.0 +propc (claymore).laser1.x2 -11.2 +propc (claymore).laser1.x3 11.2 +propc (claymore).laser1.x4 11.0 +propc (claymore).laser1.y1 5.0 +propc (claymore).laser1.y2 5.0 +propc (claymore).laser1.y3 5.0 +propc (claymore).laser1.y4 5.0 +propc (claymore).laser1.z1 30.0 +propc (claymore).laser1.z2 30.0 +propc (claymore).laser1.z3 30.0 +propc (claymore).laser1.z4 30.0 + +propc (claymore).laser2.x1 -11.0 +propc (claymore).laser2.x2 -11.2 +propc (claymore).laser2.x3 11.2 +propc (claymore).laser2.x4 11.0 +propc (claymore).laser2.y1 5.0 +propc (claymore).laser2.y2 5.0 +propc (claymore).laser2.y3 5.0 +propc (claymore).laser2.y4 5.0 +propc (claymore).laser2.z1 30.0 +propc (claymore).laser2.z2 30.0 +propc (claymore).laser2.z3 30.0 +propc (claymore).laser2.z4 30.0 + +propc (claymore).laser3.x1 -11.0 +propc (claymore).laser3.x2 -11.2 +propc (claymore).laser3.x3 11.2 +propc (claymore).laser3.x4 11.0 +propc (claymore).laser3.y1 5.0 +propc (claymore).laser3.y2 5.0 +propc (claymore).laser3.y3 5.0 +propc (claymore).laser3.y4 5.0 +propc (claymore).laser3.z1 30.0 +propc (claymore).laser3.z2 30.0 +propc (claymore).laser3.z3 30.0 +propc (claymore).laser3.z4 30.0 + +propc (claymore).missile1.x1 11.0 +propc (claymore).missile1.x2 11.0 +propc (claymore).missile1.x3 -11.0 +propc (claymore).missile1.x4 -11.0 +propc (claymore).missile1.y1 0.0 +propc (claymore).missile1.y2 0.0 +propc (claymore).missile1.y3 0.0 +propc (claymore).missile1.y4 0.0 +propc (claymore).missile1.z1 0.0 +propc (claymore).missile1.z2 0.0 +propc (claymore).missile1.z3 0.0 +propc (claymore).missile1.z4 0.0 + +propc (claymore).missile2.x1 11.0 +propc (claymore).missile2.x2 11.0 +propc (claymore).missile2.x3 -11.0 +propc (claymore).missile2.x4 -11.0 +propc (claymore).missile2.y1 0.0 +propc (claymore).missile2.y2 0.0 +propc (claymore).missile2.y3 0.0 +propc (claymore).missile2.y4 0.0 +propc (claymore).missile2.z1 0.0 +propc (claymore).missile2.z2 0.0 +propc (claymore).missile2.z3 0.0 +propc (claymore).missile2.z4 0.0 + +propc (claymore).mine1.x 0.0 +propc (claymore).mine1.y 0.0 +;propc (claymore).mine1.z -35.0 + +propc (claymore).beam.x1 11.0 +propc (claymore).beam.x4 -11.0 +propc (claymore).beam.y 0.0 +propc (claymore).beam.z 10.0 + +;eof + diff --git a/parsec_root/server/_f6_2.con b/parsec_root/server/_f6_2.con new file mode 100755 index 0000000..83b08be --- /dev/null +++ b/parsec_root/server/_f6_2.con @@ -0,0 +1,171 @@ + +write loading hurricane + +;load texture fi06_01a.3df file fi06_01a.3df +;load texture fi06_02a.3df file fi06_02a.3df +;load texture fi06_03a.3df file fi06_03a.3df +;load texture fi06_04a.3df file fi06_04a.3df +;load texture fi06_05a.3df file fi06_05a.3df +load texture fi06_06a.3df file fi06_06a.3df +;load texture fi06_07a.3df file fi06_07a.3df +;load texture fi06_08a.3df file fi06_08a.3df +;load texture fi06_09a.3df file fi06_09a.3df +;load texture fi06_10a.3df file fi06_10a.3df +;load texture fi06_11a.3df file fi06_11a.3df +;load texture fi06_12a.3df file fi06_12a.3df +;load texture fi06_13a.3df file fi06_13a.3df +;load texture fi06_14a.3df file fi06_14a.3df +;load texture fi06_15a.3df file fi06_15a.3df +;load texture fi06_16a.3df file fi06_16a.3df +;load texture fi06_17a.3df file fi06_17a.3df +;load texture fi06_18a.3df file fi06_18a.3df +load texture fi06_01a.3df file fi06_01a.jpg format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress ) +load texture fi06_02a.3df file fi06_02a.jpg format (map_width 64 map_height 64 texfmt_gr rgb565 flags compress ) +load texture fi06_03a.3df file fi06_03a.jpg format (map_width 64 map_height 32 texfmt_gr rgb565 flags compress ) +load texture fi06_04a.3df file fi06_04a.jpg format (map_width 16 map_height 32 texfmt_gr rgb565 flags compress ) +load texture fi06_05a.3df file fi06_05a.jpg format (map_width 64 map_height 32 texfmt_gr rgb565 flags compress ) +;load texture fi06_06a.3df file fi06_06a.jpg format (map_width 32 map_height 64 texfmt_gr rgb565 flags compress ) +load texture fi06_07a.3df file fi06_07a.jpg format (map_width 64 map_height 32 texfmt_gr rgb565 flags compress ) +load texture fi06_08a.3df file fi06_08a.jpg format (map_width 128 map_height 128 texfmt_gr rgb565 flags compress ) +load texture fi06_09a.3df file fi06_09a.jpg format (map_width 64 map_height 128 texfmt_gr rgb565 flags compress ) +load texture fi06_10a.3df file fi06_10a.jpg format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress ) +load texture fi06_11a.3df file fi06_11a.jpg format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress ) +load texture fi06_12a.3df file fi06_12a.jpg format (map_width 16 map_height 16 texfmt_gr rgb565 flags compress ) +load texture fi06_13a.3df file fi06_13a.jpg format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress ) +load texture fi06_14a.3df file fi06_14a.jpg format (map_width 64 map_height 32 texfmt_gr rgb565 flags compress ) +load texture fi06_15a.3df file fi06_15a.jpg format (map_width 16 map_height 32 texfmt_gr rgb565 flags compress ) +load texture fi06_16a.3df file fi06_16a.jpg format (map_width 16 map_height 16 texfmt_gr rgb565 flags compress ) +load texture fi06_17a.3df file fi06_17a.jpg format (map_width 128 map_height 128 texfmt_gr rgb565 flags compress ) +load texture fi06_18a.3df file fi06_18a.tga format (map_width 128 map_height 128 texfmt_gr argb4444 flags compress ) +;load texture fi06_20a.3df file fi06_20a.jpg format (map_width 64 map_height 64 texfmt_gr rgb565 flags compress ) +load texture mon_f6 file mon_f6.3df + +aux_enable_object_overloading 1 +load object (hurricane) file fi06_00a.od2 type ship_2 flags (v_anims p_wedges w_normals w_lighted) +aux_enable_object_overloading 0 + +; solar panels +shader.set class hurricane shader (iter_texrgba iter_alphablend flag_nobackcull flag_draw_last flag_back_first) texture fi06_18a.3df + +; front up-down double-faces +shader.set class hurricane shader (iter_texrgb flag_nobackcull) faceid (374-377) +; front left-right double-faces +shader.set class hurricane shader (iter_texrgb flag_nobackcull) faceid (346-353) + +; back up-down double-faces +shader.set class hurricane shader (iter_texrgb flag_nobackcull) faceid (311 314-316) +; back left-right double-faces +shader.set class hurricane shader (iter_texrgb flag_nobackcull) faceid (273 278-280) + +; should be before shipdesc commands +shipclass class (hurricane) +shipclass class (hurricane) texture mon_f6 + +shipdesc class (hurricane) caption hurricane +shipdesc class (hurricane) clear text +shipdesc class (hurricane) text (beware of the hurricane. ) +shipdesc class (hurricane) text (it allows you to blast your enemies away with a twist. ) +shipdesc class (hurricane) text (its unique rotating solar panel is used to automatically refill the energy banks ) +shipdesc class (hurricane) text (of the ship. the hurricane was primarily used as a long-range scout ship, and has the option ) +shipdesc class (hurricane) text (of being equipped with a special cloaking device, although the use of such a device is highly illegal. ) +shipdesc class (hurricane) text (speed is mediocre at least, but this ship can take quite some damage without too much trouble. ) + +propc (hurricane).maxdamage 50 +propc (hurricane).energy 400 +propc (hurricane).maxenergy 850 +propc (hurricane).weapons 257 +propc (hurricane).maxspeed 60000 +propc (hurricane).dumb 0 +propc (hurricane).maxdumb 4 +propc (hurricane).guide 0 +propc (hurricane).maxguide 5 +propc (hurricane).swarm 0 +propc (hurricane).maxswarm 2 +propc (hurricane).mines 0 +propc (hurricane).maxmines 10 + +propc (hurricane).spread.x1 11.0 +propc (hurricane).spread.x4 -11.0 +propc (hurricane).spread.y 0.0 +propc (hurricane).spread.z 0.0 + +propc (hurricane).helix.x 0.0 +propc (hurricane).helix.y 0.0 +propc (hurricane).helix.z -20.0 + +propc (hurricane).laser1.x1 -1.0 +propc (hurricane).laser1.x2 -1.0 +propc (hurricane).laser1.x3 1.0 +propc (hurricane).laser1.x4 1.0 +propc (hurricane).laser1.y1 3.0 +propc (hurricane).laser1.y2 3.0 +propc (hurricane).laser1.y3 3.0 +propc (hurricane).laser1.y4 3.0 +propc (hurricane).laser1.z1 25.0 +propc (hurricane).laser1.z2 25.0 +propc (hurricane).laser1.z3 25.0 +propc (hurricane).laser1.z4 25.0 + +propc (hurricane).laser2.x1 -1.0 +propc (hurricane).laser2.x2 -1.0 +propc (hurricane).laser2.x3 1.0 +propc (hurricane).laser2.x4 1.0 +propc (hurricane).laser2.y1 3.0 +propc (hurricane).laser2.y2 3.0 +propc (hurricane).laser2.y3 3.0 +propc (hurricane).laser2.y4 3.0 +propc (hurricane).laser2.z1 25.0 +propc (hurricane).laser2.z2 25.0 +propc (hurricane).laser2.z3 25.0 +propc (hurricane).laser2.z4 25.0 + +propc (hurricane).laser3.x1 -1.0 +propc (hurricane).laser3.x2 -1.0 +propc (hurricane).laser3.x3 1.0 +propc (hurricane).laser3.x4 1.0 +propc (hurricane).laser3.y1 3.0 +propc (hurricane).laser3.y2 3.0 +propc (hurricane).laser3.y3 3.0 +propc (hurricane).laser3.y4 3.0 +propc (hurricane).laser3.z1 25.0 +propc (hurricane).laser3.z2 25.0 +propc (hurricane).laser3.z3 25.0 +propc (hurricane).laser3.z4 25.0 + +propc (hurricane).missile1.x1 11.0 +propc (hurricane).missile1.x2 11.0 +propc (hurricane).missile1.x3 -11.0 +propc (hurricane).missile1.x4 -11.0 +propc (hurricane).missile1.y1 0.0 +propc (hurricane).missile1.y2 0.0 +propc (hurricane).missile1.y3 0.0 +propc (hurricane).missile1.y4 0.0 +propc (hurricane).missile1.z1 0.0 +propc (hurricane).missile1.z2 0.0 +propc (hurricane).missile1.z3 0.0 +propc (hurricane).missile1.z4 0.0 + +propc (hurricane).missile2.x1 11.0 +propc (hurricane).missile2.x2 11.0 +propc (hurricane).missile2.x3 -11.0 +propc (hurricane).missile2.x4 -11.0 +propc (hurricane).missile2.y1 0.0 +propc (hurricane).missile2.y2 0.0 +propc (hurricane).missile2.y3 0.0 +propc (hurricane).missile2.y4 0.0 +propc (hurricane).missile2.z1 0.0 +propc (hurricane).missile2.z2 0.0 +propc (hurricane).missile2.z3 0.0 +propc (hurricane).missile2.z4 0.0 + +propc (hurricane).mine1.x 0.0 +propc (hurricane).mine1.y 0.0 +;propc (hurricane).mine1.z -35.0 + +propc (hurricane).beam.x1 6.0 +propc (hurricane).beam.x4 -6.0 +propc (hurricane).beam.y -1.0 +propc (hurricane).beam.z 10.0 + +;eof + diff --git a/parsec_root/server/_f7_2.con b/parsec_root/server/_f7_2.con new file mode 100755 index 0000000..cf30453 --- /dev/null +++ b/parsec_root/server/_f7_2.con @@ -0,0 +1,217 @@ + +write loading assassin + +;load texture fi07_01a.3df file fi07_01a.3df +;load texture fi07_02a.3df file fi07_02a.3df +;load texture fi07_03a.3df file fi07_03a.3df +;load texture fi07_04a.3df file fi07_04a.3df +;load texture fi07_05a.3df file fi07_05a.3df +;load texture fi07_06a.3df file fi07_06a.3df +;load texture fi07_07a.3df file fi07_07a.3df +;load texture fi07_08a.3df file fi07_08a.3df +;load texture fi07_09a.3df file fi07_09a.3df +;load texture fi07_01a.3df file fi07_01a.tga format (map_width 128 map_height 128 texfmt_gr rgb565 flags compress) +;load texture fi07_02a.3df file fi07_02a.tga format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +;load texture fi07_03a.3df file fi07_03a.tga format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress) +;load texture fi07_04a.3df file fi07_04a.tga format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +;load texture fi07_05a.3df file fi07_05a.tga format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +;load texture fi07_06a.3df file fi07_06a.tga format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +;load texture fi07_07a.3df file fi07_07a.tga format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +;load texture fi07_08a.3df file fi07_08a.tga format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +;load texture fi07_09a.3df file fi07_09a.tga format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress) +load texture fi07_01a.3df file fi07_01a.jpg format (map_width 128 map_height 128 texfmt_gr rgb565 flags compress) +load texture fi07_02a.3df file fi07_02a.jpg format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +load texture fi07_03a.3df file fi07_03a.jpg format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress) +load texture fi07_04a.3df file fi07_04a.jpg format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +load texture fi07_05a.3df file fi07_05a.jpg format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +load texture fi07_06a.3df file fi07_06a.jpg format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +load texture fi07_07a.3df file fi07_07a.jpg format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +load texture fi07_08a.3df file fi07_08a.jpg format (map_width 256 map_height 32 texfmt_gr rgb565 flags compress) +load texture fi07_09a.3df file fi07_09a.jpg format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress) +load texture mon_f7 file mon_f7.3df + +aux_enable_object_overloading 1 +load object (assassin) type ship_1 file fi07_00a.od2 +aux_enable_object_overloading 0 + +; should be before shipdesc commands +shipclass class (assassin) texture mon_f7 +shipclass class (assassin) + +shipdesc class (assassin) caption assassin +shipdesc class (assassin) clear text +shipdesc class (assassin) text (the ship that has by now come to be known as the assassin has apparently already been on active duty for a long time. ) +shipdesc class (assassin) text (developed by some ominous military agency, unconfirmed reports state that its main purpose was to take out specific targets without being noticed at all. ) +shipdesc class (assassin) text (it seems to have played a key role in several armed conflicts over at least a decade. ) +shipdesc class (assassin) text (by now, assassin sightings are reported at increasing frequency. ) +shipdesc class (assassin) text (this could be due to the fact that nowadays some brigands have been able to acquire this sophisticated craft, but are not familiar enough with its stealth technology.) + +propc (assassin).maxdamage 50 +propc (assassin).energy 400 +propc (assassin).maxenergy 850 +propc (assassin).weapons 257 +propc (assassin).maxspeed 51200 +propc (assassin).dumb 0 +propc (assassin).maxdumb 3 +propc (assassin).guide 0 +propc (assassin).maxguide 5 +propc (assassin).mines 0 +propc (assassin).maxmines 10 + +propc (assassin).laser1.x1 -0.8 +propc (assassin).laser1.x2 -0.8 +propc (assassin).laser1.x3 0.8 +propc (assassin).laser1.x4 0.8 +propc (assassin).laser1.y1 5.0 +propc (assassin).laser1.y2 5.0 +propc (assassin).laser1.y3 5.0 +propc (assassin).laser1.y4 5.0 +propc (assassin).laser1.z1 30.0 +propc (assassin).laser1.z2 30.0 +propc (assassin).laser1.z3 30.0 +propc (assassin).laser1.z4 30.0 + +propc (assassin).missile1.x1 -9.0 +propc (assassin).missile1.x2 -9.0 +propc (assassin).missile1.x3 9.0 +propc (assassin).missile1.x4 9.0 +propc (assassin).missile1.y1 3.0 +propc (assassin).missile1.y2 3.0 +propc (assassin).missile1.y3 3.0 +propc (assassin).missile1.y4 3.0 +propc (assassin).missile1.z1 18.0 +propc (assassin).missile1.z2 18.0 +propc (assassin).missile1.z3 18.0 +propc (assassin).missile1.z4 18.0 + +propc (assassin).missile2.x1 -9.0 +propc (assassin).missile2.x2 -9.0 +propc (assassin).missile2.x3 9.0 +propc (assassin).missile2.x4 9.0 +propc (assassin).missile2.y1 3.0 +propc (assassin).missile2.y2 3.0 +propc (assassin).missile2.y3 3.0 +propc (assassin).missile2.y4 3.0 +propc (assassin).missile2.z1 18.0 +propc (assassin).missile2.z2 18.0 +propc (assassin).missile2.z3 18.0 +propc (assassin).missile2.z4 18.0 + +propc (assassin).beam.x1 -4.5 +propc (assassin).beam.x4 4.5 +propc (assassin).beam.y 1.5 +propc (assassin).beam.z 4.0 + +propc (assassin).helix.x 0.0 +propc (assassin).helix.y 1.6 +propc (assassin).helix.z -7.0 + +propc (assassin).mine1.x 0.0 +propc (assassin).mine1.y 0.0 +;propc (assassin).mine1.z -35.0 + +;propc (assassin).spread.x1 0.0 +;propc (assassin).spread.y 0.0 +;propc (assassin).spread.z 0.0 + +classpart class (assassin) cmd reset trafo (0 0 0) + +classpart class (assassin) pdef (thrust1) pos ( -3.4 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -2.55 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -1.7 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -0.85 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 0.0 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 0.85 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 1.7 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 2.55 -1.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 3.4 -1.4 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( 3.4 -0.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 3.4 0.2 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 3.4 1.0 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 3.4 1.8 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( 3.4 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 2.55 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 1.7 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 0.85 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 0.0 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -0.85 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -1.7 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -2.55 2.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -3.4 2.6 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( -3.4 1.8 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -3.4 1.0 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -3.4 0.2 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -3.4 -0.6 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( 9.1 -0.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 9.72 -0.5 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 10.34 -0.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 10.96 -0.3 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 11.58 -0.2 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 12.2 -0.1 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( 12.06 0.68 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 11.92 1.46 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 11.78 2.24 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 11.64 3.02 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( 11.5 3.8 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 10.88 3.7 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 10.26 3.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 9.64 3.5 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 9.02 3.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 8.4 3.3 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( 8.54 2.52 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 8.68 1.74 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 8.82 0.96 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( 8.96 0.18 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( -9.1 -0.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -9.72 -0.5 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -10.34 -0.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -10.96 -0.3 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -11.58 -0.2 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -12.2 -0.1 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( -12.06 0.68 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -11.92 1.46 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -11.78 2.24 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -11.64 3.02 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( -11.5 3.8 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -10.88 3.7 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -10.26 3.6 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -9.64 3.5 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -9.02 3.4 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -8.4 3.3 -47.0 ) size 14.8 render thrust + +classpart class (assassin) pdef (thrust1) pos ( -8.54 2.52 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -8.68 1.74 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -8.82 0.96 -47.0 ) size 14.8 render thrust +classpart class (assassin) pdef (thrust1) pos ( -8.96 0.18 -47.0 ) size 14.8 render thrust + +classiter class (assassin) cmd reset trafo (0 0 0) + +classiter class (assassin) apex (0) prim tri vtxs ( -9.1 -0.6 -47.0 -10.3 1.6 -47.0 -12.2 -0.1 -47.0 ) +classiter class (assassin) apex (0) prim tri vtxs ( -12.1 -0.1 -47.0 -10.3 1.6 -47.0 -11.5 3.8 -47.0 ) +classiter class (assassin) apex (0) prim tri vtxs ( -11.5 3.8 -47.0 -10.3 1.6 -47.0 -8.4 3.3 -47.0 ) +classiter class (assassin) apex (0) prim tri vtxs ( -8.4 3.4 -47.0 -10.3 1.6 -47.0 -9.1 -0.6 -47.0 ) + +classiter class (assassin) apex (1) prim tri vtxs ( 9.1 -0.6 -47.0 10.3 1.6 -47.0 12.2 -0.1 -47.0 ) +classiter class (assassin) apex (1) prim tri vtxs ( 12.1 -0.1 -47.0 10.3 1.6 -47.0 11.5 3.8 -47.0 ) +classiter class (assassin) apex (1) prim tri vtxs ( 11.5 3.8 -47.0 10.3 1.6 -47.0 8.4 3.3 -47.0 ) +classiter class (assassin) apex (1) prim tri vtxs ( 8.4 3.4 -47.0 10.3 1.6 -47.0 9.1 -0.6 -47.0 ) + +classiter class (assassin) apex (2) prim quad vtxs ( -3.4 -1.4 -47.0 -2.4 0.6 -47.0 2.4 0.6 -47.0 3.4 -1.4 -47.0 ) + +classiter class (assassin) apex (2) prim tri vtxs ( 3.4 -1.4 -47.0 2.4 0.6 -47.0 3.4 2.6 -47.0 ) +classiter class (assassin) apex (2) prim tri vtxs ( -3.4 -1.4 -47.0 -2.4 0.6 -47.0 -3.4 2.6 -47.0 ) + +classiter class (assassin) apex (2) prim quad vtxs ( -3.4 2.6 -47.0 -2.4 0.6 -47.0 2.4 0.6 -47.0 3.4 2.6 -47.0 ) + +;eof + diff --git a/parsec_root/server/_f8_2.con b/parsec_root/server/_f8_2.con new file mode 100755 index 0000000..863d046 --- /dev/null +++ b/parsec_root/server/_f8_2.con @@ -0,0 +1,234 @@ + +write loading silverhawk + +;load texture fi08_01a.3df file fi08_01a.3df +;load texture fi08_02a.3df file fi08_02a.3df +;load texture fi08_03a.3df file fi08_03a.3df +;load texture fi08_04a.3df file fi08_04a.3df + +;load texture fi08_01a.3df file fi08_01a.tga format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +;load texture fi08_02a.3df file fi08_02a.tga format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +;load texture fi08_03a.3df file fi08_03a.tga format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress) +;load texture fi08_04a.3df file fi08_04a.tga format (map_width 256 map_height 64 texfmt_gr rgb565 flags compress) +load texture fi08_01a.3df file fi08_01a.jpg format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +load texture fi08_02a.3df file fi08_02a.jpg format (map_width 128 map_height 256 texfmt_gr rgb565 flags compress) +load texture fi08_03a.3df file fi08_03a.jpg format (map_width 128 map_height 64 texfmt_gr rgb565 flags compress) +load texture fi08_04a.3df file fi08_04a.jpg format (map_width 256 map_height 64 texfmt_gr rgb565 flags compress) +load texture mon_f8 file mon_f8.3df + +aux_enable_object_overloading 1 +load object (silverhawk) type ship_1 file fi08_00a.od2 normth 0.8 +aux_enable_object_overloading 0 + +; should be before shipdesc commands +shipclass class (silverhawk) texture mon_f8 +shipclass class (silverhawk) + +shipdesc class (silverhawk) caption silverhawk +shipdesc class (silverhawk) clear text +shipdesc class (silverhawk) text (the first silverhawk has only been spotted in the parsec universe very recently. ) +shipdesc class (silverhawk) text (the rumor mill asserts that it must have been in secret development for quite some time. however, its manufacturer and detailed specs are unknown. ) +shipdesc class (silverhawk) text (due to its five propulsion drives it is rumored to be even a bit faster than the firebird, ) +shipdesc class (silverhawk) text (but no unbiased information is available at this time. in any case, this rumor and its looks have rapidly led to it becoming the most desired spacecraft for daring pilots and cut-throats. ) +shipdesc class (silverhawk) text (it is also rumored to feature something called a gpu, a general plasma unit. what this actually refers to is still up to wild speculation, though.) + + +propc (silverhawk).maxdamage 50 +propc (silverhawk).energy 400 +propc (silverhawk).maxenergy 850 +propc (silverhawk).weapons 257 +propc (silverhawk).maxspeed 68000 +propc (silverhawk).dumb 0 +propc (silverhawk).maxdumb 3 +propc (silverhawk).guide 0 +propc (silverhawk).maxguide 5 +propc (silverhawk).mines 0 +propc (silverhawk).maxmines 10 + +propc (silverhawk).laser1.x1 -0.4 +propc (silverhawk).laser1.x2 -0.05 +propc (silverhawk).laser1.x3 0.75 +propc (silverhawk).laser1.x4 1.1 +propc (silverhawk).laser1.y1 3.0 +propc (silverhawk).laser1.y2 3.0 +propc (silverhawk).laser1.y3 3.0 +propc (silverhawk).laser1.y4 3.0 +propc (silverhawk).laser1.z1 50.0 +propc (silverhawk).laser1.z2 50.0 +propc (silverhawk).laser1.z3 50.0 +propc (silverhawk).laser1.z4 50.0 + +propc (silverhawk).missile1.x1 -8.0 +propc (silverhawk).missile1.x2 8.0 +propc (silverhawk).missile1.x3 16.0 +propc (silverhawk).missile1.x4 -16.0 +propc (silverhawk).missile1.y1 0.0 +propc (silverhawk).missile1.y2 0.0 +propc (silverhawk).missile1.y3 0.0 +propc (silverhawk).missile1.y4 0.0 +propc (silverhawk).missile1.z1 -10.0 +propc (silverhawk).missile1.z2 -10.0 +propc (silverhawk).missile1.z3 -10.0 +propc (silverhawk).missile1.z4 -10.0 + +propc (silverhawk).missile2.x1 -8.0 +propc (silverhawk).missile2.x2 8.0 +propc (silverhawk).missile2.x3 16.0 +propc (silverhawk).missile2.x4 -16.0 +propc (silverhawk).missile2.y1 0.0 +propc (silverhawk).missile2.y2 0.0 +propc (silverhawk).missile2.y3 0.0 +propc (silverhawk).missile2.y4 0.0 +propc (silverhawk).missile2.z1 -10.0 +propc (silverhawk).missile2.z2 -10.0 +propc (silverhawk).missile2.z3 -10.0 +propc (silverhawk).missile2.z4 -10.0 + +propc (silverhawk).beam.x1 -5.0 +propc (silverhawk).beam.x4 5.0 +propc (silverhawk).beam.y 3.0 +propc (silverhawk).beam.z 5.0 + +propc (silverhawk).helix.x 0.0 +propc (silverhawk).helix.y 1.6 +propc (silverhawk).helix.z -7.0 + +propc (silverhawk).mine1.x 0.0 +propc (silverhawk).mine1.y 0.0 +;propc (silverhawk).mine1.z -35.0 + +;propc (silverhawk).spread.x1 0.0 +;propc (silverhawk).spread.y 0.0 +;propc (silverhawk).spread.z 0.0 + + +classpart class (silverhawk) cmd reset trafo (0 0 0) + +classpart class (silverhawk) pdef (thrust1) pos ( 6.9 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 7.3 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 7.9 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 8.5 -2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 9.1 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 9.4 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 9.8 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 9.4 +1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 9.1 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 8.5 +2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 7.9 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 7.3 +1.5 -20.4 ) size 14.8 render thrust + +classpart class (silverhawk) pdef (thrust1) pos ( -6.9 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -7.3 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -7.9 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -8.5 -2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -9.1 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -9.4 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -9.8 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -9.4 +1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -9.1 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -8.5 +2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -7.9 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -7.3 +1.5 -20.4 ) size 14.8 render thrust + +classpart class (silverhawk) pdef (thrust1) pos ( 14.1 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 14.7 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 15.4 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 16.0 -2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 16.6 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 17.1 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 17.7 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 17.1 +1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 16.6 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 16.0 +2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 15.4 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 14.7 +1.5 -20.4 ) size 14.8 render thrust + +classpart class (silverhawk) pdef (thrust1) pos ( -14.1 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -14.7 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -15.4 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -16.0 -2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -16.6 -2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -17.1 -1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -17.7 0.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -17.1 +1.5 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -16.6 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -16.0 +2.3 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -15.4 +2.0 -20.4 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -14.7 +1.5 -20.4 ) size 14.8 render thrust + +classpart class (silverhawk) pdef (thrust1) pos ( 0.0 3.0 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 1.0 3.6 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 2.1 4.2 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 1.0 4.8 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( 0.0 5.5 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -1.0 4.8 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -2.1 4.2 -11.6 ) size 14.8 render thrust +classpart class (silverhawk) pdef (thrust1) pos ( -1.0 3.6 -11.6 ) size 14.8 render thrust + + +classiter class (silverhawk) cmd reset trafo (0 0 0) + +classiter class (silverhawk) apex (0) prim tri vtxs ( 6.9 0.0 -20.4 8.5 0.0 -20.4 7.3 -1.5 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 7.3 -1.5 -20.4 8.5 0.0 -20.4 7.9 -2.0 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 7.9 -2.0 -20.4 8.5 0.0 -20.4 8.5 -2.3 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 8.5 -2.3 -20.4 8.5 0.0 -20.4 9.1 -2.0 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 9.1 -2.0 -20.4 8.5 0.0 -20.4 9.4 -1.5 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 9.4 -1.5 -20.4 8.5 0.0 -20.4 9.8 0.0 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 9.8 0.0 -20.4 8.5 0.0 -20.4 9.4 1.5 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 9.4 1.5 -20.4 8.5 0.0 -20.4 9.1 2.0 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 9.1 2.0 -20.4 8.5 0.0 -20.4 8.5 2.3 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 8.5 2.3 -20.4 8.5 0.0 -20.4 7.9 2.0 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 7.9 2.0 -20.4 8.5 0.0 -20.4 7.3 1.5 -20.4 ) +classiter class (silverhawk) apex (0) prim tri vtxs ( 7.3 1.5 -20.4 8.5 0.0 -20.4 6.9 0.0 -20.4 ) + +classiter class (silverhawk) apex (1) prim tri vtxs ( -6.9 0.0 -20.4 -8.5 0.0 -20.4 -7.3 -1.5 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -7.3 -1.5 -20.4 -8.5 0.0 -20.4 -7.9 -2.0 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -7.9 -2.0 -20.4 -8.5 0.0 -20.4 -8.5 -2.3 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -8.5 -2.3 -20.4 -8.5 0.0 -20.4 -9.1 -2.0 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -9.1 -2.0 -20.4 -8.5 0.0 -20.4 -9.4 -1.5 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -9.4 -1.5 -20.4 -8.5 0.0 -20.4 -9.8 0.0 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -9.8 0.0 -20.4 -8.5 0.0 -20.4 -9.4 1.5 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -9.4 1.5 -20.4 -8.5 0.0 -20.4 -9.1 2.0 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -9.1 2.0 -20.4 -8.5 0.0 -20.4 -8.5 2.3 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -8.5 2.3 -20.4 -8.5 0.0 -20.4 -7.9 2.0 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -7.9 2.0 -20.4 -8.5 0.0 -20.4 -7.3 1.5 -20.4 ) +classiter class (silverhawk) apex (1) prim tri vtxs ( -7.3 1.5 -20.4 -8.5 0.0 -20.4 -6.9 0.0 -20.4 ) + +classiter class (silverhawk) apex (2) prim tri vtxs ( 14.1 0.0 -20.4 16.0 0.0 -20.4 14.7 -1.5 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 14.7 -1.5 -20.4 16.0 0.0 -20.4 15.4 -2.0 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 15.4 -2.0 -20.4 16.0 0.0 -20.4 16.0 -2.3 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 16.0 -2.3 -20.4 16.0 0.0 -20.4 16.6 -2.0 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 16.6 -2.0 -20.4 16.0 0.0 -20.4 17.1 -1.5 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 17.1 -1.5 -20.4 16.0 0.0 -20.4 17.7 0.0 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 17.7 0.0 -20.4 16.0 0.0 -20.4 17.1 1.5 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 17.1 1.5 -20.4 16.0 0.0 -20.4 16.6 2.0 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 16.6 2.0 -20.4 16.0 0.0 -20.4 16.0 2.3 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 16.0 2.3 -20.4 16.0 0.0 -20.4 15.4 2.0 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 15.4 2.0 -20.4 16.0 0.0 -20.4 14.7 1.5 -20.4 ) +classiter class (silverhawk) apex (2) prim tri vtxs ( 14.7 1.5 -20.4 16.0 0.0 -20.4 14.1 0.0 -20.4 ) + +classiter class (silverhawk) apex (3) prim tri vtxs (-14.1 0.0 -20.4 -16.0 0.0 -20.4 -14.7 -1.5 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-14.7 -1.5 -20.4 -16.0 0.0 -20.4 -15.4 -2.0 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-15.4 -2.0 -20.4 -16.0 0.0 -20.4 -16.0 -2.3 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-16.0 -2.3 -20.4 -16.0 0.0 -20.4 -16.6 -2.0 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-16.6 -2.0 -20.4 -16.0 0.0 -20.4 -17.1 -1.5 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-17.1 -1.5 -20.4 -16.0 0.0 -20.4 -17.7 0.0 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-17.7 0.0 -20.4 -16.0 0.0 -20.4 -17.1 1.5 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-17.1 1.5 -20.4 -16.0 0.0 -20.4 -16.6 2.0 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-16.6 2.0 -20.4 -16.0 0.0 -20.4 -16.0 2.3 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-16.0 2.3 -20.4 -16.0 0.0 -20.4 -15.4 2.0 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-15.4 2.0 -20.4 -16.0 0.0 -20.4 -14.7 1.5 -20.4 ) +classiter class (silverhawk) apex (3) prim tri vtxs (-14.7 1.5 -20.4 -16.0 0.0 -20.4 -14.1 0.0 -20.4 ) + +classiter class (silverhawk) apex (4) prim tri vtxs ( 0.0 3.0 -11.6 0.0 4.2 -11.6 1.0 3.6 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( 1.0 3.6 -11.6 0.0 4.2 -11.6 2.1 4.2 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( 2.1 4.2 -11.6 0.0 4.2 -11.6 1.0 4.8 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( 1.0 4.8 -11.6 0.0 4.2 -11.6 0.0 5.5 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( 0.0 5.5 -11.6 0.0 4.2 -11.6 -1.0 4.8 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( -1.0 4.8 -11.6 0.0 4.2 -11.6 -2.1 4.2 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( -2.1 4.2 -11.6 0.0 4.2 -11.6 -1.0 3.6 -11.6 ) +classiter class (silverhawk) apex (4) prim tri vtxs ( -1.0 3.6 -11.6 0.0 4.2 -11.6 0.0 3.0 -11.6 ) + + +;eof + diff --git a/parsec_root/server/boot_sv.con b/parsec_root/server/boot_sv.con new file mode 100755 index 0000000..df1c1cf --- /dev/null +++ b/parsec_root/server/boot_sv.con @@ -0,0 +1,305 @@ +;------------------------------------------------------------------------------ +; load dummy objects to establish default objectclass order ( was ctrl_h_h.dat ) +;------------------------------------------------------------------------------ +load object (firebird) type Ship_1 file extra1.odt +load object (laser_1a) type Laser_1 file extra1.odt +load object (laser_1b) type Laser_1 file extra1.odt +load object (miss_dumb) type Missile_1 file extra1.odt +load object (miss_guide) type Missile_4 file extra1.odt +load object (miss_swarm) type Missile_2 file extra1.odt +load object (ex_energy) type Extra_1 file extra1.odt +load object (ex_dumb) type Extra_2 file extra1.odt +load object (cormoran) type Ship_2 file extra1.odt +load object (bluespire) type Ship_1 file extra1.odt +load object (ex_guide) type Extra_2 file extra1.odt +load object (ex_helix) type Extra_3 file extra1.odt +load object (ex_light) type Extra_3 file extra1.odt +load object (ex_mine) type Extra_2 file extra1.odt +load object (mine_proxy) type Mine_1 file extra1.odt +load object (laser_2) type Laser_2 file extra1.odt +load object (laser_3) type Laser_3 file extra1.odt +load object (ex_repair) type Extra_1 file extra1.odt +load object (ex_aburn) type Extra_3 file extra1.odt +load object (ex_flare) type Extra_2 file extra1.odt +load object (ex_invis) type Extra_3 file extra1.odt +load object (ex_x2) type Extra_3 file extra1.odt +load object (ex_x3) type Extra_3 file extra1.odt +load object (ex_laser2) type Extra_2 file extra1.odt +load object (ex_laser3) type Extra_2 file extra1.odt +load object (ex_invul) type Extra_3 file extra1.odt + +;----------------------------------------------------------------------------- +; load ships +;----------------------------------------------------------------------------- +sv.objectclasses.overloading 1 + +;ships +_f1_2 +_f2_2 +_f3_2 +_f4_2 +_f5_2 +_f6_2 +_f7_2 +_f8_2 + + +;----------------------------------------------------------------------------- +; load extras and set properties +;----------------------------------------------------------------------------- + + +write loading power-ups + +;-- EX_ENERGY -------------------------------------------------- +load object (ex_energy) file (lgdev_02.od2 lgdev_01.od2 lgdev.od2 lgdev_00.od2) lodmag (110 340 1200) lodmin (160 400 1300) flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_energy).rotx 30 +propc (ex_energy).roty 20 +propc (ex_energy).rotz 0 +;propc (ex_energy).lifetime 100000 + +;-- EX_DUMB ---------------------------------------------------- +load object (ex_dumb) file mpack.od2 flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_dumb).rotx 30 +propc (ex_dumb).roty 20 +propc (ex_dumb).rotz 0 +;propc (ex_dumb).lifetime 100000 + +;-- EX_GUIDE --------------------------------------------------- +load object (ex_guide) file mpack.od2 flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_guide).rotx 30 +propc (ex_guide).roty 20 +propc (ex_guide).rotz 0 +;propc (ex_guide).lifetime 100000 + +;-- EX_SWARM --------------------------------------------------- +load object (ex_flare) file (in01b00a.od2 in01c00a.od2 in01d00a.od2 in01e00a.od2) lodmag (60 200 900) lodmin (80 250 950) flags (f_anims v_anims) + +propc (ex_flare).rotx 30 +propc (ex_flare).roty 20 +propc (ex_flare).rotz 0 +;propc (ex_flare).lifetime 100000 + + +;-- EX_HELIX --------------------------------------------------- +load object (ex_helix) file (hc01_00a.od2 hc01a00a.od2 hc01b00a.od2 hc01c00a.od2 ) lodmag (60 200 800) lodmin (80 250 850) flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_helix).rotx 30 +propc (ex_helix).roty 20 +propc (ex_helix).rotz 0 +;propc (ex_helix).lifetime 100000 + + +;-- EX_LIGHT --------------------------------------------------- +load object (ex_light) file (ld01_00a.od2 ld01a00a.od2 ld01b00a.od2 ld01c00a.od2) lodmag (120 370 800) lodmin (150 400 850) flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_light).rotx 18 +propc (ex_light).roty 24 +propc (ex_light).rotz 5 +;propc (ex_light).lifetime 100000 + + +;-- EX_INVUL --------------------------------------------------- +load object (ex_invul) file (in01b00a.od2 in01c00a.od2 in01d00a.od2 in01e00a.od2) lodmag (60 200 900) lodmin (80 250 950) flags (f_anims v_anims) type extra_3 + +propc (ex_invul).rotx 25 +propc (ex_invul).roty 20 +propc (ex_invul).rotz 5 +;propc (ex_invul).lifetime 100000 + +;-- EX_REPAIR -------------------------------------------------- +load object (ex_repair) file (re01_00a.od2) flags (f_anims p_wedges w_normals w_lighted) maxfanims 2 + +propc (ex_repair).rotx 30 +propc (ex_repair).roty 20 +propc (ex_repair).rotz 0 +;propc (ex_repair).lifetime 100000 + + +;-- MINE_PROXY -------------------------------------------------- +load object (mine_proxy) file (mi01_00a.od2 mi01a00a.od2) lodmag 400 lodmin 450 flags (f_anims v_anims) maxfanims 3 + +propc (mine_proxy).rotx 15 +propc (mine_proxy).roty 8 +propc (mine_proxy).rotz 24 +;propc (mine_proxy).lifetime 100000 + + +;-- EX_MINE ----------------------------------------------------- +load object (ex_mine) file mi01a00a.od2 flags (f_anims v_anims) + +propc (ex_mine).rotx 30 +propc (ex_mine).roty 20 +propc (ex_mine).rotz 0 +;propc (ex_mine).lifetime 100000 + + +;-- EX_ABURN ---------------------------------------------------- +load object (ex_aburn) file (in01b00a.od2 in01c00a.od2 in01d00a.od2 in01e00a.od2) lodmag (60 200 900) lodmin (80 250 950) flags (f_anims v_anims) + +propc (ex_aburn).rotx 25 +propc (ex_aburn).roty 20 +propc (ex_aburn).rotz 5 +;propc (ex_aburn).lifetime 100000 + +;-- EX_LASER2 --------------------------------------------------- +load object (ex_laser2) type extra_3 file (lc03_00a.od2 lc03a00a.od2 lc03b00a.od2) lodmag (400 800) lodmin (450 900) flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_laser2).rotx 25 +propc (ex_laser2).roty 20 +propc (ex_laser2).rotz 5 +;propc (ex_laser2).lifetime 100000 + +;-- EX_LASER3 --------------------------------------------------- +load object (ex_laser3) type extra_3 file (lc02_00a.od2 lc02a00a.od2 lc02b00a.od2) lodmag (400 800) lodmin (450 900) flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_laser3).rotx 25 +propc (ex_laser3).roty 20 +propc (ex_laser3).rotz 5 +;propc (ex_laser3).lifetime 100000 + + +;-- EX_PHOTON -------------------------------------------------- +load object (ex_x2) type extra_3 file (pc01_00a.od2 pc01a00a.od2 pc01b00a.od2 pc01e00a.od2) lodmag (60 200 800) lodmin (80 250 850) flags (f_anims p_wedges w_normals w_lighted) + +propc (ex_x2).rotx 30 +propc (ex_x2).roty 20 +propc (ex_x2).rotz 0 +;propc (ex_x2).lifetime 100000 + + +;-- EX_DECOY ---------------------------------------------------- +load object (ex_x3) file (in01b00a.od2 in01c00a.od2 in01d00a.od2 in01e00a.od2) lodmag (60 200 900) lodmin (80 250 950) flags (f_anims v_anims) type extra_3 + +propc (ex_x3).rotx 25 +propc (ex_x3).roty 20 +propc (ex_x3).rotz 5 +;propc (ex_x3).lifetime 100000 + + +;-- EX_EMP --------------------------------------------------- +load object (ex_emp) file (em01_00a.od2) flags (f_anims p_wedges w_normals w_lighted) type extra_3 + +propc (ex_emp).rotx 30 +propc (ex_emp).roty 20 +propc (ex_emp).rotz 0 +;propc (ex_emp).lifetime 100000 + +extraclass class (ex_emp) + +;-- EX_EMP2 -------------------------------------------------- +load object (ex_emp2) file (em01_00a.od2) flags (f_anims p_wedges w_normals w_lighted) type extra_3 + +propc (ex_emp2).rotx 30 +propc (ex_emp2).roty 20 +propc (ex_emp2).rotz 0 +;propc (ex_emp2).lifetime 100000 + +extraclass class (ex_emp2) + +;--------------------------------------------------------------- + +load object (laser_1a) type Laser_1 file phaser1.bin + +sv.objectclasses.overloading 0 + +;--------------------------------------------------------------- +; load stargate object +;--------------------------------------------------------------- +load object stargate file stargate.odt type stargate + +;------------------------------------------------------------------------------ +; //FIXME: should come from _props.con +;------------------------------------------------------------------------------ +propc missl1.hitpoints 14 +propc missl2.hitpoints 7 +propc mine1.hitpoints 35 + +prop laser_1.hitpoints 4 +prop laser_1.energy 4 +prop laser_2.hitpoints 6 +prop laser_2.energy 5 +prop laser_3.hitpoints 7 +prop laser_3.energy 5 + +nebula.id 5 +;extras + +extras.max 35 + +energy.boost 360 +repair.boost 20 + +pack.dumb.size 2 +pack.guide.size 2 +pack.mine.size 4 +pack.swarm.size 1 + +;probabilities + +prob.energyfield 6 +prob.helix 4 +prob.lightning 4 +prob.photon 0 +prob.mine 4 +prob.lupgrade 24 +prob.misspack 20 +prob.repair 7 +prob.aburner 2 +prob.invulnerable 0 + +prob.lupgrade1 60 +prob.lupgrade2 40 + +prob.dumb 42 +prob.guide 56 +prob.swarm 2 + +;------------------------------------------------------------------------------ +; server config +;------------------------------------------------------------------------------ +sv.conf name server1.openparsec.com +sv.conf maxplayers 16 +sv.conf simfreq 100 +sv.serverid 10 +;sv.fedid 0 + + +;------------------------------------------------------------------------------ +; server network config +;------------------------------------------------------------------------------ +;sv.netconf.port 7777 + +;------------------------------------------------------------------------------ +; game settings +;------------------------------------------------------------------------------ +;sv.game.killlimit 15 +;sv.game.timelimit 600 +;sv.game.restart.timeout 10 +;sv.game.extras.autocreate 1 +;sv.game.extras.max 25 +;sv.game.extras.testplace 0 + +;------------------------------------------------------------------------------ +; masterserver settings +;------------------------------------------------------------------------------ +sv.masterserver.conf name master.openparsec.com interval 5 +;sv.masterserver.conf name 192.168.1.103 interval 5 +sv.masterserver.sendheartbeat 1 +;sv.masterserver.sendheartbeat 1 + +write loading map +;intlev +;------------------------------------------------------------------------------ +; server links +;------------------------------------------------------------------------------ +;sv.link serverid 2 pos ( 500 500 1000 ) dir ( 0 0 1 ) +;sv.link serverid 100 pos ( 0 -300 400 ) dir ( 0 0 1 ) +;sv.link serverid 1 pos ( 1000 0 -1000 ) dir ( 0 0 1 ) +;sv.link serverid 2 pos ( 2000 0 -1000 ) dir ( 0 0 1 ) +;sv.link serverid 3 pos ( 2000 0 -2000 ) dir ( 0 0 1 ) +;sv.link serverid 4 pos ( 1000 0 -2000 ) dir ( 0 0 1 ) +;sv.link serverid 4 pos ( 0 0 600 ) dir ( 0 0 1 ) diff --git a/parsec_root/server/em01_00a.od2 b/parsec_root/server/em01_00a.od2 new file mode 100755 index 0000000..ba12959 --- /dev/null +++ b/parsec_root/server/em01_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c527b852ae2edd92f47c4101873f7d282b5182387603d54d307021800d4c1cf +size 29301 diff --git a/parsec_root/server/extra1.odt b/parsec_root/server/extra1.odt new file mode 100755 index 0000000..73877ae --- /dev/null +++ b/parsec_root/server/extra1.odt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7a4713bbec0c348fad9d7118ed0668b2f120563e6dab872b438a9311db5628 +size 5828 diff --git a/parsec_root/server/fi05_00a.od2 b/parsec_root/server/fi05_00a.od2 new file mode 100755 index 0000000..ba3c47a --- /dev/null +++ b/parsec_root/server/fi05_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c254773d5cc7aaf4f9dce7594b2e399eb7d85a04a0f855d290d54072a8fb92ef +size 30211 diff --git a/parsec_root/server/fi06_00a.od2 b/parsec_root/server/fi06_00a.od2 new file mode 100755 index 0000000..c37b7cc --- /dev/null +++ b/parsec_root/server/fi06_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca23396414ee0890d3aaa368a6fc1edfabc87c7578bcdcd1efa7fd51045bfa1 +size 62814 diff --git a/parsec_root/server/fi07_00a.od2 b/parsec_root/server/fi07_00a.od2 new file mode 100755 index 0000000..aa9327a --- /dev/null +++ b/parsec_root/server/fi07_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89148b2c45287c7091792edbd27580d5c63a42dac8f5a30143e06ff02edef2a7 +size 116053 diff --git a/parsec_root/server/fi08_00a.od2 b/parsec_root/server/fi08_00a.od2 new file mode 100755 index 0000000..e606093 --- /dev/null +++ b/parsec_root/server/fi08_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d0619958b4ec208408e01592b6d936af9f99ea0f8942e3b2477326a9fd8ed7 +size 105852 diff --git a/parsec_root/server/fighter1.od2 b/parsec_root/server/fighter1.od2 new file mode 100755 index 0000000..0a55959 --- /dev/null +++ b/parsec_root/server/fighter1.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff972b1b2c2d434f2bad69c05de958d946bec670a35126e18b47de1a931d3fdc +size 18731 diff --git a/parsec_root/server/fighter2.od2 b/parsec_root/server/fighter2.od2 new file mode 100755 index 0000000..5e11310 --- /dev/null +++ b/parsec_root/server/fighter2.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a8d209fb1abfe67d92a1a6903bc9484791ab2cbef7e029cc3f67ee1d0a6a76 +size 22622 diff --git a/parsec_root/server/fighter3.od2 b/parsec_root/server/fighter3.od2 new file mode 100755 index 0000000..4bd9e65 --- /dev/null +++ b/parsec_root/server/fighter3.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b09bd8fb653773fe3753c26fce38dc8f2fe5ad7e04ec3bffecf37fc3ce63f0 +size 29731 diff --git a/parsec_root/server/fighter4.od2 b/parsec_root/server/fighter4.od2 new file mode 100755 index 0000000..869b388 --- /dev/null +++ b/parsec_root/server/fighter4.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f58d41833083e3b4ae0ea830699dfe01103e5d6d4a8f8ce851b995ec7049c8 +size 19405 diff --git a/parsec_root/server/hc01_00a.od2 b/parsec_root/server/hc01_00a.od2 new file mode 100755 index 0000000..fc2f963 --- /dev/null +++ b/parsec_root/server/hc01_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23cf214022be49e106066c48f8a40fcc95f8c3c771f14543f49272bc5a6974d0 +size 31935 diff --git a/parsec_root/server/hc01a00a.od2 b/parsec_root/server/hc01a00a.od2 new file mode 100755 index 0000000..df5b9a8 --- /dev/null +++ b/parsec_root/server/hc01a00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df34ae19da84f6feff09626810caabc76986e328f046442750975ee5f437699 +size 16063 diff --git a/parsec_root/server/hc01b00a.od2 b/parsec_root/server/hc01b00a.od2 new file mode 100755 index 0000000..4133a66 --- /dev/null +++ b/parsec_root/server/hc01b00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aca023f62fd623dbaea7c49b1fe2a813baf36bdf20022a7e9515e328eed572f +size 8127 diff --git a/parsec_root/server/hc01c00a.od2 b/parsec_root/server/hc01c00a.od2 new file mode 100755 index 0000000..48d0e7b --- /dev/null +++ b/parsec_root/server/hc01c00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021b5c8af372522aa311d1fef3ed9216ca1a8df8aef0edf5e4a576b453ba32da +size 4159 diff --git a/parsec_root/server/in01b00a.od2 b/parsec_root/server/in01b00a.od2 new file mode 100755 index 0000000..934f0da --- /dev/null +++ b/parsec_root/server/in01b00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd5ec6ec5eb888ac0296531d2091331f6fdbee96667c70b587d102cdbe4b09b +size 55762 diff --git a/parsec_root/server/in01c00a.od2 b/parsec_root/server/in01c00a.od2 new file mode 100755 index 0000000..09f8d05 --- /dev/null +++ b/parsec_root/server/in01c00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b30ec7000bf411f1c3b8914fead122ac10c4d31463dd8791790ca9b2a2ba678 +size 29970 diff --git a/parsec_root/server/in01d00a.od2 b/parsec_root/server/in01d00a.od2 new file mode 100755 index 0000000..39ac4c3 --- /dev/null +++ b/parsec_root/server/in01d00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5163f7f0da260e7fc31476f1249f1f4a7ea0174bc64d11551a35b79f62fec0a9 +size 12114 diff --git a/parsec_root/server/in01e00a.od2 b/parsec_root/server/in01e00a.od2 new file mode 100755 index 0000000..d30451c --- /dev/null +++ b/parsec_root/server/in01e00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a142a634941a587f0abebb973c75c4187af2c4ff2ca4eb88dc59fa118375ec +size 6117 diff --git a/parsec_root/server/lc02_00a.od2 b/parsec_root/server/lc02_00a.od2 new file mode 100755 index 0000000..9c8c154 --- /dev/null +++ b/parsec_root/server/lc02_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de42bb2d9a2cbc1d3a110a5591f885854ed092a468440937a653b9e9bcab2e9 +size 22849 diff --git a/parsec_root/server/lc02a00a.od2 b/parsec_root/server/lc02a00a.od2 new file mode 100755 index 0000000..826d0cd --- /dev/null +++ b/parsec_root/server/lc02a00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0013d4093e68a865aa422c5e16eaa9ab7bc7cfad8f1292a1d9612e9e59886ff +size 18309 diff --git a/parsec_root/server/lc02b00a.od2 b/parsec_root/server/lc02b00a.od2 new file mode 100755 index 0000000..ee7092c --- /dev/null +++ b/parsec_root/server/lc02b00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17aefc1ab00d995be9230bc5cb06f7dd77e49452a8cc36a0b126cbb2d9bc3308 +size 8953 diff --git a/parsec_root/server/lc03_00a.od2 b/parsec_root/server/lc03_00a.od2 new file mode 100755 index 0000000..92296be --- /dev/null +++ b/parsec_root/server/lc03_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7a8c0fd6012c23e8ef65763afb20f81231df9bbd530bfbd8ed90a9e5c13c63 +size 17173 diff --git a/parsec_root/server/lc03a00a.od2 b/parsec_root/server/lc03a00a.od2 new file mode 100755 index 0000000..9fc0f7a --- /dev/null +++ b/parsec_root/server/lc03a00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65370a819bfb7ec7262c9fff483e35a8957337a238f323818441fe334303c6b2 +size 9073 diff --git a/parsec_root/server/lc03b00a.od2 b/parsec_root/server/lc03b00a.od2 new file mode 100755 index 0000000..bef810e --- /dev/null +++ b/parsec_root/server/lc03b00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5548842015e76726d567485a043bdcb81db3411b850cbe00e7425321b52bfc94 +size 5453 diff --git a/parsec_root/server/ld01_00a.od2 b/parsec_root/server/ld01_00a.od2 new file mode 100755 index 0000000..bec77aa --- /dev/null +++ b/parsec_root/server/ld01_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fe97c436ba4c3fb635aaf6543da34c3c80eb6f7cea478a005346d0b2570713 +size 71119 diff --git a/parsec_root/server/ld01a00a.od2 b/parsec_root/server/ld01a00a.od2 new file mode 100755 index 0000000..a4d28b2 --- /dev/null +++ b/parsec_root/server/ld01a00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ad6a636954729814f75c04a29d143e0d67285743f6c76f04063fe15d47c72a +size 39375 diff --git a/parsec_root/server/ld01b00a.od2 b/parsec_root/server/ld01b00a.od2 new file mode 100755 index 0000000..f0dcc9a --- /dev/null +++ b/parsec_root/server/ld01b00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d20d56f10b3bd44807f2c85ae8fdcd45cf438eaf33a904912b87126087cabee +size 21931 diff --git a/parsec_root/server/ld01c00a.od2 b/parsec_root/server/ld01c00a.od2 new file mode 100755 index 0000000..af83ec3 --- /dev/null +++ b/parsec_root/server/ld01c00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65adac260e453bff9b1a940718a817fe421044e9f89b0a31ebda508db29b1ff +size 1679 diff --git a/parsec_root/server/lgdev.od2 b/parsec_root/server/lgdev.od2 new file mode 100755 index 0000000..8d8d31a --- /dev/null +++ b/parsec_root/server/lgdev.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150f76405cb282b642095b30e0f1f4cc301eed0ed41887fb80e48cf278246624 +size 9311 diff --git a/parsec_root/server/lgdev_00.od2 b/parsec_root/server/lgdev_00.od2 new file mode 100755 index 0000000..c7c56ce --- /dev/null +++ b/parsec_root/server/lgdev_00.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c202304253b6eac36cc57a562d916c9fa33dce48ddb84f645c1213f55c7162 +size 1666 diff --git a/parsec_root/server/lgdev_01.od2 b/parsec_root/server/lgdev_01.od2 new file mode 100755 index 0000000..e308899 --- /dev/null +++ b/parsec_root/server/lgdev_01.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302ab15b2c79c534924e87dfd48f32ce8bcf6465cdc6d468ab552caa8fe542b7 +size 17247 diff --git a/parsec_root/server/lgdev_02.od2 b/parsec_root/server/lgdev_02.od2 new file mode 100755 index 0000000..ba8e795 --- /dev/null +++ b/parsec_root/server/lgdev_02.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40aa2c4478e44aafac8bb956b9b4e04ce1a765571c60672506a47ef4e56d4d24 +size 33119 diff --git a/parsec_root/server/mi01_00a.od2 b/parsec_root/server/mi01_00a.od2 new file mode 100755 index 0000000..3b77ab4 --- /dev/null +++ b/parsec_root/server/mi01_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323a28602bc6475ce55597e0d376d8bf1a1354f10e7f946f6ac7261a4c338992 +size 2181 diff --git a/parsec_root/server/mi01a00a.od2 b/parsec_root/server/mi01a00a.od2 new file mode 100755 index 0000000..29b7b27 --- /dev/null +++ b/parsec_root/server/mi01a00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b4b93ba5c14ff1d8af48e5a6f84ed98b09f0f75c3755d4dfb62c2a33f63e8d +size 1157 diff --git a/parsec_root/server/mpack.od2 b/parsec_root/server/mpack.od2 new file mode 100755 index 0000000..42f8f17 --- /dev/null +++ b/parsec_root/server/mpack.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d025a36805c2dc22a1fa46755929b67603e06d7f105daf33a9dff0ec9894b34e +size 2668 diff --git a/parsec_root/server/pc01_00a.od2 b/parsec_root/server/pc01_00a.od2 new file mode 100755 index 0000000..1425a1a --- /dev/null +++ b/parsec_root/server/pc01_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632eb6080b5bfc0baf3ac401c3c54d9060831e86278b2be65b46ca4023a9345a +size 33596 diff --git a/parsec_root/server/pc01a00a.od2 b/parsec_root/server/pc01a00a.od2 new file mode 100755 index 0000000..34bb0b8 --- /dev/null +++ b/parsec_root/server/pc01a00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a262741860c27d25f4235cd7688928c3708d0c9c947d1852a7465c5806b52036 +size 17724 diff --git a/parsec_root/server/pc01b00a.od2 b/parsec_root/server/pc01b00a.od2 new file mode 100755 index 0000000..1d89a99 --- /dev/null +++ b/parsec_root/server/pc01b00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ea4ebda959357bed8ed28e5155210604b80610a13e474d58509f7360a8e341 +size 9788 diff --git a/parsec_root/server/pc01e00a.od2 b/parsec_root/server/pc01e00a.od2 new file mode 100755 index 0000000..fd9fa30 --- /dev/null +++ b/parsec_root/server/pc01e00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1053139ad82ad2b7370ad2f1f9ee885056947adb82f575caa7e0bf2e6c3d037 +size 4828 diff --git a/parsec_root/server/phaser1.bin b/parsec_root/server/phaser1.bin new file mode 100755 index 0000000..5ea5cca --- /dev/null +++ b/parsec_root/server/phaser1.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7963cdbb9ec403fb9bf8a13faec9bcf07f32800a83da3e736471bc72959fb5 +size 3478 diff --git a/parsec_root/server/re01_00a.od2 b/parsec_root/server/re01_00a.od2 new file mode 100755 index 0000000..1bcaaa1 --- /dev/null +++ b/parsec_root/server/re01_00a.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021348392368b6a8d299cef7d78e305d34a78882ec55ed31503e587bf1dbf157 +size 11981 diff --git a/parsec_root/server/stargate.odt b/parsec_root/server/stargate.odt new file mode 100755 index 0000000..4500d2b --- /dev/null +++ b/parsec_root/server/stargate.odt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8437e2e0f102a69a35faafdff46ddcddddb7813d4e0137b87e6156d3c38eff06 +size 37361 diff --git a/parsec_root/server/telep4.od2 b/parsec_root/server/telep4.od2 new file mode 100755 index 0000000..ea18933 --- /dev/null +++ b/parsec_root/server/telep4.od2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2aaf8c3386d14fa71abb0d9f520607e2f049f970256a784a2b3454e07c2c8bd +size 47621 -- cgit v1.2.3