Commit Graph
1227 Commits
Author SHA1 Message Date
Wanne 8ee68bc20f - Updated LoadScreenHints.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1772 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-12 11:21:31 +00:00
Wanne eac0ba60c5 - Restored German code page file (german.cp)
o To use the german codepage, you cann add the entry CODE_PAGE = german.cp in your ja2.ini file

- Updated LoadScreenHints.xml
o Added a few new hints
o Reworked some existing hints

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1771 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-12 11:05:20 +00:00
Wanne 9ed1b51382 - Added new hints (by Faalagorn)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1770 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-12 07:22:29 +00:00
Wanne 776975b2ed - Added new hint (by DepressivesBrot)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1769 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-12 07:18:34 +00:00
Wanne db8c197c9f git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1768 4f8fa57e-7814-0410-bad4-adc449f26b7c 2013-09-11 09:33:48 +00:00
Wanne 5f44513ce1 - Added new hint (by Off_Topic)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1767 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-11 08:59:13 +00:00
Wanne 9c3437e727 - Deleted the Manuals from the "Docs" root folder
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1766 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-11 08:52:50 +00:00
Wanne 4ea594b2a3 Restructured / cleaned "Docs" folder
- The "Docs" folder now only contains the Manuals, Hotkeys, Compatibility Fixes ... and a link to the additional 1.13 Documents Folder
- Additional 1.13 SVN Documents: https://ja2svn.dyndns.org/source/ja2/trunk/Documents
- see: http://www.bears-pit.com/board/ubbthreads.php/topics/325007.html#Post325007






