From 6fbd96f5384b828076a4c8d3ce07ed8f10092fa0 Mon Sep 17 00:00:00 2001 From: Flugente Date: Wed, 24 Apr 2013 21:08:14 +0000 Subject: [PATCH] new feature: load screen hints can now be defined in TableData/LoadScreenHints.xml. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1655 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++ .../Data-1.13/TableData/LoadScreenHints.xml | 61 +++++++++++++++++++ gamedir/Data-UB/Ja2_Options.ini | 7 +++ 3 files changed, 75 insertions(+) create mode 100644 gamedir/Data-1.13/TableData/LoadScreenHints.xml diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index f95d0e546..cc9bb63ad 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -510,6 +510,13 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1.0 USE_EXTERNALIZED_LOADSCREENS = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Show hints on the loadscreen? +; If set to TRUE, the game will sho tips from in TableData\LoadScreenHints.xml. +;------------------------------------------------------------------------------------------------------------------------------ + +USE_LOADSCREENHINTS = TRUE + ;------------------------------------------------------------------------------------------------------------------------------ ;New Starting Gear Interface ;This will enable the 21 item view in the AIM page and the possibility to select gearkits diff --git a/gamedir/Data-1.13/TableData/LoadScreenHints.xml b/gamedir/Data-1.13/TableData/LoadScreenHints.xml new file mode 100644 index 000000000..45fbd2406 --- /dev/null +++ b/gamedir/Data-1.13/TableData/LoadScreenHints.xml @@ -0,0 +1,61 @@ + + + + + + 0 + This template should never show up + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + 1 + Most machineguns have replacable barrels. Use this to rapidly cool down your gun during combat. + 1 + + + 2 + Use your knife on a corpse to retrieve its uniform, or pick up the corpse. + 1 + + + 3 + Spies can use enemy uniforms to disguise as soldiers. + 1 + + + 4 + You can toggle between different scopes and sights by pressing'.'. + 1 + + + 5 + Leaving food around for a few days will spoil it, making it unhealthy. + 1 + + + 6 + You can clean poisoning by taking an antidote, or the DOCTOR assignment. + 1 + 1 + + + 7 + If a 'M' appears on your gun, that means it is currently mounted onto something, resulting in better stability. + 1 + + \ No newline at end of file diff --git a/gamedir/Data-UB/Ja2_Options.ini b/gamedir/Data-UB/Ja2_Options.ini index 1dad18678..923d8132d 100644 --- a/gamedir/Data-UB/Ja2_Options.ini +++ b/gamedir/Data-UB/Ja2_Options.ini @@ -512,6 +512,13 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1.0 USE_EXTERNALIZED_LOADSCREENS = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Show hints on the loadscreen? +; If set to TRUE, the game will sho tips from in TableData\LoadScreenHints.xml. +;------------------------------------------------------------------------------------------------------------------------------ + +USE_LOADSCREENHINTS = TRUE + ;------------------------------------------------------------------------------------------------------------------------------ ;New Starting Gear Interface ;This will enable the 21 item view in the AIM page and the possibility to select gearkits