aboutsummaryrefslogtreecommitdiff
path: root/parsec_root/client
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-08-24 11:16:07 +0200
commitc068f22329d5cc722622a2183bbb22eef2093df7 (patch)
tree12d56c1aede67988a55e241364606bfbb4dba933 /parsec_root/client
downloadopenparsec-main.tar.xz
openparsec-main.zip
initial importHEADmain
Diffstat (limited to 'parsec_root/client')
-rwxr-xr-xparsec_root/client/planet.con6
-rwxr-xr-xparsec_root/client/planet2.od23
-rwxr-xr-xparsec_root/client/planet2.tga3
-rwxr-xr-xparsec_root/client/readme.txt3
4 files changed, 15 insertions, 0 deletions
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