Commit Graph
1452 Commits
Author SHA1 Message Date
Wanne 6fbda34a9d Externalized some hardcoded grid numbers to "Mod_options.ini" (by DepressivesBrot)
- There is a new "Mod_options.ini" file located in the "Data" MOD folder
- Only modders should make changes to the file.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1464 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-19 07:54:10 +00:00
Wanne 34ac8b352a - New Version: 5346
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1463 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-17 23:43:50 +00:00
Wanne 95e098cb08 ja2_options.ini update (by Flugente)
- added a new option under [Tactical Fortification Settings] in the ini that governs wether any fortification options can be used while enemies are in the sector

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1462 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-16 22:58:52 +00:00
MaddMugsy 71c4163d70 XML Editor 0.97
-added ItemFlag to Items.xml. Only done as a dropdown for now.  Will change to checkboxes or something in the future.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1461 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-16 04:41:13 +00:00
Wanne f351a5c1f3 Enabled the HIGHSPEED_TIMER in the Ja2.ini, which is used for the feature "Fast Enemy AI Turns" in the ingame options
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1460 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-13 07:53:42 +00:00
Wanne 779219a561 - Added new ja2_5343.exe which supports the new static fortifications feature
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1459 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-12 16:22:21 +00:00
Wanne 7fbda56168 Bugfix: Static fortifications (by Flugente)
- Changed Item type for shovel to "Misc-Item" (it cannot be used as a weapon anymore)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1458 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-12 16:08:13 +00:00
Wanne 0a9a0034a1 Fortification feature fixes (by Flugente)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1457 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-12 07:46:03 +00:00
Wanne 0f12824a48 - Added missing ini properties to the Data/APBPConstants.ini and Data/Ja2_Options.INI file
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1456 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-11 08:48:38 +00:00
Wanne 45e9b9988d New Feature: static fortifications can now be built by mercs (by Flugente)
- if the terrain allows it, an empty sandbag (item 1540) can be filled to a full sandbag (item 1541). You need to have a shovel (item 1015) in your second hand. You will notice the new hammer cursor
- by using a full sandbag, you can build a sandbag barrier
- by using a concertina stack, you can build a concertina wire barrier
- this only works if the current map has sandbags/concertina wire in its tileset
- with a shovel in your hand, you can remove a sandbag barrier
- changed the size of shovel so it can actually be put in inventories. It was also necessary to remove its ability to be used as a melee weapon.
- for further info, see this thread: http://www.bears-pit.com/board/ubbthreads.php/topics/305822.html#Post305822
o Fidel will have a shovel and a few sandbags in his kit #3 to test the feature.

- new code: added a new flagmask variable to items. This one is separately from the attachments index, and can be used to determine item properties without adding up to 32 BOOLEAN varaibles


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1455 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-11 08:34:38 +00:00
Wanne af0c3d652a - Added JA2 1.13 Executable files (Revision: 5334)
o ja2 (JA2 1.13)
o ja2_ub (JA2 Unfinshed Business 1.13)
o MapEditor (JA2 1.13 Map Editor)
o Addes missing ja2_options.ini entries

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1454 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-08 20:11:04 +00:00
MaddMugsy c6db7220d2 Added Zombie battle sounds
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1453 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-08 19:55:42 +00:00
MaddMugsy b4fe5de662 Reverted changes for guns attaching to tripwire. There were way too many potentially breaking xml changes for this feature (and having guns with Attachment=True is probably asking for trouble); it has been moved to the code.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1452 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-06 18:19:55 +00:00
Wanne a080166161 New Feature: Traps made out of guns and a piece of tripwire (by Flugente)
- guns can now be attached to tripwire and then be used as tripwire-activatd traps
o To support this feature, some (already existing) xml-tags have been added to the weapons in Data-1.13\TableData\Items.xml (<nasAttachmentClass>, <AttachmentPoint>, <AttachToPointAPCost>, <Attachment>)
o see: http://www.bears-pit.com/board/ubbthreads.php/topics/305634.html#Post305634


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1451 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-06 08:30:54 +00:00
Wanne bfc1766345 - Added German translation for Zombie INI values (by Flugente)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1450 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-04 08:14:21 +00:00
Wanne ba618ef5cf - Added missing entries for quiet training and quiet doctoring to Ja2_Settings.INI
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1449 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-02 15:52:21 +00:00
Wanne 921e7a76c4 Zombie Update (by Flugente)
- added soundfiles for zombies rising/attacking
- the antidote drug type was wrong, corrected it
- new ini setting for zombies: ZOMBIE_RISE_WITH_ARMOUR controls wether zombies come equipped with armour that lay at their corpse
- fixed drug-type for antidote (index: 1539)


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1448 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-02 15:49:30 +00:00
Wanne 0ebb146225 - Added descriptions for the 2 new properties (USE_XML_TILESETS, NUM_P_ITEMS) to the INI Editor "INIEditorJA2Options.xml" file
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1447 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-01 12:04:50 +00:00
MaddMugsy 5bea46c2d0 XML Editor .96:
-Added PoisonPercentage tag to items.xml and ammotypes.xml (Called Poison Power in the editor)
-Added Cure Drug Type

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1446 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-30 10:48:22 +00:00
MaddMugsy a443e8d8e9 1. Bugfix - Vince's medkits had their statuses reset to zero with the new version of the JA:DG mercs
2. Bugfix - Dr. Q's 4th trait was removed with the new version of the JA:DG mercs
3. 7.62x51mm ammo box sizes increased to 22.
4. P4-P9Item files removed.
5. USE_XML_TILESETS and NUM_P_ITEMS options added to Ja2Options.ini
6. USE_XML_TILESETS removed from ja2.ini 


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1445 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-30 10:16:15 +00:00
Wanne 79d6b18b61 - Fixed type in Items.xml
- Added new drug comment in Drugs.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1444 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-30 08:00:16 +00:00
Wanne f1aed8775f - New drug: antidote cures poisoning (by Flugente)
o Item#: 1539


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1443 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-30 07:53:03 +00:00
Wanne 6a149dc4bc - New Feature: Zombie mod ingame option (by Flugente)
o The Zombie option can be enabled in the ingame option screen
o There are 2 new ini sections with a few ini properties ([Tactical Zombie Settings] and [Tactical Poison Settings])
wo ith the tag <PoisonPercentage>, you can now poison guns (Items.xml) or ammo (AmmoTypes.xml). This is the percentage of damage dealt that will be poisonous
-> New Tag in Items.xml: <PoisonPercentage>
-> New Tag in AmmoTypes.xml: <PoisonPercentage>
o see:  http://www.bears-pit.com/board/ubbthreads.php/topics/295746/Zombies_WH40K_and_more.html#Post295746



