Commit Graph
30 Commits
Author SHA1 Message Date
Wanne 1b7841f2d8 - Helicopter Feature (Repair, Fuel, ...)
see: http://www.bears-pit.com/board/ubbthreads.php/ubb/showflat/Number/329091/gonew/1/Helicopter_repair_and_refuel.html

- Spotters for snipers feature
see: http://www.bears-pit.com/board/ubbthreads.php/topics/329093/New_feature:_Spotter.html

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1898 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-12-20 10:30:25 +00:00
Wanne f47f264dd6 New option ALTERNATE_MOUSE_COMMANDS in Ja2_Options.ini (by Sevenfm)
- With this option = TRUE, mousewheel is inverted for changing stance with ALT+mousewheel, also some new mouse actions are possible.
- Alternate mouse actions: see "Docs\Manual\JA2_113_Alternate_Mouse_Commands.xlsx"
  https://ja2svn.no-ip.org/source/ja2_v1.13_data/GameDir/Docs/Manuals/JA2_113_Alternate_Mouse_Commands.xlsx

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1889 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-12-06 16:47:41 +00:00
Wanne 162e3f8710 - 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 e02a618658 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 3dba3dee26 - 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
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 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 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
Wanne b54118d597 - Added new "Mercenary Stats.xls" file (by Dan)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1534 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-08-27 07:45:03 +00:00
Flugente 18307209ab New feature (by DepressivesBrot): Molle Items
- individual LBE gear can be created via MOLLE items. For each LBE item, there's a definition which pockets may be changed and how much space the new pockets may take up in total.
- If there's a free pocket slot and enough space -> attach item and enable pocket.
- for further description, see Doc/Design Document- MOLLE.txt

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1486 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-08-02 22:31:20 +00:00
Wanne d74131fd48 - Added "Merc Spreadsheet" (by cnagornaec)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1480 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-07-29 20:50:25 +00:00
Wanne 90a8bf6692 - Added the 1.13 Hotkeys list (by goc_man)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1478 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-07-26 12:25:23 +00:00
Wanne 168c0519ff - Added 5 new female IMPs (IMP faces including CAMO faces) (by Lejardo)
o Just copy/paste the content of the ZIP file in your JA2 1.13 installation directory

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1473 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-07-23 13:48:02 +00:00
Wanne c3d38741f1 - Updated Cover Display & Mines Display Hotkeys.txt with additional Mines hotkeys
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1407 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-14 17:05:38 +00:00
Wanne c02df2eb2f - Added a special JA2 1.13 executable, where you can create the "ja2Set.dat.xml" file from the "ja2set.dat" file
o Developer note: It is "special", because it is the latest version of the source, but does not have the P4-P9 items included in the exe (which is needed to generate the xml file from the dat file)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1385 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-10 14:10:01 +00:00
Wanne 135d25808e - Replaced wrong Magazines.xml (by Madd Mugsy)
- Added JA2_Map_Editor_Tutorial.pdf

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1371 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-03-23 21:29:27 +00:00
Wanne 84d990e7fb MERGED GameDir files from the development GameDir folder from revision 4545 up to 4882
Development GameDir folder: https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP/GameDir




git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1353 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-01-18 11:58:16 +00:00
Wanne 1f7fb9c562 - Fixed wrong comment description in Additional Merchants Modifications.txt
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1274 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-03-12 10:04:24 +00:00
Wanne 71cb695318 ************************************************************
* Merged GameDir from Development Trunk: Revision 4063 *
************************************************************
- Merged from SVN: https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1257 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-01-18 10:24:49 +00:00
Wanne eb05708a4a New EXE Release (Build: 3342)
New Features
-------

- Added Big Maps Project support. You will not see any differences until I release the new Big Maps project Map Editor
o This will allow playing really big tactical maps (up to 2000 rows X 2000 cols, instead of "normal" 160 rows X 160 cols)

- Added Multiplayer v1.5
o Most important feature in this version is the synchronization of explosives (grenades, TNT, ...) and fixes some bugs

Info
-------

- Because of the Big Maps Project integration most of the structures have changed and you HAVE TO START A NEW GAME
o If you don't want to use the new EXE, I have renamed the previous release EXE to "ja2_3329.exe" and you can continue playing with your existing savegames.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1211 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-03-01 19:08:06 +00:00
Wanne 2f53d936c0 - Updated Multiplayer "Getting Started"
- Added a "FAQ" section in the "Getting Started" mainly for port forwarding

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1195 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-09-30 09:29:56 +00:00
Wanne a38d91deb0 - Updated Mutliplayer "GettingStarted"
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1189 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-09-04 07:47:40 +00:00
Wanne f494d01008 - Added JA2 Manual (Gold Pack)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1178 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-07-23 19:30:38 +00:00
Wanne dbd84f211e - Updated VFS info file
- Disabled Real-Time Sneak per default

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1170 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-07-14 08:39:23 +00:00
Wanne 02f65e8e58 - Added JA2_Manual.pdf
- Renamed JA2_113_EDITOR.pdf to JA2_113_Map_Editor.pdf


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1164 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-29 12:43:06 +00:00
Wanne 1c712916c4 - Added JA2 1.13 Map Editor Guide
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1158 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-27 08:59:24 +00:00
Wanne b28d0d4460 Updated Multiplayer_Changelog.txt for Version 1.2
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1136 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-04 23:18:56 +00:00
Wanne 89ffa5f5ec - Added new Files and Folders which are used for VFS and Multiplayer
- Updated XML files in Data\TableData
- Moved Document files to new folder named "Docs"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1134 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-04 21:09:26 +00:00