From f1d92bf3d471914b9cc39f1dac454a03634e4b07 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 Jan 2015 20:25:17 +0000 Subject: Added options to join Militia or Pirates. --- base/ini/game.ini | 36 ++++++++++++++++++++++++++++++++---- base/ini/menu.ini | 8 ++++++++ 2 files changed, 40 insertions(+), 4 deletions(-) (limited to 'base') 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 @@ -81,6 +81,14 @@ text=Join ; note: we use comma as command seperator in .ini files. 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 -- cgit v1.2.3