git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1442 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-29 22:56:00 +00:00
Wanne 1e847f78a9 - Removed (hide) Spooky from M.E.R.C website
o If you want to have him back on M.E.R.C, just remove the comment block at the end of the MercAvailability.xml file

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1441 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-29 20:47:24 +00:00
Wanne b04a4748f6 - Fixed "OldAIMArchive.xml" for "Data" folder (added missing veterans)
- Removed unused WF merc entries from AIMBIOS.EDT ("Data") folder
- Added missing "TOPTION_QUIET_TRAINIG" to Ja2_Settings.INI

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1440 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-29 20:25:57 +00:00
Wanne ced802412a - Updated JA/DG Merc MOD (by Dimitri)
o Edited some lines for Spooky to make them better sounding and compressed too big ones, example 069. Made the GAP files.
o Edited Spooky's stats. Shadow is now Hated1 instead of Hated3. 033 line is now for HeadShot. No Meddeposit and weekly salaries. 
o Spooky moved to MERC. Edited his BIO files. From 63 AIM to 18 MERC. Edited his StartingGear because only one Kit is availible at MERC.
o Added a very old mini mod - "Dynamo and Shank cured faces".
o Added and fixed over 20 new lines for Reuban, Kelly and others.



git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1439 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-29 10:19:47 +00:00
Wanne 1c58e66b7a - Updated/improved "Spooky'" speech and battle sound files (by Dimitri)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1438 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-25 23:17:35 +00:00
Wanne 6e0bf34e61 - Fixed missing <AttachmentClass> tag in "Data\TableData\Items.xml"
- Added comment block for "Data\TableData\Drugs.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1437 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-25 22:21:02 +00:00
MaddMugsy f63e8411ed Updated Lookup table xmls
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1436 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-25 17:07:58 +00:00
MaddMugsy 858e76a7d3 XML Editor Version .95:
- added Iron Sight to Lookup\AttachmentClass.xml
- extended AttachmentComboMerge out to 20 possible attachments
- added new merge types - Explosive (Easy), Mechanical (Easy), Mechanical (Hard).  Existing Explosive merge type renamed to Explosive (Hard).

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1435 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-25 17:04:59 +00:00
Wanne 6a751ce25a - Bugfix: Fixed the problem when playing with vanilla ("Data" folder), that you cannot train any militia (the training action was always disabled)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1433 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 13:06:14 +00:00
Wanne 1d689e7c7b - Fixed wrong entries Data/TableData/Magazines.xml which resulted in wrong items after hiring a merc
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1432 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 11:54:33 +00:00
Wanne 186cb5e86e - Updated GameInit.lua (for the Data-JA2Demo MOD)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1431 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 11:22:43 +00:00
Wanne a25a149ec5 - Added the JA2 Demo as a new 1-13 MOD (by Jazz)
o Now you can play the JA2 Demo (P1 - Demoville) maps with the features of 1.13
o The Demo has to be started with a special compiled 1.13 demo executable
o This demo is as close as possible to the original JA2 Demo
o There is a special "ja2_Demo.ini" file for the demo settings.


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1430 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 10:57:24 +00:00
Wanne 2703eeeb64 - Enabled the "Auto Fast Forward Mode" in the ingame options for the "Data-1.13" folder per default
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1429 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 10:53:59 +00:00
Wanne 79b75cf988 - Fixed wrong comment for jump through window property (CAN_JUMP_THROUGH_WINDOWS)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1428 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 10:27:25 +00:00
Wanne 942a5cf16e - Added new example and usage of a new LUA Method called "HireMerc()" where we can hire a specific merc by the LUA method call
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1427 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-18 10:05:05 +00:00
MaddMugsy e385e2112b Vince's starting medkit and first aid kit no longer have 1% status
Temp file deleted
ACOG reference in INI file changed from saying it's a 10x scope to a 4x scope

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1426 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-17 17:30:28 +00:00
Wanne 8a4232a235 - Updated AIMBIOS.EDT for the JA/DG v3.0 MOD
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1425 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-16 14:44:58 +00:00
Wanne c3fcbfb55d JA/DG Merc MOD v3.0 (by Dimitri)
- Fixed a lot of speech files
- Added some new speeches from JA1 series. (Spike, Snake, Vinny and many others)
- Fixed Ivan's quotes
- Organized merc's salaries
- Edited merc's stats and traits
- Gary moved to A.I.M. from M.E.R.C

