From ed397454129114ee0b32d8565cd8b269423e8010 Mon Sep 17 00:00:00 2001 From: silversurfer Date: Fri, 7 Nov 2014 12:30:07 +0000 Subject: [PATCH] Fix: added missing options to Ini Editor and some typo fixes. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2181 4f8fa57e-7814-0410-bad4-adc449f26b7c --- Data-1.13/Ja2_Options.INI | 36 ++++++++++++++++++------------------ INIEditorJA2Options.xml | Bin 1678140 -> 1737488 bytes 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 29d0f6815..b71527e32 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -337,7 +337,7 @@ RECRUITABLE_JA1_NATIVES = TRUE ;------------------------------------------------------------------------------------------------------------------------------ ; If outstanding debt to MERC exceeds this, Speck will complain on the website. -; Note: this does NOT affect wether MERC goes bankrupt, as this is independent of the amount of debt +; Note: this does NOT affect whether MERC goes bankrupt, as this is independent of the amount of debt ;------------------------------------------------------------------------------------------------------------------------------ MERC_BANKRUPT_WARNING = 5000 @@ -1920,7 +1920,7 @@ INDIVIDUAL_CIVILIAN_NAMES = TRUE SOLDIER_PROFILES_ENEMY = TRUE SOLDIER_PROFILES_MILITIA = FALSE -; If set to TRUE, vehicles can be driven through tactical maps. +; If set to TRUE, vehicles can be driven around tactical maps. ALLOW_DRIVING_VEHICLES_IN_TACTICAL = TRUE ; Deduct APs from passengers when vehicle is moving to prevent exploits (default = 3). @@ -1959,12 +1959,12 @@ ENEMY_TANKS_DONT_SPARE_SHELLS = TRUE ; If set to TRUE, tanks can ignore chance to get through and destroy enemy cover even if it probably won't hit anyone behind it. ENEMY_TANKS_BLOW_OBSTACLES_UP = TRUE -; If set to TRUE, tanks can noticed as soon as any part of it is visible. +; If set to TRUE, tanks can be noticed as soon as any part of them is visible. ENEMY_TANKS_ANY_PART_VISIBLE = FALSE -; If set to TRUE, enemies can use launchables even against single mercs and in perfect health +; If set to TRUE, enemies can use launchables even against single mercs and in perfect health. ENEMIES_DONT_SPARE_LAUNCHABLES = FALSE -; If set to TRUE, tanks can ignore chance to get through and destroy enemy cover even if it probably won't hit anyone behind it. +; If set to TRUE, enemies can ignore chance to get through and destroy enemy cover even if it probably won't hit anyone behind it. ENEMIES_BLOW_OBSTACLES_UP = FALSE ;------------------------------------------------------------------------------------------------------------------------------ @@ -2204,7 +2204,7 @@ ENEMY_GENERALS = FALSE ; there later on). Apart from Meduna, there can only be one general per town max. Default 5, values between 1 and 10. ENEMY_GENERALS_NUMBER = 5 -; Number of bodyguards for a general. These elite troops stick close to their general, thus making it much harder to isolate them +; Number of bodyguards for a general. These elite troops stick close to their general, thus making it much harder to isolate them. ; Default 4, values between 0 and 10. ENEMY_GENERALS_BODYGUARDS_NUMBER = 4 @@ -2695,12 +2695,12 @@ DISEASE = FALSE ; if DISEASE and DISEASE_STRATEGIC are set to TRUE, the first disease (arulcan plague) will also affect civilians, soldiers and militia. ; It can break out in swamp & tropical sectors and spread as infected troops move around. -; In bad cases, it can affect entire cities. Infected population will suffer just as your mercs do. If you don't act, this could be a severe threat to yoru campaign. -; It does work on both sides though, the army can suffer jsut as well... especially if you give it a push ;-) +; In bad cases, it can affect entire cities. Infected population will suffer just as your mercs do. If you don't act, this could be a severe threat to your campaign. +; It does work on both sides though, the army can suffer just as well... especially if you give it a push ;-) DISEASE_STRATEGIC = TRUE ; The World Health Organization has a website that contains a few helpful tips on diseases. -; It also allows you to subscribe. This will csot you money every day; in return you have access to a new map mode that shows you where in Arulco arulcan plague has broken out. +; It also allows you to subscribe. This will cost you money every day; in return you have access to a new map mode that shows you where in Arulco the arulcan plague has broken out. ; requires DISEASE and DISEASE_STRATEGIC to be TRUE DISEASE_WHO_SUBSCRIPTIONCOST = 2000 @@ -2715,14 +2715,14 @@ DISEASE_CONTAMINATES_ITEMS = TRUE [Dynamic Opinion Settings] ;****************************************************************************************************************************** -; In this section you can specify wether mercs form dynamic opinions on each other +; In this section you can specify whether mercs form dynamic opinions on each other ;****************************************************************************************************************************** ; mercs can form dynamic opinions of each other, this in turn will affect their morale ; for more info on what can affect opinions, see Dynamic Opinion Modifiers Settings in Morale_Settings.ini DYNAMIC_OPINIONS = TRUE -; notify the player of opinon changes in the message log +; notify the player of opinion changes in the message log DYNAMIC_OPINIONS_SHOWCHANGE = TRUE ; if a merc A notices that merc B's mean wage times exp level(B)/exp level (A) times this is greater than their mean wage, he can get a @@ -2735,14 +2735,14 @@ WAGE_ACCEPTANCE_FACTOR = 1.5 [Dynamic Dialogue Settings] ;****************************************************************************************************************************** -; In this section you can specify wether mercs talk to each other +; In this section you can specify whether mercs talk to each other. ;****************************************************************************************************************************** -; if DYNAMIC_OPINIONS is TRUE, mercs will comment on each other. -; This can happen whenever something influences their relationship +; If DYNAMIC_DIALOGUE is TRUE, mercs will comment on each other. +; This can happen whenever something influences their relationship. ; Mercs will accuse each other of doing something - or compliment them. Other mercs can then react and choose answers -; depending on their relations and personality -; If an IMP interejcts, the player has a short time to select the kin of response he wants to give. +; depending on their relations and personality. +; If an IMP interjects, the player has a short time to select the kind of response he wants to give. DYNAMIC_DIALOGUE = FALSE ; the dialogue boxes will stay on for x milliseconds @@ -2754,7 +2754,7 @@ DYNAMIC_DIALOGUE_TIME_OFFSET = 3000 [PMC Settings] ;****************************************************************************************************************************** -; In this section you can specify wether you will have access to a private military contractor that allows hiring militia +; In this section you can specify whether you will have access to a private military contractor that allows hiring militia ;****************************************************************************************************************************** ; if PMC is TRUE, you will get an email from a PMC once you've started training militia. @@ -2762,7 +2762,7 @@ PMC = TRUE ; on the website you can hire regular and veteran militia (for a high price). These can enter Arulco in sectors with certain facilities, ; like airport, harbours and border posts -; The PMc will slowly replenish its ranks, here you can define how many militia it will have at max +; The PMC will slowly replenish its ranks, here you can define how many militia it will have at max PMC_MAX_REGULARS = 35 PMC_MAX_VETERANS = 20 diff --git a/INIEditorJA2Options.xml b/INIEditorJA2Options.xml index 04d281d546f70263e521b6d6c4d164a7d9b1ff00..824dde4c15f9e0baef4721d577afad2ed80bb43b 100644 GIT binary patch delta 15817 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 O{uGTrv?2P%rT+yxIqkOq delta 302 zcmbQxmbGVFTEiB`S(n?Tt}_BL({`!r%vVlKzi^#Jsa;_y%XWpOtX0v|4Y-(7roWTq z5NfyLU;|=yAm#vKP9Ww2V(#r$96aA#rw6=bum|kZgsj~fy3g0weBolWu^R@42=HI@fSs>)Vbh(!TV$)OF1tqrMY7<<>GrhrE zvSPc;bir*sU}pO>Z6P2Q-u_HmBxb|(2@aw%(+|8C;hWxZU!-gL14*8;>GK3dL$=?0 zAX3MV#Mk&JvIL1gebx~%uI-B$MVlak+ku*7_^03T66I-6a}fn%F(4KPVhJFY+@9tl HwaN|v0-AIC