Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/ini/game.ini36
-rw-r--r--base/ini/menu.ini8
2 files changed, 40 insertions, 4 deletions
diff --git a/base/ini/game.ini b/base/ini/game.ini
index 4eb8ada..1b7f6ef 100644
--- a/base/ini/game.ini
+++ b/base/ini/game.ini
@@ -6,13 +6,41 @@
; default settings for new players
;
-[player]
-; zone a new player will start in
+[world]
+; the default zone
zone=ghant
-; ship a new player receives
+
+; ------------------------------------------------------------------
+; default character
+[character]
+;
+label=default
+; where the a player will spawn
+spawn=ghant::alexandria
+; the type of ship a new player receives
ship=vector
; the type of cannon the ship will be armed with
cannon=laser1
+
; amount of credits a new player receives
-credits=5000
+credits=7500
+; ------------------------------------------------------------------
+; militia character
+[character]
+label=militia
+spawn=ghant:custodian
+faction=militia
+ship=tiger
+cannon=blaster1
+credits=7500
+
+; ------------------------------------------------------------------
+; pirate character
+[character]
+label=pirates
+spawn=ghant:kledden
+faction=pirates
+ship=raider
+cannon=laser1
+credits=5000 \ No newline at end of file
diff --git a/base/ini/menu.ini b/base/ini/menu.ini
index 2d6aaf8..5d84ff0 100644
--- a/base/ini/menu.ini
+++ b/base/ini/menu.ini
@@ -82,6 +82,14 @@ text=Join
command=join, menu hide
[button]
+text=Join Militia
+command=join militia, menu hide
+
+[button]
+text=Join Pirates
+command=join pirates, menu hide
+
+[button]
text=Disconnect
command=disconnect