mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1660 4f8fa57e-7814-0410-bad4-adc449f26b7c
94 lines
4.1 KiB
XML
94 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
uiIndex number of hint, 0 is a template that will not be selected
|
|
szName text to appear, 256 chars max
|
|
|
|
A hint can appear according to its flags. So a int that only has the <food>-tag will only appear if playing with the food system.
|
|
|
|
The other tags determine in what category this hint falls, and will be displayed accordingly
|
|
-->
|
|
<LOADSCREENHINTS>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>0</uiIndex>
|
|
<szName>This template should never show up</szName>
|
|
<lore>0</lore>
|
|
<weapons>0</weapons>
|
|
<items>0</items>
|
|
<keybind>0</keybind>
|
|
<food>0</food>
|
|
<zombie>0</zombie>
|
|
<overheat>0</overheat>
|
|
<ncth>0</ncth>
|
|
<covertops>0</covertops>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>1</uiIndex>
|
|
<szName>Most machineguns have replacable barrels. Use this to rapidly cool down your gun during combat.</szName>
|
|
<overheat>1</overheat>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>2</uiIndex>
|
|
<szName>Use your knife on a corpse to retrieve its uniform, or pick up the corpse.</szName>
|
|
<covertops>1</covertops>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>3</uiIndex>
|
|
<szName>Spies can use enemy uniforms to disguise as soldiers.</szName>
|
|
<covertops>1</covertops>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>4</uiIndex>
|
|
<szName>You can toggle between different scopes and sights by pressing'.'.</szName>
|
|
<keybind>1</keybind>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>5</uiIndex>
|
|
<szName>Leaving food around for a few days will spoil it, making it unhealthy.</szName>
|
|
<food>1</food>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>6</uiIndex>
|
|
<szName>You can clean poisoning by taking an antidote, or the DOCTOR assignment.</szName>
|
|
<food>1</food>
|
|
<zombie>1</zombie>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>7</uiIndex>
|
|
<szName>If a 'M' appears on your gun, that means it is currently mounted onto something, resulting in better stability.</szName>
|
|
<weapons>1</weapons>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>8</uiIndex>
|
|
<szName>Don't forget to check out Jagged Alliance: Flashback on Kickstarter!</szName>
|
|
<lore>1</lore>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>9</uiIndex>
|
|
<szName>Don't be lame! Drop backpacks with [SHIFT]+[B] in tactical to enhance movement and enable climbing.</szName>
|
|
<keybind>1</keybind>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>10</uiIndex>
|
|
<szName>Need help? Help yourself by pressing [H] in strategic screen. And visit the helping bears at www.ja-galaxy-forum.com</szName>
|
|
<keybind>1</keybind>
|
|
<lore>1</lore>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>11</uiIndex>
|
|
<szName>Turn the wheel to your fortune. Increase Chance To Hit in all fire modes with the mouse [WHEEL]. [ALT]+[WHEEL] sets size of auto-fire volley.</szName>
|
|
<keybind>1</keybind>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>12</uiIndex>
|
|
<szName>Facilities granted. Some sectors offer facilities like bars or mines that you can assign mercs to in strategical. Tool tips hinting at facility's function appear when assigning a merc just like you'd assign a merc to repairing, doctoring or training militia.</szName>
|
|
<keybind>1</keybind>
|
|
<lore>1</lore>
|
|
</LOADSCREENHINT>
|
|
<LOADSCREENHINT>
|
|
<uiIndex>13</uiIndex>
|
|
<szName>Guild of Thieves. Steal opponent's gun with the hand-cursor [CTRL]+[LEFTCLICK]. If enemy is kissing the dust in a non-dying state you may strip off really everything carried including additional ammo and armour.</szName>
|
|
<keybind>1</keybind>
|
|
<lore>1</lore>
|
|
</LOADSCREENHINT>
|
|
</LOADSCREENHINTS> |