Commit Graph
100 Commits
Author SHA1 Message Date
Wanne beb8cbffd4 - Bugfix: Fixed too long sentences in Email.edt for John Kulba (thx to Inshy for reporting)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1740 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-28 16:34:03 +00:00
Wanne 85aa8bac65 - 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 d3355d1c07 - 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 8905dcc21b - 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 94cffbcb63 - Bugfix: Externalized Music (Music.lua) (by Jazz)
o Added missing:
6 - creature start battle  (CREATURE_BATTLE_xxx.wav or CREATURE_BATTLE_xxx.ogg)
7 - creepy music  (CREEPY_xxx.wav or CREEPY_xxx.ogg)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1733 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-20 08:34:32 +00:00
Wanne f805684010 - New Externalization: Externalized the used music to an OPTIONAL "Scripts\Music.lua" file (by Jazz)
o This file is OPTIONAL and if not available, the game uses the default music tracks
o With the user of the Music.lua script file, you can play different musics and types for each sector (*.WAV or *.OGG)
o An example of the usage has been added to "Docs\Externalized Music Example.zip"
o See comments from the Music.lua scripts below

--[[
AddMusic(SectorX,SectorY,SectorZ,MusicType,MusicID)

MusicType :
1 - standard music, sector no enemy (NOTHING_xxx.wav or NOTHING_xxx.ogg)
2 - enemy in sector  (TENSOR_xxx.wav or TENSOR_xxx.ogg)
3 - start battle  (BATTLE_xxx.wav or BATTLE_xxx.ogg)
4 - victory  (TRIUMPH_xxx.wav or TRIUMPH_xxx.ogg)
5 - death merc  (DEATH_xxx.wav or DEATH_xxx.ogg)

xxx - number file

MusicID - id of music

Put to "Music" folder ogg or wav file. We number the names of files NOTHING_0.wav... NOTHING_10.wav ... etc

Example :
AddMusic(1,10,0,1,0) -- add to sector A10, music type "1" and file NOTHING_0.wav or NOTHING_0.ogg.
AddMusic(1,10,1,1,0) -- add to sector A10_B1, music type "1" and file NOTHING_0.wav or NOTHING_0.ogg.
AddMusic(1,9,0,2,10) -- add to sector A9, music type "2" and file TENSOR_10.wav or TENSOR_10.ogg.

for x = 1,16 do
        for y = 1,16 do
		AddMusic(x,y,0,1,10) -- add to all sector, music type "1" and file NOTHING_10.wav or NOTHING_10.ogg.
	end
end

]]

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1732 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-08-20 07:21:55 +00:00
Wanne 7bbe67776b - 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
Wanne 27dfcb84a4 - 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 c150b517da - 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 62b01d0637 - 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 4fe527ca86 - 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 d3e7615aa4 - 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
Wanne 8c400305c6 - 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 ae71026775 - 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 c5eeb55758 - 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
Wanne 21c8c1cda1 - Fixed maxvalue for IMP_MALE_CHARACTER_COUNT and IMP_FEMALE_CHARACTER_COUNT
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1717 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-31 20:06:14 +00:00
Wanne d299f4c115 - 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
Wanne b662474c9a - Added possibility to create 7 IMP males instead of only 4 (by Parkan)
o Added profiles & other needed XML data for 3 new IMPs (MercProfiles.xml, ...)
o The 3 new IMPs use voice set (speech & edt) of IMP (51, 52, 53). All speeches are Russian currently, texts in English


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1713 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-23 13:14:06 +00:00
Wanne 0251a6f2c7 - Bugfix: Dialog is not triggered after escorting John & Mary to the Drassen airfield (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1712 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-21 21:17:01 +00:00
Wanne cdaa4d0f9c Added possibility to show rank and name on enemies (by silversurfer)
- If a name is available for the enemy, the name will be shown and if INDIVIDUAL_ENEMY_RANK = TRUE also the rank will be shown
- The name will be shown if INDIVIDUAL_ENEMY_NAMES = TRUE or SOLDIER_PROFILES_ENEMY = TRUE. If both are true, then the name will be taken from the enemies profiles

- Added missing entries to Data/Ja2_Options.INI

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1711 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-21 17:43:30 +00:00
Wanne b7bd15c8d6 o Externalized ja2_options.ini value if you want to use / or not the cleaned up version of CalcNewChanceToHitGun: USE_NEW_CTH_CALCULATION (by silversurfer)
o see: http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/322986/Re_Potential_NCTH_Code_Change_.html#Post322986


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1710 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-21 17:09:14 +00:00
Wanne ee7170e778 - Re-added the <ubGraphicNum>245</ubGraphicNum> for uiIndex=445 (5.56x45mm Belt M) which got lost in revision 1708 (thx to silversurfer for reporting)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1709 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-19 07:30:30 +00:00
Wanne 27f51f779c Added / Updated Item graphics (by Bambusar)
o see: http://www.bears-pit.com/board/ubbthreads.php/ubb/showflat/Number/322670/Searchpage/1/Main/12303/Words/Bambusar+/Search/true/Re_BUGZILLA_report_all_bugs_he.html#Post322670

Pepper Spray      SM
Spray Canister    SM
Scuba Mask        SM
Diving Bottle     SM
Scuba Fins        SM
Binders           SM

Flashlight        SM MD BIG
Flashlight        SM MD BIG
Garotte           SM MD BIG
Body              SM MD BIG
Binders

TIMS Backpack     SM
ARUC Backpack     SM
MALICE3 Backpack  SM
TIMS Pack         SM
TT 3-Day Pack     SM
Patrol Pack       SM 

Light knife       MD



git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1708 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-17 19:07:33 +00:00
Wanne 507d9d3be3 - Bugfix: Fixed missing <ubGraphicNum>245</ubGraphicNum> for uiIndex=445 (5.56x45mm Belt M) (by Bambusar)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1707 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-16 09:27:28 +00:00
Wanne a5db19bccf - Bugfix: Added missing nAccuracy tag with value 6 for uiIndex = 675 (HK P7M8) (by Bambusar)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1705 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-16 06:25:14 +00:00
Wanne 5723a889d3 - Removed double (wrong) Speck Entry on index = 1
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1704 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-15 13:12:36 +00:00
Wanne 6682a6b315 - Fixed Speck Merc Bio (by Charlie_May )
- Removed empty lines in EncyclopediaQuests.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1702 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-11 20:39:48 +00:00
Wanne 91eeef7d4b Added Speck to M.E.R.C (by anv)
o From now on, as long as Speck is hired (or dead, or POW, or travelling), he won't be sitting on Speck Com nor sending you emails. However, is he's able to, he'll comment on current situation from battlefield: player owing money, Flo getting married, MERC merc dying, etc., so keeping him alive might be a good idea. Also added quotes for MERC website:
- on recruiting Speck
- on trying to recruit unavailable Speck
- on trying to recruit unavailable Biff (present in game files and code, but previously unused)
- Speck advertising himself

Fixed Biggin's wrong ammo (by anv)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1701 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-11 19:44:24 +00:00
Wanne 66739d1cf9 - Hireable Mike (by merc05)
http://www.bears-pit.com/board/ubbthreads.php/topics/322512/1/Improved_hireable_Mike_script.html

How to recruit Mike?
It doesn't matter if you have an AIM member and what you do in the initial dialogue with Mike. First you have to get him to around critical state, but not kill him. Now use the mouth icon to talk to him during combat. Choose recruit (you will need a merc with leadership skills >= 70). Mike will end combat and offer you his services for 10000$. If you decline he leaves for good, if you accept you get him as your merc.

Credits:
o Face: http://kermi.pp.fi/JA_2/Faces/Kazuya/Veterans/
o Soundset: http://www.chironkft.net/ja2mike.htm (not available anymore)


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1700 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-10 21:00:23 +00:00
Wanne d4fabaef41 - Updated Snakes Face (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1698 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-07 09:16:03 +00:00
Wanne 34c2c41f95 - Fixed wrong scope magnification factor for PS0-3 (by silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1697 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-07 09:03:33 +00:00
Wanne fc9d4a77c1 - Updated faces (Elroy, Mouse) (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1695 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-05 14:53:00 +00:00
Wanne a588e4b425 - Updated faces (Snake, Reuban) (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1694 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-05 14:52:15 +00:00
Wanne e2aa0f56fd - Bugfix: MERC, Kit 5, Wrong ammo or no West/Bag to Carry Stuff : Flo, Gumpy, Sktiz
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1693 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-05 14:49:58 +00:00
Wanne 95eedbc0fa - Added a collection of links from Bears Pit Links for common Problems and their Solutions (Windows 8, Graphic, Mouse Wheel ...)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1691 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-07-01 06:31:12 +00:00
Wanne 63d7d708e5 - Updated comment for the ENCYCLOPEDIA feature
o Currently this feature is disabled in the executable, because of hugh memory problems

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1690 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-30 16:47:22 +00:00
Wanne a7b4e660fc - Externalized 2 breathing values to APBPConstants.ini (by silversurfer)
o With those values you can define the minutes needed to regenerate BP in real-time mode
o BP_RT_BREATH_RECOVER_MODIFIER, BP_RT_BREATH_DEDUCT_MODIFIER
o see: http://www.ja-galaxy-forum.com/board/ubbthreads.php/topics/322238/Re_Breath_regeneration_is_too_.html#Post322238

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1689 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-30 16:32:14 +00:00
Wanne 26ab76245e - Bugfix: DG Mercs (fixed missing approaches values) (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1687 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-27 11:12:36 +00:00
Wanne 4ab75f5402 - Removed unused TONY_USES_BOBBY_RAYS_SETTING and DEVIN_USES_BOBBY_RAYS_SETTING options from Ja2_Options.INI (by silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1686 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-26 07:29:20 +00:00
Wanne 394c7e8506 DG Merc Bugfixes (by anv)
- fixed few quotes (Wink, Carp, Turtle, Sparky)
- changed Wink's throwing trait to demolitions
- changed incorrect zeroes in buddy/hate records to 255s
- changed Sparky opinion of Gary from buddy to hated

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1685 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-26 07:15:03 +00:00
Wanne e47f7bc18d - Added 5-mission example MOD to play a mission based game (like it was in Deadly Games) with the use of the new 1.13 briefing room feature. (by Jazz)
o The MOD with a readme is currently located as a zip file in Docs/Briefing Room Example 2.zip
o Just extract the ZIP file in your JA2 installation and then you have "Data-BriefingRoom"
o Set the mod in the ja2.ini and start the game. See "ReadMe.txt" how the mission based system works.
INFO: Currently the executable is built without the briefing room enabled. To enable briefing room feature in the exe the define must be enabled!

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1684 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-26 06:03:37 +00:00
Wanne 07a0f4802d - Added the new CIVILIANS_DROP_ALL option to Ja2_Options.INI (by silversurfer)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1683 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-25 06:37:41 +00:00
Wanne 2a63066464 - Added the last missing DG mercs (by anv)
o Mitch (AIM), Carp (AIM), Lance (MERC), Raffi (MERC), Wink (MERC)
o added voice sets for above
o added love/hate talk for Spam, Vicki, Biff, Fidel, Bud 
o added gear kits for all MERC mercs, now everyone should have 5 choices (I hope they're somewhat balanced)
o added 2 signature weapons from DG: Postie's letter opener, Reuban's hedge trimmer, now in their kits

Notes:
o Carp has skill evolution set to 1/4 - as he "has slowed with age" according to his bio,
o hedge trimmer doubles up as wire cutter, so no puny fence will save you from getting chopped up,

see: http://www.bears-pit.com/board/ubbthreads.php/topics/321770.html#Post321770


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1680 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-20 19:38:57 +00:00
Wanne 2870da3b92 New Lua Externalization (Quests.lua) (by Jazz)
- New File "Quests.lua"
- Modders can now define new events relating to tasks (from 0 to 254)
- Fixed missing laptop history quest text when escorted S. to Estoni

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1679 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-06-19 11:22:57 +00:00
Wanne c2aae027ed - Re-added missing TOPTION_ZOMBIES to Ja2_Settings.INI
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1676 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-13 21:22:59 +00:00
Wanne f458063659 - Added new JA/DG Mercs to M.E.R.C: Pops, Wally, Eli (by Anv)
o Added speech for those mercs
o Updated Jimmy's Portraits


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1675 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-13 19:42:32 +00:00
Wanne dcd5956f24 INI Adjustments (by Buggler)
- Added RandomStats & RandomSalary options to INIEditorJA2Options.xml
- More detailed description for RandomStats settings
- Set faster laptop transition & website loading in Ja2_Options.ini for 1.13 & UB

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1674 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-11 16:58:49 +00:00
Wanne d3cfaf25a8 Improved Random Stats Feature (by Buggler)
- Added random starting salaries in Ja2_options.ini
- Added more options for random stats & tweaked existing formula

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1671 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-10 20:37:53 +00:00
Wanne dae9e09c35 - Minor fixes (by anv & merc05)
o Hector has bad MouthY coordinate (should be two numbers higher)
o Stella has Fox as a hated merc (should be Hurl)
o Reaper has Shadow as a buddy merc
o Reaper has Blood as "learn to like"
o Changed some GenderQuotes 
o fixing Larry's alumni page text

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1669 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-04 15:04:29 +00:00
Wanne baf52bd1ca - Added soundset for "Hector" (by merc05)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1668 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-04 14:36:55 +00:00
Wanne 9f4a2ed5c4 - Added random stats for Bernie and It (by Thor)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1666 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-03 07:43:24 +00:00
Wanne ef6dc4e66d - Added ini property to control how long (in seconds) the load screen should be visible before disposal: Default: 2 seconds
o This is needed, so we can read the new loadscreen hints text
o Property name: ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1665 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-02 20:50:03 +00:00
Wanne 9a81f23715 - Updated LoadScreenHints.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1664 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-02 17:01:30 +00:00
Wanne bab38403d2 - Added reworked "Bernie" faces (now he looks older) (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1663 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-05-02 16:55:31 +00:00
Wanne a8fb1f0641 - Fixed wrong merc opinions for Blood
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1650 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-16 08:54:48 +00:00
Wanne 4faa0b2ae0 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1649 4f8fa57e-7814-0410-bad4-adc449f26b7c 2013-04-14 22:59:47 +00:00
Wanne 24370ab679 - Updated MercProfiles.xml and MercStartingGear.xml (by Thor)
o Ira: Added compact binoculars to the gear
o Hurl: new paramedics skill
o A few other adjustments
o Cleaned MercStartingGear.xml file (removed tags with default values) which shrinks the xml file

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1646 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-11 20:07:27 +00:00
Wanne 7e5a28fc0c - Fixed and reworked LUA scripts (by Jazz)
o Updated LUA documentation (moved to new server): http://legion.itzg.pl/mzgb/pmwiki/pmwiki.php?n=JaggedAlliance2UBV1.Jav113lua 

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1645 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-11 19:18:19 +00:00
Wanne 2c647a5589 - MercProfileEditor 2 (Beta) by Jazz)
o This new version of the "Merc Profile Editor" allows you to edit and view any kind of XML files that are not supported by the XML Editor
-> MercProfiles.xml, Vehicles.xml, Emails, ...
o Just extract the ZIP-Package to the JA2 Installation directory and start the editor with "MercProf2beta2.exe"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1644 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-11 18:43:55 +00:00
Wanne 0e58a77ab5 - Added random stats for Hurl and Doc (by Thor)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1643 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-10 12:56:51 +00:00
Wanne 426ffe306b - Added another missing files for the new DG mercs
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1641 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-08 07:51:51 +00:00
Wanne 0c9a609749 - Added missing faces for Hurl and Doc
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1640 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-08 07:47:25 +00:00
Wanne 3f38e18c50 - Added missing Reuban to OldAIMArchive.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1639 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-04 22:22:41 +00:00
Wanne 247c076478 New Mercs: Hurl (MERC) & Doc (AIM) (by anv)
- added Doc's voicepack (provided by steggieav), with slight edits
- added Hurl's and Turtle's voicepacks
- added hate talk for Fidel and Biff
- removed neon glow from Turtle face

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1638 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-04 22:17:07 +00:00
Wanne abdd94cdbb - Changed INI-Property "RANDOM_STATS" from int (0 - 3) to boolean value
FALSE = Do not use random stats (JA2 vanilla setting)
  TRUE = Use random stats for any mercs, that have random stats defined (Enabled = 1) in "TableData\RandomStats.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1637 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-04-04 21:50:47 +00:00
Wanne b2bda98e75 - Added Fix and ReadMe for Windows 8
o How to get the game working and how to fix the slow/laggy performance on Windows 8

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1636 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-30 20:03:05 +00:00
Wanne 8b047e15a8 - INIEditorJA2Options.xml: Fixed empty lines and spaces for English Texts
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1635 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-28 19:36:19 +00:00
Wanne 797302cf10 - Added a few missing entries in the INIEditorJA2Options.xml
o But there are still a few (~ 20) entries left ...

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1634 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-27 23:21:52 +00:00
Wanne 6729be5300 - Added INI option to enable/disable random merc stats (MERCS_RANDOM_STATS)
0 = Do not use random stats (JA2 vanilla setting)
1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml"
2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1633 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-27 23:20:51 +00:00
Wanne 932b3f48f6 - Updated "Data-1.13/TableData/RandomStats.xml" (by Thor)
o Added random stats for the new DG mercs

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1632 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-27 23:18:26 +00:00
Wanne f5225997d9 Fixes (by anv & Thor)
o Stella: Fixed salary
o Moses: Replaced "devolve" with "none"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1630 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-27 22:08:33 +00:00
Wanne 2ec2967730 - Added a few comments to the Email/EmailMercLevelUp.xml file
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1628 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-24 20:19:08 +00:00
Wanne 4a4458a361 - Added Dyno and Turtle to M.E.R.C (by anv)
- Reworked camo faces and created non camo face for Shadow and Monk (by anv)
- Reworked Smoke animated portrait (by anv)
- Added small 65 and 33 portraits for IMP 218 (previously she used the same as IMP 219) (by anv)
- see: http://www.bears-pit.com/board/ubbthreads.php/topics/298288/28/Jagged_Alliance_Deadly_Games_M.html


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1627 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-24 19:50:15 +00:00
Wanne 7dbfe22239 - Added starting gear for the 4 new DG merc (Stella, Smoke, Ears and Moses) (by anv)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1624 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-19 12:06:23 +00:00
Wanne fa45f75d38 - Added 4 new DG-Merc: Stella, Ears, Smoke and Moses (by anv)
o AIM: Stella, Moses, Smoke
o MERC: Ears
- Moved Rev and Elroy to MERC

Missing stuff:
o Currently the 4 new merc do not have StartingGear. Will be done soon.
o There are no entries set in MercOpinions.xml
o Some texts are missing for the merc in EmailMercAvailable.xml
o Speech is missing

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1623 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-18 10:10:53 +00:00
Wanne 2a01e7ce1c - Added missing MW_SR_HIP_AIM.STI (renamed the original animation file) (thx to Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1620 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-10 16:54:50 +00:00
Wanne 4b1aa519fc - Added 4 new JA/DG Merc to A.I.M (by anv)
o Hector, Elroy, Mouse and Rev
- Updated Portraits: Vinny, Bud, Screw (by anv)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1618 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-09 17:04:58 +00:00
Wanne c566cd51c2 - Fixed "corrupt" civ52.edt file (prisoners quotes). The file had wrong file size and empty lines
@all: Please use the EdtMegaEditor when editing EDT files, cause other EDT-Editors can damage the file

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1614 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-05 09:04:31 +00:00
Wanne a984ef3e96 - Updated JA2 - DG Faces & added Camo Faces (by anv)
o Updated: Bud, Gary, Needle, Postie, Sparky
o New: Elroy, Mouse -> Added to the TODOs trunk (until we have valid entries in the XML files)
-> http://www.bears-pit.com/board/ubbthreads.php/topics/298288/25/Jagged_Alliance_Deadly_Games_M.html

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1612 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-04 09:24:28 +00:00
Wanne ae2f385634 - Moved the following XML files in the correct "Data\TableData" location (thx to Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1610 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-02-26 14:11:12 +00:00
Wanne 9c02b9e270 - Fixed Mobile Militia graphical & transparency icon issues (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1609 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-02-26 13:59:47 +00:00
Wanne d821804721 SaveLoadScreen Useability Enhancement & Fix (by Buggler)
- Changed font color for better readability
- Enlarged highlight box
- Added LEFTARROW & RIGHTARROW hotkey for previous & next page
- Fixed minor graphical bugs

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1605 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-02-23 09:48:25 +00:00
Wanne ab1ca10fda New XML-Editor: 0.102
- Fixed folder location of tabledata xml files

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1602 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-02-03 21:54:00 +00:00
Wanne aeafb3e4f5 Fixed X/Y coordinates of new items like sandbags, food etc & those with no coordinates specified in pickup menu (by Buggler)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1601 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-31 20:20:39 +00:00
Wanne a6eed8e2d6 Fixes (by Buggler)
- Fixed shopkeeper & repair interface IMP portrait bug due to wrong image size in 33Face & 65Face for IMP

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1600 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-28 14:15:48 +00:00
Wanne c9cc477288 - Moved SoundsProfiles.xml to the correct folder
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1599 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-26 19:56:50 +00:00
Wanne 8a03e27ddd Optional Skill Tooltip On Merc Portrait (by Buggler)
- Option to show skill/traits tooltip on merc portrait in AIM/MERC hire screen

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1598 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-22 13:21:13 +00:00
Wanne 43e8990079 Enabled random merc stats for "Data-1.13" (by Thor)
o See file "Data-1.13/TableData/RandomStats.xml
o To disable random merc stats for certain mercs, just set <Enabled>0</Enabled> in RandomStats.xml
o Additional Informations: http://www.bears-pit.com/board/ubbthreads.php/topics/314414/1.html



git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1596 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-19 19:45:47 +00:00
Wanne f9661d2532 - Fixed UB GameDir files. Now it should start again without errors
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1595 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-19 19:40:01 +00:00
Wanne ceabf77ae2 Fixes (by Buggler)
- Fixed allow exception to Dr Q. skill trait code not fully functional
- Swapped Dr Q. skill trait xml order so that when exception disabled, he will still have his night ops minor skill due to code execution order
- Externalized allow_exception ID number for modding

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1594 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-15 20:05:25 +00:00
Wanne 76c930703c - Fixed MERC <mAbsolutePrice> to -1 (by Buggler)
(only 1.13 xml is bugged, vanilla classic is working as it is.)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1592 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-13 17:51:51 +00:00
Wanne 1521afd106 GameDir Cleanup
- Moved foreign (non English) language xml files to the language specific GameDir folder
o https://ja2svn.dyndns.org/source/ja2/trunk/GameData

- Deleted old unused XML files
o FilesSenderList.xml (this is not an 1.13 xml file)
o SenderNameList (this file is in the TableData\Email\EmailSenderNameList.xml)


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1588 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-05 16:32:32 +00:00
Wanne 73da8f3cf5 - New INI Editor: 2.5.0
o Removed HIGHSPEED TIMER option

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1587 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-05 15:19:21 +00:00
Wanne 3b745c821b - Removed HIGHSPEED_TIMER option from the ja2.ini. Highspeed timer is now always ON
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1586 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-05 15:06:10 +00:00
Wanne af45af59f4 - Deleted old outdated ja2.exe (5520)
- Added text file with download url to D.Brot's SkyDrive for the latest development executables

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1581 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-01-03 10:43:28 +00:00
Wanne 751332ce40 - Fixes (by Buggler)
o Added IMP 219 missing gasmask & nightvision googles
o Corrected transparency color in sungoggles

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1575 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-12-09 17:59:39 +00:00
Wanne a942bbb44a - Added an ini option (ALL_NAMED_NPCS_DECIDE_ACTION) which enables proper realtime decision making for any named NPC (i.e. NPCs tied to a profile). As a result such NPCs are not required to be in CIV_TEAM anymore. (by Realist)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1574 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-12-08 22:05:52 +00:00
Wanne e75bbc03bd - Updated translation text in Encyclopedia/EncyclopediaQuests.xml (by LLIkaOIO)
o Info: Currently Encyclopedia is disabled in the source, cause of memory leaks

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1567 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-11-30 19:23:57 +00:00
Wanne 190b7f4cce - Fixed corrupt file Hotkeys 1.13.pdf
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1566 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-11-23 21:57:05 +00:00
Wanne 8803db8629 - Updated 1.13 Hotkeys (by goc_man )
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1565 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-11-23 19:42:51 +00:00