diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/player.ini | 9 | ||||
-rw-r--r-- | base/ini/ships.ini | 2 | ||||
-rw-r--r-- | base/ini/ui.ini | 19 | ||||
-rw-r--r-- | base/ini/zones/brogha.ini | 3 | ||||
-rw-r--r-- | base/ini/zones/ghant.ini | 4 | ||||
-rw-r--r-- | base/ini/zones/kiana.ini | 1 | ||||
-rw-r--r-- | base/ini/zones/lindblade.ini | 1 | ||||
-rw-r--r-- | base/ini/zones/race.ini | 3 | ||||
-rw-r--r-- | base/ini/zones/unknown.ini | 3 |
9 files changed, 31 insertions, 14 deletions
diff --git a/base/ini/player.ini b/base/ini/player.ini new file mode 100644 index 0000000..cd5feb9 --- /dev/null +++ b/base/ini/player.ini @@ -0,0 +1,9 @@ +; +; player.ini +; default player settings + +[player] +zone=ghant +ship=vector +credits=5000 + diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 7846a9b..f1b7568 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -24,8 +24,6 @@ turnspeed=45 price=12500 ; cargo hold size, 10 is one metric tonne cargo=50 -; this is the default ship model -default=yes [ship] label=tensor diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 7ee3cf4..747af6e 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -27,13 +27,28 @@ foreground=1 1 1 highlight=1 1 .5 ; global text color text=0.75 0.75 0.75 +;text=0.8 0.8 0.6 ; global background color rgba background=0.0 0.0 0.0 0.75 ; global border color rgb border=0 0.8 0 0.5 ; pointer color -pointer=0 .75 0 +pointer=0 0.75 0 ; active pointer color active=0 1 0 ; debug color -debug=1.0 0.0 1.0 0.75 +debug=0.5 0.5 0.5 + +[hud] +; mission target +mission=1.0 0.5 1.0 + +[text] +; bold text color +bold=1 1 1 +; set fancy color +fancy=0 1 0 +; warning text color +warning=1 1 0 +; error text color +error=1 0 0 diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini index 4907ae6..0d1883a 100644 --- a/base/ini/zones/brogha.ini +++ b/base/ini/zones/brogha.ini @@ -37,7 +37,8 @@ name=planet Brogha ; [x y x] entity location location=768 -786 32 ; [r g b] entity primary color, values in the 0-1 range -color=.7 0.95 0.4 +;color=.7 0.95 0.4 +color=1 1 1 ; [string] globe texture name texture=planets/brogha ; [float] entity radius (10 game units == 1km ingame) diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index a0efc00..8724078 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -11,8 +11,6 @@ name=Ghant system ; [string] sky texture sky=sky12 -; [bool] this is the default system -default=yes ; ; ORIGIN @@ -131,7 +129,7 @@ color=0.4 0.7 0 label=ikarus name=Ikarus satellite model=colonial/ikarus -location=64 0 0 +location=64 -16 0 color=100 100 230 direction=120 pitch=15 diff --git a/base/ini/zones/kiana.ini b/base/ini/zones/kiana.ini index d5bff17..cbbb543 100644 --- a/base/ini/zones/kiana.ini +++ b/base/ini/zones/kiana.ini @@ -9,7 +9,6 @@ [zone] name=Kiana system sky=sky20 -default=no ; ; ORIGIN diff --git a/base/ini/zones/lindblade.ini b/base/ini/zones/lindblade.ini index 9e3d4e9..7aaa425 100644 --- a/base/ini/zones/lindblade.ini +++ b/base/ini/zones/lindblade.ini @@ -9,7 +9,6 @@ [zone] name=Lindblade system sky=sky17 -;default=no ; ; ORIGIN diff --git a/base/ini/zones/race.ini b/base/ini/zones/race.ini index 332dd0d..9c0397a 100644 --- a/base/ini/zones/race.ini +++ b/base/ini/zones/race.ini @@ -1,6 +1,5 @@ [zone] -name=RaceTrack system -default=no +name=Race Track system [navpoint] label=navpoint_origin diff --git a/base/ini/zones/unknown.ini b/base/ini/zones/unknown.ini index 694d7ea..7131760 100644 --- a/base/ini/zones/unknown.ini +++ b/base/ini/zones/unknown.ini @@ -1,6 +1,5 @@ [zone] name=Unknown system -default=no [navpoint] label=navpoint_origin @@ -65,4 +64,4 @@ model=independent/ensor location=32 -64 0 color=0.7 0.7 0.9 colorsecond=0.7 0.8 0.95 -direction=90
\ No newline at end of file +direction=90 |