mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
Add Territory plugin
This commit is contained in:
parent
06c0177603
commit
c216325b47
40
DATA/UNIVERSE/Territory.ini
Normal file
40
DATA/UNIVERSE/Territory.ini
Normal file
@ -0,0 +1,40 @@
|
||||
[;Settings]
|
||||
caps = false ; don't force capitalisation of system message
|
||||
codepage = UTF-8 ; default is ANSI, may be OEM or MAC or number
|
||||
|
||||
[;Houses]
|
||||
house_id = 1249 ; LIBERTY
|
||||
systems = Li01-5
|
||||
NavMap = 5.66, 10.7
|
||||
|
||||
house_id = 1250 ; BRETONIA
|
||||
systems = Br01-6
|
||||
NavMap = -1.32, 11.91
|
||||
|
||||
house_id = 1251 ; KUSARI
|
||||
systems = Ku01-7
|
||||
NavMap = 7.87, 2.94
|
||||
|
||||
house_id = 1252 ; RHEINLAND
|
||||
systems = Rh01-5
|
||||
NavMap = 10.07, 12.9
|
||||
|
||||
format = %s System, %s Space.
|
||||
|
||||
[Houses]
|
||||
house_id = 261794 ; The Hispania
|
||||
systems = Hi01, Hi02 ; Omicron Alpha, Omicron Gamma
|
||||
NavMap = 8.5, -1
|
||||
|
||||
[Systems]
|
||||
format = %s System, Border Worlds.
|
||||
systems = Bw01-10
|
||||
|
||||
format = %s System, Edge Worlds.
|
||||
systems = Ew01-6
|
||||
|
||||
format = %s System, Hispania Space.
|
||||
systems = Hi01-2
|
||||
|
||||
format = %s System, Independent Worlds.
|
||||
systems = Iw01-6
|
BIN
EXE/Territory.dll
Normal file
BIN
EXE/Territory.dll
Normal file
Binary file not shown.
14
EXE/Territory_readme.txt
Normal file
14
EXE/Territory_readme.txt
Normal file
@ -0,0 +1,14 @@
|
||||
TERRITORY by Jason Hood
|
||||
|
||||
Version 1.02
|
||||
|
||||
|
||||
Territory allows customization of the message displayed when entering a system,
|
||||
and the Houses on the Nav Map. To use it, copy TERRITORY.DLL to the EXE
|
||||
directory and add it to the [Libraries] section of EXE\dacom.ini. Then copy
|
||||
TERRITORY.INI to the DATA\UNIVERSE directory and edit it as required. Please
|
||||
read the start of TERRITORY.CPP for the description of its format.
|
||||
|
||||
|
||||
Jason Hood, 21 February, 2014.
|
||||
http://freelancer.adoxa.vze.com/
|
@ -26,6 +26,7 @@ HudShift.dll
|
||||
MP3codec.dll
|
||||
MPRep.dll
|
||||
numeric.dll
|
||||
Territory.dll
|
||||
TurretZoom.dll max=1000 shift=100 ctrl=10 alt=2 s+c=0.2 c+a=0.1 switch=50 interval=250 adjust=0.85
|
||||
flplusplus.dll
|
||||
WheelScroll.dll
|
||||
|
Loading…
Reference in New Issue
Block a user