mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- extended item info on tool tip
- new strings for item info in English/German/Russian - German translation updated - screen shots are not overwritten anymore - bug fix: climbing on roof with 'j' caused CTD - reinforcements in Omerta allowed on insane difficulty git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@125 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+50
-44
@@ -115,28 +115,28 @@ UINT16 ShortItemNames[MAXITEMS][80] =
|
||||
// NATO is the North Atlantic Treaty Organization
|
||||
// WP is Warsaw Pact
|
||||
// cal is an abbreviation for calibre
|
||||
UINT16 AmmoCaliber[][20] =
|
||||
{
|
||||
L"0",
|
||||
L",38 êàë",
|
||||
L"9ìì",
|
||||
L",45 êàë",
|
||||
L",357 êàë",
|
||||
L"12 êàë",
|
||||
L"ÎÁÁ",
|
||||
L"5,45ìì",
|
||||
L"5,56ìì",
|
||||
L"7,62ìì ÍÀÒÎ",
|
||||
L"7,62ìì ÂÄ",
|
||||
L"4,7ìì",
|
||||
L"5,7ìì",
|
||||
L"Ìîíñòð",
|
||||
L"Ðàêåòà",
|
||||
L"", // äðîòèê
|
||||
L"", // ïëàìÿ
|
||||
// L".50 cal", // barrett
|
||||
// L"9mm Hvy", // Val silent
|
||||
};
|
||||
UINT16 AmmoCaliber[MAXITEMS][20];// =
|
||||
//{
|
||||
// L"0",
|
||||
// L",38 êàë",
|
||||
// L"9ìì",
|
||||
// L",45 êàë",
|
||||
// L",357 êàë",
|
||||
// L"12 êàë",
|
||||
// L"ÎÁÁ",
|
||||
// L"5,45ìì",
|
||||
// L"5,56ìì",
|
||||
// L"7,62ìì ÍÀÒÎ",
|
||||
// L"7,62ìì ÂÄ",
|
||||
// L"4,7ìì",
|
||||
// L"5,7ìì",
|
||||
// L"Ìîíñòð",
|
||||
// L"Ðàêåòà",
|
||||
// L"", // äðîòèê
|
||||
// L"", // ïëàìÿ
|
||||
//// L".50 cal", // barrett
|
||||
//// L"9mm Hvy", // Val silent
|
||||
//};
|
||||
|
||||
// This BobbyRayAmmoCaliber is virtually the same as AmmoCaliber however the bobby version doesnt have as much room for the words.
|
||||
//
|
||||
@@ -145,28 +145,28 @@ UINT16 AmmoCaliber[][20] =
|
||||
// NATO is the North Atlantic Treaty Organization
|
||||
// WP is Warsaw Pact
|
||||
// cal is an abbreviation for calibre
|
||||
UINT16 BobbyRayAmmoCaliber[][20] =
|
||||
{
|
||||
L"0",
|
||||
L",38 êàë",
|
||||
L"9ìì",
|
||||
L",45 êàë",
|
||||
L",357 êàë",
|
||||
L"12 êàë",
|
||||
L"ÎÁÁ",
|
||||
L"5,45ìì",
|
||||
L"5,56ìì",
|
||||
L"7,62ìì Í.",
|
||||
L"7,62ìì ÂÄ",
|
||||
L"4,7ìì",
|
||||
L"5.7ìì",
|
||||
L"Ìîíñòð",
|
||||
L"Ðàêåòà",
|
||||
L"", // äðîòèê
|
||||
// L"", // flamethrower
|
||||
// L".50 cal", // barrett
|
||||
// L"9mm Hvy", // Val silent
|
||||
};
|
||||
UINT16 BobbyRayAmmoCaliber[MAXITEMS][20] ;//=
|
||||
//{
|
||||
// L"0",
|
||||
// L",38 êàë",
|
||||
// L"9ìì",
|
||||
// L",45 êàë",
|
||||
// L",357 êàë",
|
||||
// L"12 êàë",
|
||||
// L"ÎÁÁ",
|
||||
// L"5,45ìì",
|
||||
// L"5,56ìì",
|
||||
// L"7,62ìì Í.",
|
||||
// L"7,62ìì ÂÄ",
|
||||
// L"4,7ìì",
|
||||
// L"5.7ìì",
|
||||
// L"Ìîíñòð",
|
||||
// L"Ðàêåòà",
|
||||
// L"", // äðîòèê
|
||||
//// L"", // flamethrower
|
||||
//// L".50 cal", // barrett
|
||||
//// L"9mm Hvy", // Val silent
|
||||
//};
|
||||
|
||||
|
||||
UINT16 WeaponType[][30] =
|
||||
@@ -1064,6 +1064,12 @@ INT16 gWeaponStatsDesc[][ 14 ] =
|
||||
L"",
|
||||
L"=",
|
||||
L"=",
|
||||
//Lal: additional strings for tooltips
|
||||
L"Òî÷íîñòü:", //9
|
||||
L"Äèñò:", //10
|
||||
L"Óðîí:", //11
|
||||
L"Âåñ:", //12
|
||||
L"Stun Óðîí:",//13
|
||||
};
|
||||
|
||||
//The headers used for the merc's money.
|
||||
|
||||
Reference in New Issue
Block a user