Reworked Briefing Room Feature (mission based JA2) (by Jazz)

- Briefing room feature must be enabled in ja2_options.ini (BRIEFING_ROOM)
- Briefing room can be accessed from the laptop. Enter key "SN5631" and then click the exit button

- see: http://www.bears-pit.com/board/ubbthreads.php/topics/327839/Reworked_Feature_Mission_based.html#Post327839
- see: https://ja2svn.dyndns.org/source/ja2/trunk/Documents/1.13%20Modding/Modding%20Examples/Briefing%20Room%20Modding.txt


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6573 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-11-10 08:03:47 +00:00
parent b997811a5d
commit 896c1e3e24
38 changed files with 1883 additions and 5396 deletions
+6 -6
View File
@@ -3,13 +3,13 @@
#include "Language Defines.h"
//----- Encyclopedia and Briefing room - by Jazz -----
// WANNE: Do not disable that define. It is the old encyclopedia which uses a lot of memory
// The reworked encyclopedia (by Moa) is already coded in the source (without a define)
//#define ENABLE_ENCYCLOPEDIA
//----- Briefing Room (Mission based JA2 like in JA/DG) - by Jazz -----
// Once enabled here and also enabled in the ja2_options.ini (BRIEFING_ROOM),
// you can access the briefing room feature from the laptop
// Of course, you also need a briefing room 1.13-MOD, otherwise you have a blank briefing room.
// There are 2 examples (Briefing Room Example 1.zip, Briefing Room Example 2.zip) in the documents svn folder:
// https://ja2svn.dyndns.org/source/ja2/trunk/Documents/1.13%20Modding/Modding%20Examples
#define ENABLE_BRIEFINGROOM
//----- End encyclopedia and Briefing room - by Jazz -----
// -----------------------------
// *****************************