From ead4444b17fbe671ce47dce1aca85160bb91c392 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 12 Nov 2010 00:06:43 +0000 Subject: adds faction.ini, added factions to world definitions adds templates.ini and initial radius keys --- base/ini/templates.ini | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 base/ini/templates.ini (limited to 'base/ini/templates.ini') diff --git a/base/ini/templates.ini b/base/ini/templates.ini new file mode 100644 index 0000000..fb869be --- /dev/null +++ b/base/ini/templates.ini @@ -0,0 +1,36 @@ +; +; templates.ini +; entity templates +; + +; the navpoint template is used by the game code +[template] +label=navpoint +model=maps/static/navpoint +radius=0.25 + +; the cargopod template is used by the game code +[template] +label=cargopod +model=maps/cargo/pod +radius=0.25 + +[template] +label=ship_small +radius=0.25 + +[template] +label=ship_medium +radius=0.5 + +[template] +label=ship_large +radius=1 + +[template] +label=cruiser +radius=2 + +[template] +label=battleship +radius=2 -- cgit v1.2.3