git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1765 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-11 08:46:37 +00:00
Wanne 371b24a82f - Fixed (Improved) create cutscene not playing after liberating 3 mine sectors (by Jazz)
o Reworked / optimized LUA script

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1764 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-11 07:30:18 +00:00
Wanne 762a939e59 - Bugfix: Creature Quest Cutscene was not triggered
o There was a wrong condition in LUA script (In the ja2 source code this condition works, but not in LUA!!!)
-> WRONG:   if ( giLairID )           -> this is always triggered as TRUE and therefore never starts the cutscene
-> CORRECT: if ( giLairID ~= 0 )      -> if the quest has not started ( value != 0), start the cutscene

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1763 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-10 11:24:11 +00:00
Wanne a36de16fd6 - Fixed X-Y coordinate mixed up for CheckConditionsForTriggeringCreatureQuest (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1762 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-10 07:25:38 +00:00
Wanne bc0112e95e - Added link to the new mercenary spreadsheet (by Faalagorn)
- Deleted old mercenary spreadsheets

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1761 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-09 08:48:03 +00:00
silversurfer 250be62601 changed IMP starting gear
Expert Snipers won't get a 10x scope anymore. They get a 2x scope instead. A 10x scope is useless at the start and when we buy or find a sniper rifle it usually has a 10x scope anyway.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1760 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-08 19:25:11 +00:00
silversurfer 19a3d9a1a5 New parameters in CTHConstants.ini:
IRON_SIGHT_PERFORMANCE_BONUS
This makes the base aperture in NCTH smaller by x percent when using Iron Sights or other 1x sights.

LASER_PERFORMANCE_BONUS_HIP
LASER_PERFORMANCE_BONUS_IRON
LASER_PERFORMANCE_BONUS_SCOPE
These also make the base aperture in NCTH smaller by x percent when a laser is used with the respective sight. This replaces the old Projection Factor if one of the values is != 0. To continue using Projection Factor leave these three parameters at 0.




git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1759 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-07 11:58:13 +00:00
Flugente 4af0ce6712 BACKPACKWEIGHT_LOWERS_AP controls wether backpack weight affects APs negatively
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1758 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-05 19:43:07 +00:00
Wanne 3905c309e5 - Correct a few sentences "LoadScreenHints.xml"
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1756 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-05 13:01:54 +00:00
Flugente f13423d2c9 - aligned texts
- added <insurance> tag to backgrounds

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1755 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-04 23:33:03 +00:00
Flugente d4427fbd8e - added more backgrounds
- added new backgrounds to mercs
- <no_male> and <no_female> prohibit specific backgrounds to show up on IMP generation
- <cth_vs_creatures> modifies gun CTH when aiming at creatures

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1754 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-04 21:09:21 +00:00
Wanne 90bb5da3df - Added new hints to LoadScreenHints.xml (by Off_Topic)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1753 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-04 17:17:24 +00:00
Wanne 80bbbd367a - Turned on the new Feature "Merc Story Backgrounds" for the 1.13 Mod per default (-> awesome mini feature)
- Fixed crash on startup of "Vanilla" mod
o Missing Backgrounds.xml
o Made the initialization of the "SoldierProfileEnemy*.xml" files optional, because the "Vanilla" mod does not need it
- Updated Ja2_Settings.INI

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1751 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-04 10:45:26 +00:00
Wanne 42c0a8fa76 - Added new hints and tips to the LoadScreenHints.xml (by Uriens)
- Added missing OVERHEATING property in "TableData/LoadScreenHints.xml"


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1749 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-04 10:06:21 +00:00
Flugente b184a624e0 - new feature: backgrounds allow more personalisation of mercenaries
- background feature replaces overheating on startup screen, moved overheating opion to ini

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1748 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-03 20:40:56 +00:00
Wanne e35feb6bf4 - Bugfix: Fixed issue with the Leather Shop Deed quest (by silversurfer)
o On modified maps Kyle couldn't reach the temp money for the reward. Now there is a new parameter in Mod_Settings.ini called KYLE_MONEY_POSITION = x. The default for x is 14952 which is for vanilla map.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1747 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-09-01 16:07:46 +00:00
Wanne c0f6e37770 - LUA Script Bugfix (by silversurfer)
o Added missing ProfileID parameter when calling the LUA method: CheckFact( fact, profileID )

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1746 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-30 20:40:20 +00:00
Wanne 49d078cdc2 - Corrected comments and ini references (by Faalagorn)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1745 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-30 14:09:18 +00:00
Wanne dab6c6ed93 - UB Improvements / Cleanup (by Jazz)
o Deleted unused Inventory XML files

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1744 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-29 11:57:12 +00:00
Wanne 56b081d0ca - UB Improvements / Cleanup (by Jazz)
o added the lacking items of UB to files "the "Data\TableData\Items\Items.xml". 
o Necessary "Hand Cannon" were moved to the task Raul, to files H11_0_ExtraItems_xxx.xml. 
o The instruction Morrisa will be generated after destruction of Morrisa automatically. 
o All scripts lua were modified for UB

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1743 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-29 11:56:11 +00:00
Flugente b5494fc168 Clothes can be cut into rags.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1742 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-28 19:55:49 +00:00
Wanne f8e30a5360 - UB Improvements / Cleanup (by Jazz)
o Deleted old / unused files and added / updated new files
o Fixed problems with the icons of objects laid on the ground (wrong ja2set.dat)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1741 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-28 17:09:45 +00:00
Flugente 52b3ebcf75 soldier tooltips now display energy and morale
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1739 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-26 21:23:22 +00:00
Flugente 894cc53692 - Updated faces and added missing camo faces for Spike and Leech (by anv)
- fixed Sparky relationships and quotes (by anv)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1737 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-24 23:08:25 +00:00
Wanne 8cb5d41a4d - Cosmetic Improvements to MERC hiring page (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1736 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-22 19:36:22 +00:00
Wanne 8c6c13d335 - Added optional profile names to the XML files (by silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1735 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-21 22:25:16 +00:00
Wanne b891c8e99b - Updated Vehicles.xml (by silversurfer)
o Added the jeep

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1734 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-21 07:52:47 +00:00
Wanne 62a16871e7 - Updated some JA DG faces and added missing camo faces for JA1 natives (by anv)
o Face improvements: Spam & Roachburn family members
o Added missing camo faces for the 3 JA1 natives

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1731 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-20 06:45:46 +00:00
Flugente 6d0f1059ce added a few loadscreen hints (by Acqsen & Flugente)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1730 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-19 19:43:33 +00:00
Flugente 5884224bbb made tripwire merges not that hard, thereby reducing the stat gain
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1729 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-16 22:27:29 +00:00
Wanne 26807ae8e8 - Fixed wrong index of drunken Larry in MercAvailability.xml (by silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1728 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-15 20:21:19 +00:00
Wanne b9b5abb11d - Fixed missing and placeholder face files for the 3 JA1 natives (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1727 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-14 11:20:06 +00:00
Wanne abd112fec4 - Bugfix: Fixed duplicated tags that were introduced in revision 1725 (thx to silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1726 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-11 20:08:25 +00:00
Wanne 2bfb133c2b - Re-added missing buddies/hates for some merc that were overwritten in revision 1715
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1725 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-11 19:19:35 +00:00
Wanne da041d4558 - Quickfix: Added the missing 33-faces for the 3 JA1 natives to fix the crash
o Currently all the 3 uses the face of John Kulba, until we get the correct ones

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1724 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-11 19:11:23 +00:00
Flugente a2322a6dc4 new feature: 'Move item' assignment allows quick and easy mass transfer of items between city sectors.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1723 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-11 15:07:36 +00:00
Flugente eac402f47e added and adjusted the following features by zwwooooo to help restoring IoV to a pure item mod:
- externalized the brightness vision range modifiers to allow for different ratios of day/night vision range
- added <PercentRangeBonus> as a complement to <Rangebonus>
- added the possibility for LBE vests to function as plate carriers

These were the missing features from IoV previously not in the 1.13 trunk. Thereby, IoV is now fully compatible to the current trunk (by DepressivesBrot)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1722 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-08 21:08:44 +00:00
Flugente fb93c07517 R-Holster is now covert.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1721 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-06 20:44:38 +00:00
Wanne 42210095bd - Bugfix: Overhead.lua (by Jazz)
o Entering Kinpgin room through the window. Demon (bodyguard) has to let in the player and Kingpin has to expect the player

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1720 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-02 11:18:54 +00:00
Wanne 837d54cf45 - Added missing MERC level up emails for John Kulba and the 3 JA1 natives
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1719 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-31 20:25:48 +00:00
Wanne 17f4b648e1 - Bugfix: Fixed wrong bio index for the 3 JA1 natives (by silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1718 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-31 20:10:47 +00:00
Flugente 43fe6ec3d1 new item tag <ItemChoiceTimeSetting> forbids AI from picking an item at night if set to 1 and at day if set to 2
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1716 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-30 19:34:13 +00:00
Wanne a4c2f079ed - Added playable mercs: John Kulba (the tourist) and 3 JA1 natives (Elio, Juan, Wahan) (by anv)
o Added faces (except camo faces), speech, bio, ...
o All those 4 mercs are available at M.E.R.C
o Added INI options for enabling/disabling recruitable Speck, Kulba and natives
-> RECRUITABLE_SPECK, RECRUITABLE_JOHN_KULBA, RECRUITABLE_JOHN_KULBA_DELAY, RECRUITABLE_JA1_NATIVES
o If enabled, Kulba becomes available as a MERC merc after finishing escort quest, delay is configurable (two weeks by default). He won't be available earlier even if MERC_WEBSITE_ALL_MERCS_AVAILABLE is set to TRUE
see: http://www.bears-pit.com/board/ubbthreads.php/topics/298288/47.html


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1715 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-29 11:55:20 +00:00