mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Zombie Update (by Flugente)
- new variables for additional strength, dexterity, agility, wisdom and experience level due to drugs, traits etc. - new flagmask for soldiers (so no new variables have to be added in the future) - fix: stat-altering drugs work again and can now have a higher magnitude - drug-altered stats now show up purple - fix: option screen help texts were missing WARING! This will break savegame compatibility git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5325 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5097,13 +5097,11 @@ STR16 zOptionsToggleText[] =
|
||||
L"Show Soldier Tooltips",
|
||||
L"Auto save",
|
||||
L"Silent Skyrider",
|
||||
//L"Low CPU Usage",
|
||||
L"Enhanced Description Box",
|
||||
L"Forced Turn Mode", // add forced turn mode
|
||||
L"Stat Progress Bars", // Show progress towards stat increase // TODO.Translate
|
||||
L"Alternate Strategy-Map Colors", // Change color scheme of Strategic Map
|
||||
L"Alternate bullet graphics", // Show alternate bullet graphics (tracers) // TODO.Translate
|
||||
//L"Activate New CTH system", // use NCTH
|
||||
L"Show Merc Ranks", // shows mercs ranks // TODO.Translate
|
||||
L"Show Face gear graphics", // TODO.Translate
|
||||
L"Show Face gear icons",
|
||||
@@ -5113,7 +5111,6 @@ STR16 zOptionsToggleText[] =
|
||||
L"Quiet Doctoring", // Madd: mercs don't say quotes while doctoring //TODO.Translate
|
||||
L"Auto Fast Forward AI Turns", // Automatic fast forward through AI turns // TODO.Translate
|
||||
L"Allow Zombies", // TODO.Translate
|
||||
//L"Weapons Overheating", // TODO.Translate
|
||||
L"--Cheat Mode Options--", // TOPTION_CHEAT_MODE_OPTIONS_HEADER,
|
||||
L"Force Bobby Ray shipments", // force all pending Bobby Ray shipments
|
||||
L"-----------------", // TOPTION_CHEAT_MODE_OPTIONS_END
|
||||
@@ -5209,21 +5206,20 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"When ON, a tooltip window is shown when pressing |A|l|t and hovering cursor over an enemy.",
|
||||
L"When ON, game will be saved in 2 alternate save slots after each players turn.",
|
||||
L"When ON, Skyrider will not talk anymore.",
|
||||
//L"When ON, game will run with much lower CPU usage.",
|
||||
L"When ON, enhanced descriptions will be shown for items and weapons.",
|
||||
L"When ON and enemy present, Turn Base mode persists untill sector is free (|C|T|R|L+|S|H|I|F|T+|A|L|T+|T).", // add forced turn mode
|
||||
L"When ON, shows character progress towards gaining levels.", // TODO.Translate
|
||||
L"When ON, the Strategic Map will be colored differently based on exploration.",
|
||||
L"When ON, alternate bullet graphics will be shown when you shoot.", // TODO.Translate
|
||||
//L"When ON, New CTH system and cursor is used.",
|
||||
L"When ON, ranks will be displayed before merc names in the strategic view.", // TODO.Translate
|
||||
L"When ON, you will see the equipped face gear on the merc portraits.", // TODO.Translate
|
||||
L"When ON, you will see icons for the equipped face gear on the merc portraits in the lower right corner.",
|
||||
L"Wanneer ingeschakeld, zal de cursor niet te schakelen tussen uitwisseling positie en andere acties. Druk op |x om snelle uitwisseling te starten.",
|
||||
L"When ON, mercs will not report progress during training.", //TODO.Translate
|
||||
L"When ON, mercs will not report progress during repairing.", // TODO.Translate
|
||||
L"When ON, mercs will not report progress during doctoring.", // TODO.Translate
|
||||
L"When ON, AI turns will be much faster.", // TODO.Translate
|
||||
L"When ON, zombies will span. Be aware!", // allow zombies // TODO.Translate
|
||||
//L"When ON, weapons can be overheated when firing.", // TODO.Translate
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user