diff options
author | Stijn Buys <ingar@osirion.org> | 2015-01-25 20:25:17 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2015-01-25 20:25:17 +0000 |
commit | f1d92bf3d471914b9cc39f1dac454a03634e4b07 (patch) | |
tree | a6858b81af932c012741a15a10dd7318350272ea /base | |
parent | 7b1670ad6c6bd8f38b75bbbb9f0ea914e998e5aa (diff) |
Added options to join Militia or Pirates.
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/game.ini | 36 | ||||
-rw-r--r-- | base/ini/menu.ini | 8 |
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 |