- New Feature: dynamic opinions allows mercs to form opinions about each other depening on actions they/the player take or do not take. These can be viewed in the 'MeLoDY 'website. See also http://www.bears-pit.com/board/ubbthreads.php/topics/333259.html#Post333259

- Requires GameDir r2050.
- new background property: <dislikebackground> allows mercs to dislike specific backgrounds
- Fix: snitches did not correctly prevent misbehaviour
- Fix: morale event was not handled
- Fix: DropDowns did not refresh when using the arrow buttons

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7240 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-05-28 22:10:42 +00:00
parent 6ea1d5dd8d
commit 5e9289b450
56 changed files with 3988 additions and 138 deletions
+134 -1
View File
@@ -4306,6 +4306,7 @@ STR16 pBookMarkStrings[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History",
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4418,6 +4419,10 @@ STR16 pWebPagesTitles[] =
L"%s Press Council - Battle Reports",
L"%s Press Council - Latest News",
L"%s Press Council - About us",
L"Mercs Love or Dislike You - Home",
L"Mercs Love or Dislike You - Analyze a team",
L"Mercs Love or Dislike You - Pairwise comparison",
L"Mercs Love or Dislike You - About us",
L"Bobby Ray's - Recent Shipments",
L"Encyclopedia",
L"Encyclopedia - Data",
@@ -6205,6 +6210,7 @@ STR16 gzLaptopHelpText[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History",
L"Mercenaries Love or Dislike You",
};
@@ -8101,7 +8107,7 @@ STR16 szInventoryArmTextStr[]=
STR16 szBackgroundText_Flags[]=
{
L" might consume drugs in inventory\n",
L" disregard for other backgrounds\n",
L" disregard for all other backgrounds\n",
L" +1 level in underground sectors\n",
L" might steal items\n",
@@ -8183,6 +8189,8 @@ STR16 szBackgroundText_Value[]=
L" %s%d%% cth with firearms against creatures\n",
L" %s%d%% insurance cost\n",
L" %s%d%% effectiveness as spotter for fellow snipers\n",
L" dislikes some other backgrounds",
};
STR16 szBackgroundTitleText[] =
@@ -8252,6 +8260,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] =
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8302,6 +8317,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] =
{
L"americans", // 0
L"arabs",
L"australians",
L"britains",
L"canadians",
L"cubans", // 5
L"danes",
L"frenchmen",
L"russians",
L"nigerians",
L"swiss", // 10
L"jamaicans",
L"poles",
L"chinese",
L"irishmen",
L"south africans", // 15
L"hungarians",
L"scotsmen",
L"arulcans",
L"germans",
L"africans", // 20
L"italians",
L"dutchmen",
L"romanians",
L"metavirans",
// newly added from here on
L"greek", // 25
L"estonians",
L"venezuelans",
L"japanese",
L"turks",
L"indians", // 30
L"mexicans",
L"norwegians",
L"spaniards",
L"brasilians",
L"finns", // 35
L"iranians",
L"israelis",
L"bulgarians",
L"swedes",
L"iraqis", // 40
L"syrians",
L"belgians",
L"portoguese",
};
// special text used if we do not hate any nation (value of -1)
STR16 szNationalityText_Special[]=
{
@@ -8512,6 +8577,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] =
{
// main page
L"Mercs Love or Dislike You",
L"Your #1 teambuilding experts on the web",
L"About us",
L"Analyse a team",
L"Pairwise comparison",
L"Customer voices",
L"If your business provides innovative solutions for critical applications with realtime demands, perhaps some of these observations sound familiar to you:",
L"Your team struggles with itself.",
L"Your employees waste time working against each other.",
L"Your workforce experiences a high fluctuation rate.",
L"You constantly receive low marks on workplace satisfaction ratings.",
L"If you can say 'yes' to one or more of these statements, then you might have a problem in your business. Your employees likely won't work at peak perfection. Thanks to our patented, easy-to-understand MeLoDY system, you can bring productivity back up in no time, and a happy smile on the faces all your staff!",
// customer quotes
L"A few citations from our satisfied customers:",
L"My last relationship was terrible. I blamed myself... but now I know better. All men deserve a violent death! Thanks, MeLoDY, for enlightening me!",
L"-Louisa G., Novelist-",
L"I never got along with my brothers to start with, and recently its gotten worse. You've shown me that our trust problem with father is to blame. Thank you for that! I have to make a bold statement to open his eyes to the facts.",
L"-Konrad C., Corrective law enforcement-",
L"I've always been a loner, so joining a team was hard for me. Your insight showed me how to become part of a team. You've been a big help!",
L"-Grant W., Snake charmer-",
L"In my line of work, you need to trust every member of your team 100%. That's why we went to the experts - we went to MeLoDY.",
L"-Halle L., SPK-",
L"I'll be the first to admit our crew was a rather illustrious assortion of characters, and we ran into some scuffles. But we learned to respect each other, and now complement each other perfectly.",
L"-Michael C., NASA-",
L"I fully recommend this site!",
L"-Kasper H., H&C logistic incorporated-",
// analyze
L"Choose your employee",
L"Choose your squad",
};
STR16 szMercCompareEventText[]=
{
L"%s shot at me!",
L"%s is scheming behind my back",
L"%s interfered in my business",
L"%s is friends with my enemy",
L"%s got a contract before I did",
L"%s ordered a shameful retreat",
L"%s massacred the innocent",
L"%s slows us down",
L"%s doesn't share food",
L"%s jeopardizes the mission",
L"%s is a drug addict",
L"%s is thieving scum",
L"%s is an incompetent commander",
L"%s is overpaid",
L"%s gets all the good stuff",
L"%s mounted a gun on me",
L"%s treated my wounds",
L"Had a good drink %s",
L"%s is fun to get wasted with",
L"%s is annoying when drunk",
L"%s is an idiot when drunk",
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",