mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Updates (by Buggler)
- Added hotkeys in personnel screen o 'LEFT ARROW' and 'RIGHTARROW' for merc scrolling; o 'UP ARROW' and 'DOWN ARROW' for switching between stats, employment and inventory; o 'Shift + TAB' for switching between current team and departures - Fixed hardcoded text in personnel screen git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6622 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+48
-45
@@ -2314,6 +2314,9 @@ STR16 pPersonnelRecordsHelpTexts[] =
|
||||
L"Attitudes:", // WANNE: For old traits display instead of "Character:"!
|
||||
|
||||
L"Zombies: %d\n", // Flugente Zombies
|
||||
|
||||
L"Background:",
|
||||
L"Personality:",
|
||||
};
|
||||
|
||||
|
||||
@@ -8006,58 +8009,58 @@ STR16 szRefinementText[]=
|
||||
|
||||
STR16 szNationalityText[]=
|
||||
{
|
||||
L"american", // 0
|
||||
L"arab",
|
||||
L"australian",
|
||||
L"british",
|
||||
L"canadian",
|
||||
L"cuban", // 5
|
||||
L"danish",
|
||||
L"french",
|
||||
L"russian",
|
||||
L"nigerian",
|
||||
L"swiss", // 10
|
||||
L"jamaican",
|
||||
L"polish",
|
||||
L"chinese",
|
||||
L"irish",
|
||||
L"south african", // 15
|
||||
L"hungarian",
|
||||
L"scottish",
|
||||
L"arulcan",
|
||||
L"german",
|
||||
L"african", // 20
|
||||
L"italian",
|
||||
L"dutch",
|
||||
L"romanian",
|
||||
L"metaviran",
|
||||
L"American", // 0
|
||||
L"Arab",
|
||||
L"Australian",
|
||||
L"British",
|
||||
L"Canadian",
|
||||
L"Cuban", // 5
|
||||
L"Danish",
|
||||
L"French",
|
||||
L"Russian",
|
||||
L"Nigerian",
|
||||
L"Swiss", // 10
|
||||
L"Jamaican",
|
||||
L"Polish",
|
||||
L"Chinese",
|
||||
L"Irish",
|
||||
L"South African", // 15
|
||||
L"Hungarian",
|
||||
L"Scottish",
|
||||
L"Arulcan",
|
||||
L"German",
|
||||
L"African", // 20
|
||||
L"Italian",
|
||||
L"Dutch",
|
||||
L"Romanian",
|
||||
L"Metaviran",
|
||||
|
||||
// newly added from here on
|
||||
L"greek", // 25
|
||||
L"estonian",
|
||||
L"venezuelan",
|
||||
L"japanese",
|
||||
L"turkish",
|
||||
L"indian", // 30
|
||||
L"mexican",
|
||||
L"norwegian",
|
||||
L"spanish",
|
||||
L"brasilian",
|
||||
L"finnish", // 35
|
||||
L"iranian",
|
||||
L"israeli",
|
||||
L"bulgarian",
|
||||
L"swedish",
|
||||
L"iraqi", // 40
|
||||
L"syrian",
|
||||
L"belgian",
|
||||
L"portoguese",
|
||||
L"Greek", // 25
|
||||
L"Estonian",
|
||||
L"Venezuelan",
|
||||
L"Japanese",
|
||||
L"Turkish",
|
||||
L"Indian", // 30
|
||||
L"Mexican",
|
||||
L"Norwegian",
|
||||
L"Spanish",
|
||||
L"Brasilian",
|
||||
L"Finnish", // 35
|
||||
L"Iranian",
|
||||
L"Israeli",
|
||||
L"Bulgarian",
|
||||
L"Swedish",
|
||||
L"Iraqi", // 40
|
||||
L"Syrian",
|
||||
L"Belgian",
|
||||
L"Portoguese",
|
||||
};
|
||||
|
||||
// special text used if we do not hate any nation (value of -1)
|
||||
STR16 szNationalityText_Special[]=
|
||||
{
|
||||
L"do not hate any other nationality.", // used in personnel.cpp
|
||||
L"and do not hate any other nationality.", // used in personnel.cpp
|
||||
L"of no origin", // used in IMP generation
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user