Commit Graph
145 Commits
Author SHA1 Message Date
Wanne 7e4c52ac13 New Release build (2620):
Bugfixes:
- CTD when enemies retreat (by Heinz)
- Open IMP page in laptop and then close laptop using key ESC. You will see button for closing window on strategic map... if you press this button you will have CTD.
- Mercs randomly drop aimed weapons automatically under some weird circumstances 
- Merc are now a little more "talkactive"
- Fixed error creating new soldiers in DoReinforcementAsPendingEnemy
- Fixed some bugs in Shopkeeper interface.
- Fixed CTD when pressing Alt-Y not in cheat mode
- Save/load screen shouldn't appear during quickload
- Fix movement cost problems in 100AP.  Externalized the movement cost modifiers and changed the run modifier from a divisor to a flat modifier like other forms of movement use.
- Added a condition which should stop the blue asterisk from appearing on an item unless that item is of item class IC_LBEGEAR.

New:
- AI Viewer: To use the AI Viewer build a Debug Version, go to the Strategy Screen and press F12
- Quest Debug System: Quest Debug System dialog is opened by switching to the Tactical screen and press F11.
- New option screen with "Next" and "Prev" button. This allows "unlimited" of options in the option screen
- "Forced turn base mode" option in the option screen and also available via keyboard shortcut (CTRL+ALT+SHIFT+T) in tactical. This forces the game to go in turn based mode when there are enemies in the sector.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1097 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-03-12 22:50:59 +00:00
inshy d048034100 Add information for Quest Debug System using DevTools (thanks Heinz)
Add russian description for AI Viewer and Quest Debug System

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1092 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-03-01 10:34:32 +00:00
inshy 1fcc547e50 Special gift for all fans of Ja2. Original files for AI Viewer. Remained on my HDD from times, when I was testing the game in 1998.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1089 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-11 10:09:56 +00:00
Wanne f6f1fb144b Added needed Graphic files to new folder Data\DevTools for the AI Viewer window. This only works in Debug Version of the ja2.exe, when you are in Strategy Screen and you press F12.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1088 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-10 19:09:25 +00:00
Wanne c4f57fa6a7 Added German TITLETEXT_MP_GERMAN.STI, so German Users with English JA2 can also start the game with a German JA2.exe (thx to Scheinworld)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1085 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-04 17:56:25 +00:00
Wanne 20a023e12c Added missing "ja2_options.ini" properties for last exe build (2567):
AUTO_SAVE_ON_ASSERTION_FAILURE
---------------------
GAME_PROGRESS_MINIMUM
GAME_PROGRESS_INCREMENT
IMP_STARTING_LEVEL
SMART_GOGGLE_SWITCH
AUTOMATICALLY_FLAG_MINES
--------------------
MAX_NUMBER_PLAYER_MERCS
MAX_NUMBER_PLAYER_VEHICLES
MAX_NUMBER_ENEMIES
MAX_NUMBER_CREATURES
MAX_NUMBER_REBELS
MAX_NUMBER_CIVS
---------------------
NEW_AGGRESSIVE_AI
---------------------
TONY_USES_BR_SETTING
DEVIN_USES_BR_SETTING

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1083 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-02 17:37:34 +00:00
Wanne 20e96af7c3 Added XMLs for Italian and Dutch version for Data\TableData and Data-1.13\TableData (by Inshy)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1070 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-01-21 13:34:07 +00:00
Wanne 26edfcba16 Added Chinese XML Files for Data\TableData and Data-1.13\TableData
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1069 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-01-20 21:25:46 +00:00
Wanne ade5da71b0 Removed duplicate WAV files from Data\Speech, because they are already existing in Data\Battlesnds (thx to Inshy)
Moved "*.GAP" files from Data\Speech to Data\Battlesnds (thx to Inshy)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1068 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-01-19 19:36:36 +00:00
Wanne cd9b29d043 Updated/Added XML-files in Data\TableData for Polish and French version
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1064 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-12-31 10:57:29 +00:00
Wanne 5cad1dbe5f New property (ALWAYS_USE_PROF_DAT) for ja2_options.ini. Not used yet with current SVN EXE.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1061 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-12-09 18:57:07 +00:00
Wanne de76b0f5ae New Build (2445)
- An AP value was being recast to INT8 which caused some issues with more then 127APs.
- Altered the RemoveRegion failsafe so use the REGION_EXISTS flag.  This seems to resolve the "timed" crash and/or infinite loop that people have been reporting with sector inventory.
- Added a cheat hotkey that creates a huge variety of items for troubleshooting sector inventory with multiple pages.
- Added maximum and minimum values for the AP_BONUS settings in the INI file.
- Merged the two parts of RenderItemDescriptionBox function (strategic and tactical) into a single function.  Now any change automatically effects both version of the box.
- Fixed some Polish and Russian translations
- Fixed description text in "ja2_options.ini" for property "USE_ENHANCED_DESCRIPTION_BOX"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1060 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-12-05 22:50:57 +00:00
Wanne 4fda702f3c Deleted unused WAV Files from the UB Merc. These files are unused in JA2 1.13, because it is only UB specific speech. (thx to Inshy)
This makes the next Release a little smaller in size :-)


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1055 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-11-26 19:13:43 +00:00
Wanne ffd0e933d4 New XML Editor (Version 0.38)
- Removed unused files from TableData/Lookup folder. This files are created automatically from the XML Editor
- XML Editor now deletes the file "JA2Data.xsd" on startup and recreates it
- You can change the default maximum AP values (default = 100) for the XML editor in "XMLEditorInit.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1051 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-11-14 13:32:18 +00:00
Wanne f8be4686e6 New Exe Build (2417)
- Only internal source changes to make Polish release in the future
- The updated GameDir files in this Revision are needed for this new Exe Build.