see here: http://www.bears-pit.com/board/ubbthreads.php/topics/298288/1.html

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1424 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-15 22:00:38 +00:00
Wanne 166b3dbc97 - Updated MercProfileEditorLanguages.xml (Chinese) (by zwwooooo)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1423 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-09 17:46:06 +00:00
Wanne 408feb756f - Small gun pictures (MDGUNS.sti) correction/enhancement for 1.13 (by Nik)
Corrected so far: 14,21,24,25,28,29,84,86,87,88,110,115,117,135,136,137,155,165,179,180,243,272,304,305,306,315,316,317,325
see here: http://www.bears-pit.com/board/ubbthreads.php/ubb/showflat/Number/304511/Searchpage/1/Main/19888/Words/Nik/Search/true/Small_gun_pictures_correction_.html#Post304511

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1422 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-09 13:15:14 +00:00
Wanne 8a010414f4 - Added new prone bandaging animations (by PasHancock)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1421 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-06 14:47:32 +00:00
Wanne bf57244ce8 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1420 4f8fa57e-7814-0410-bad4-adc449f26b7c 2012-05-05 21:16:48 +00:00
MaddMugsy ef031f650d XML Editor 0.93b
-Added grid context menu item to filter excluding selected value

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1419 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-05 02:14:22 +00:00
MaddMugsy d1560062ab XML Editor .93:
-Changed ItemClasses from a lookup grid to an editable grid, so ppl can add their own item combinations (ie: for pockets.xml)
-In GridUtility, when creating a combobox column w/an extra blank entry, the decimal data type would screw up the grid. Changed it so that the data types of the rebuilt table columns are set to the same as the source columns.
-Added "Ammo/Grenade" and "Grenade/Misc" to the ItemClass lookup table values (again for pockets.xml)
-Added Separability lookup table
-Changed inseparable tag to integer
-Fixed issue with ItemDataForm text losing data set name
-# of item images is now determined by looking at the Interface folder for mdpXitem.sti files
-Added new options to grid context menus:
-- Remove Filter - to remove any applied filters
-- Filter by Selected Value - only works if grid is editable
-- Apply Value to Selected Column - only works if grid is editable - Add, Multiply and Set operations included

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1418 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-04 20:17:30 +00:00
MaddMugsy 64aa85f0d3 XML Editor .93
-Changed inseparable tag to integer, with values: 0-removable, 1-inseparable, 2-replaceable
-Added Separability lookup table
-Fixed issue with ItemDataForm text losing data set name

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1417 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-01 19:03:55 +00:00
MaddMugsy eaeacc7f7c XML Editor 0.92
-Fixed a bug where a few of the item grid columns would cause an error to be displayed.


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1416 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-30 17:39:53 +00:00
Wanne 3a034641d4 UB:
- Deleted unused "TableData/Text" folder
Updated ja2_options.ini
- Added missing properties
- Reworked wrong comment style
- Enabled the "USE_SCOPE_MODES" feature for Data-1.13


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1415 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-30 08:17:12 +00:00
MaddMugsy 17deb41b59 Corrected numbering on Drugs.xml files
XML Editor 0.91
- Reduced DefaultAttachment to 10 fields from 20
- Enabled AvailableAttachmentPoint to go up to 10 fields

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1414 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-30 05:02:51 +00:00