mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Updated Merc Inventory Popup-Code (by The_Bob)
o externalized the hardcoded popup text code o enable/disable the popup in the ingame option screen -> To open the popup, left click on empty merc inventory slot while viewing sector inventory in mapscreen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5414 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+15
-3
@@ -4971,9 +4971,9 @@ STR16 zOptionsToggleText[] =
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_ZOMBIES
|
||||
L"Allow Zombies", // Flugente Zombies 1.0
|
||||
L"Zombies erlauben", // Flugente Zombies 1.0
|
||||
#endif
|
||||
|
||||
L"Inventar Popup-Menüs", // the_bob : enable popups for picking items from sector inv
|
||||
L"--Cheat Mode Options--", // TOPTION_CHEAT_MODE_OPTIONS_HEADER,
|
||||
L"Erzwinge BR Lieferung", // force all pending Bobby Ray shipments
|
||||
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
|
||||
@@ -5089,7 +5089,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
#ifdef ENABLE_ZOMBIES
|
||||
L"Wenn diese Funktion aktiviert ist, können Tote als Zombies wieder auferstehen. Seien Sie auf der Hut!",
|
||||
#endif
|
||||
|
||||
L"Wenn diese Funktion aktiviert ist, und Sie mit der linken Maustaste auf einen freien Söldner-Inventarplatz klicken (während das Sektor-Inventar angezeigt wird), wird ein hilfreiches Popup-Menü eingeblendet.",
|
||||
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_HEADER",
|
||||
L"Force all pending Bobby Ray shipments",
|
||||
L"(text not rendered)TOPTION_CHEAT_MODE_OPTIONS_END",
|
||||
@@ -7190,4 +7190,16 @@ STR16 zNewTacticalMessages[]=
|
||||
L"Sie haben die Kampagne %S gewählt. Diese ist eine vom Spieler modifizierte Version der Originalkampagne von JA2UB. Möchten Sie die Kampagne %S spielen?",
|
||||
L"Um den Editor zu benutzen, müssen Sie eine andere als die Standardkampgane auswählen.",
|
||||
};
|
||||
|
||||
// The_bob : pocket popup text defs
|
||||
STR16 gszPocketPopupText[]=
|
||||
{
|
||||
L"Granatwerfer", // POCKET_POPUP_GRENADE_LAUNCHERS,
|
||||
L"Raketenwerfer", // POCKET_POPUP_ROCKET_LAUNCHERS
|
||||
L"Hand- & Wurfwaffen", // POCKET_POPUP_MEELE_AND_THROWN
|
||||
L"- keine passende Munition -", //POCKET_POPUP_NO_AMMO
|
||||
L"- keine Waffen im Inventar -", //POCKET_POPUP_NO_GUNS
|
||||
L"weitere...", //POCKET_POPUP_MOAR
|
||||
};
|
||||
|
||||
#endif //GERMAN
|
||||
|
||||
Reference in New Issue
Block a user