German and Russian EXE / GameDir files can be found here:
http://ja2.h758491.serverkompetenz.net/Wanne/Build_2417

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1050 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-11-14 11:56:47 +00:00
Wanne 7ff17075c1 1.13 Power Update
*** New ja2.exe build (2415) ***
- Enhanced Description Box (by Headrock)
	- Can be toggled on/off in the game settings
	- Can be customized in the ja2_options.ini (USE_ENHANCED_DESCRIPTION_BOX)
	- Further infos: http://www.bookgallery.co.il/JA2PublicPosts/DescBox.asp
- 100 AP System
	- Now the default system
	- Can be changed back to 25 AP System in the Data-1.13\APBPConstants.ini
        - Just change the property AP_MAXIMUM = 25 and you have the 25 AP System back

German and Russian EXE can be found here:
http://ja2.h758491.serverkompetenz.net/Wanne/Build_2415/


*** New XML Editor ***
- Supports the 100 AP system
- Minor adjustments


*** New INI Editor ***
- Also works as a MOD Loader.
- New entry in the ja2.ini (DEFAULT_JA2_EXECUTABLE). Used for starting JA2 v1.13 from the INI Editor
- Supports 100 AP System (APBPConstants.ini)
- Configure and start JA2 v1.13 from the INI Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1049 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-11-13 15:07:24 +00:00
Wanne 5401332632 Externalization: Restrict female enemies from being in the queens army (except Female Elite enemies)? -> RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE
INFO: This feature will be available in the NEXT SVN EXE

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1039 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-09-09 16:27:41 +00:00
Starwalker 0b21577d97 new Russian descriptions (Inshy)
corrected armours.xml (Inshy)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1037 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-09-09 06:24:09 +00:00
Starwalker b1978e6615 Dragunov SVD was set to 7.62x54R, which does not exist in the original JA2, and there is no ammo of this caliber available. Therefore I set this gun back to 7.62x39mm, as it was in original JA2.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1036 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-09-03 09:51:37 +00:00
lalien b25d33f783 Polish translation from inshy
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1031 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-08-12 23:01:31 +00:00
lalien db0c13aa8b Changed/translated Russian descriptions
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1024 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-07-07 15:03:38 +00:00
Wanne 484d7ec8be - added SIRTECHSPLASH.STI to the interface folder, so the english Map Editor.exe can also run with german and russian version
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1016 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-06-03 17:14:37 +00:00
Starwalker 1d7b7eaf72 added two new silhouettes
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1009 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-05-31 14:59:18 +00:00
Wanne d8ba1dbeaf - updated inventory bottom panel for 1024x768 resolution
- added speech fix for slay & fox (thx to scheinworld)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1007 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-05-31 13:09:26 +00:00
Wanne ad40a9492e updated Data/TableData/German.Items.xml (thx to Dr Deagle)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1002 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-05-17 21:29:39 +00:00
Wanne 34bc85e344 new exe build (2147)
- added INI option for new tracer bullets (USE_BULLET_TRACERS)
- updated German.Items.xml
- fixed one spelling mistake in Items.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@999 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-05-12 11:00:59 +00:00
Wanne f505fc194f new ja2.exe (Build: 2063):
- Fixed a CTD that occurs when closing sector inventory while the item description window is open.
- Added a new ALLOW_SECTOR_DESCRIPTION_WINDOW flag to the ja2_options.ini that allows players to turn off the stack popup and item description functionality for the sector inventory panel.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@989 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-04-22 18:45:24 +00:00
Wanne b275f2d282 Deleted all the Slay Speech files that had a " " in the filename. These files are not used in the source code
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@986 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-04-15 19:13:45 +00:00
Wanne 859efc6c00 - New Exe Build 2013 (fixed item duplication bug)
- Updated Russian specific xml files

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@982 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-04-13 12:47:03 +00:00
Starwalker 52d7cbc6bb added (empty) other Polish language xml-files for later Polish-language support code to find. Translation needed!
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@972 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-31 13:46:56 +00:00
Starwalker 2619f8d70f added (empty) other Polish language xml-files for later Polish-language support code to find. Translation needed!
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@971 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-31 13:46:48 +00:00
Starwalker c048a2a1a2 added (empty) Polish language xml-file for later Polish-language support code to find. Translation needed!
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@970 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-31 13:43:25 +00:00
Wanne 20cc315369 - added empty LBEClass.xml, PocketSize.xml, Silhouette.xml to the Data\TableData folder, so the XML Editor can start without any error, if the "Data" folder is selected in the XMLEditorInit.xml file.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@966 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-25 16:02:20 +00:00
Wanne f42ad5a186 - added empty NIV xml files for "Data" folder, so we can start an old inventory game without getting a runtime error
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@965 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-24 10:47:23 +00:00
Wanne 028dc35cf6 - Added further files for SLAY
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@956 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-13 19:17:16 +00:00
Wanne b865933318 - added missing entries for Data/Ja2_Options.INI (SLAY, ...)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@953 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-12 18:38:50 +00:00
Wanne 1fcd47b1e9 - Moved the NIV interface files to the "Data" folder, so all further mods can use this files.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@952 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-12 18:21:29 +00:00
Wanne 111c11d536 Moved Slay speech to "Data" folder so all mods can use this feature
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@951 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-12 18:13:47 +00:00
Wanne eda1439f5b - Externalized property (ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT) for the 1.13 exclusive enemy ambush chance which exists from the development beginning of 1.13
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@937 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-02-24 19:05:23 +00:00
Starwalker 329abacbe7 shifted one sound file
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@884 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-09-30 14:40:30 +00:00
Starwalker 6a89976bbd new gun sounds added (Farmer Toby)
some gun sound-files renamed for easier work with the XML-Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@883 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-09-30 14:37:27 +00:00
Starwalker e684da67ed added several new gun sounds and replaced Stechkin sounds (Farmer Toby)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@881 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-09-25 11:34:34 +00:00
Starwalker 937ef7f998 added Sounds for 7.92x57mm and 7.92x33mm ammo
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@878 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-09-18 06:48:25 +00:00
Starwalker 3bb01780b8 added the new explosive internal item at #270, so Overhaul's fix should be workin with vanilla JA2 as well. Also made a new explosive entry for this item in explosives.xml.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@876 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-09-13 08:31:45 +00:00
Overhaul 20df3ca6cf Corrected spelling errors and typos in SectorLoadScreens.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@874 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-09-11 09:54:56 +00:00
Wanne 3e294ee92f - To get a full working version of classic ja2/ub (Data folder) I had to move the sound files from Data-1.13/Sounds to Data\Sounds. This was needed, because otherwise the weapons which have autofire wouldn't have a matching sound, because no autofire sound exists in vanilla ja2. Data-1.13 works like before, because it has a fallback to the Data folder!!
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@868 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-08-28 18:59:48 +00:00
Wanne fc297a992a - Reworked Data\TableData folder so it reflects the classic/ub items and weapons (uiIndex <= 335)
- Corrected xml files and added needed STIs to get the xml editor working with the "Data" folder

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@867 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-08-28 17:56:51 +00:00
Wanne 40dcef0399 Corrected AttachmentInfo.xml, so it works with the xml editor
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@866 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-08-26 12:44:35 +00:00
Wanne 0c27cc47d4 Added some missing tags to the xml files, so they can load in the xml editor
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@865 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-08-26 11:24:36 +00:00
Wanne 7cf994b19d Added missing files to the Data folder, so the xml editor will work when selecting the Data folder in the XMLEditorInit.xml.
The xml editor can only read from STI files and not from SLF-Archiv.
Some xml files in the Data\TableData folder are invalid for the xml editor, so they needs to be corrected first to use the xml editor.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@864 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-08-25 16:40:27 +00:00