- 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
+38
View File
@@ -2570,7 +2570,9 @@ extern STR16 szPersonalityHelpText[];
extern STR16 szRaceText[];
extern STR16 szAppearanceText[];
extern STR16 szRefinementText[];
extern STR16 szRefinementTextTypes[];
extern STR16 szNationalityText[];
extern STR16 szNationalityTextAdjective[];
extern STR16 szNationalityText_Special[];
extern STR16 szCareLevelText[];
extern STR16 szRacistText[];
@@ -2733,6 +2735,42 @@ enum
extern STR16 szCampaignHistoryWebpageString[];
// Flugente: merc compare website
#define TEXT_MERCCOMPARE_CUSTOMERSTATEMENTS 6 // number of customer quotes, each with an additional short character name
enum
{
// main page
TEXT_MERCCOMPARE_WEBSITENAME,
TEXT_MERCCOMPARE_SLOGAN,
TEXT_MERCCOMPARE_SUBSITE1,
TEXT_MERCCOMPARE_SUBSITE2,
TEXT_MERCCOMPARE_SUBSITE3,
TEXT_MERCCOMPARE_SUBSITE4,
TEXT_MERCCOMPARE_INTRO1,
TEXT_MERCCOMPARE_BULLET1,
TEXT_MERCCOMPARE_BULLET2,
TEXT_MERCCOMPARE_BULLET3,
TEXT_MERCCOMPARE_BULLET4,
TEXT_MERCCOMPARE_INTRO2,
// customer quotes
TEXT_MERCCOMPARE_QUOTEINTRO,
TEXT_MERCCOMPARE_QUOTE1,
TEXT_MERCCOMPARE_QUOTE1NAME,
// analyze
TEXT_MERCCOMPARE_DROPDOWNTEXT = TEXT_MERCCOMPARE_QUOTE1 + 2 * TEXT_MERCCOMPARE_CUSTOMERSTATEMENTS,
TEXT_MERCCOMPARE_DROPDOWNTEXT_MATRIX,
TEXT_MERCCOMPARE_MAX,
};
extern STR16 szMercCompareWebSite[];
extern STR16 szMercCompareEventText[];
extern STR16 szTacticalInventoryDialogString[];
extern STR16 szTacticalCoverDialogString[];
extern STR16 szTacticalCoverDialogPrintString[];
+135 -1
View File
@@ -4307,6 +4307,7 @@ STR16 pBookMarkStrings[] =
L"百科全书",
L"简报室",
L"战役历史",
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4419,6 +4420,10 @@ STR16 pWebPagesTitles[] =
L"%s新闻发布会 - 战役报告",
L"%s新闻发布会 - 最新消息",
L"%s新闻发布会 - 关于我们",
L"Mercs Love or Dislike You - Home", // TODO.Translate
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 - 最近的运货",
L"百科全书",
L"百科全书 - 数据",
@@ -6206,6 +6211,7 @@ STR16 gzLaptopHelpText[] =
L"百科全书",
L"简报室",
L"战役历史",
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8103,7 +8109,7 @@ STR16 szInventoryArmTextStr[]=
STR16 szBackgroundText_Flags[]=
{
L" 会消耗掉背包中的药品\n", //L" might consume drugs in inventory\n",
L" 蔑视其他背景的角色\n", //L" disregard for other backgrounds\n",
L" disregard for all other backgrounds\n", // TODO.Translate
L" 在地下分区角色等级+1\n", //L" +1 level in underground sectors\n",
L" 会盗窃物品\n", //L" might steal items\n",
@@ -8185,6 +8191,8 @@ STR16 szBackgroundText_Value[]=
L" %s%d%%射击生物准确率(CTH)\n", //L" %s%d%% cth with firearms against creatures\n",
L" %s%d%%医疗保证金\n", //L" %s%d%% insurance cost\n",
L" %s%d%%发现狙击手的成功率\n",
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] =
@@ -8253,6 +8261,13 @@ STR16 szRefinementText[]=
L"讲究", //L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"美国人", // 0
@@ -8303,6 +8318,57 @@ STR16 szNationalityText[]=
L"葡萄牙人",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8513,6 +8579,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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"操作背包",
+134 -1
View File
@@ -4309,6 +4309,7 @@ STR16 pBookMarkStrings[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4421,6 +4422,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", // TODO.Translate
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 - Recentelijke Zendingen",
L"Encyclopedia",
L"Encyclopedia - Data",
@@ -6217,6 +6222,7 @@ STR16 gzLaptopHelpText[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8117,7 +8123,7 @@ STR16 szInventoryArmTextStr[]= // TODO.Translate
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",
@@ -8200,6 +8206,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", // TODO.Translate
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] = // TODO.Translate
@@ -8268,6 +8276,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8318,6 +8333,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8528,6 +8593,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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",
+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",
+134 -1
View File
@@ -4317,6 +4317,7 @@ STR16 pBookMarkStrings[] =
L"Encyclopédie",
L"Briefing",
L"Comptes rendus",
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4429,6 +4430,10 @@ STR16 pWebPagesTitles[] =
L"%s, conseil de presse : Rapports", // TODO.Translate //A voir fini (to see finished)
L"%s, conseil de presse : Dernières Nouvelles", // TODO.Translate //A voir fini (to see finished)
L"%s, conseil de presse : À propos de nous", // TODO.Translate //A voir fini (to see finished)
L"Mercs Love or Dislike You - Home", // TODO.Translate
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 : Dernières commandes",
L"Encyclopédie",
L"Encyclopédie : Données",
@@ -6217,6 +6222,7 @@ STR16 gzLaptopHelpText[] =
L"Encyclopédie",
L"Salle de briefing",
L"Comptes rendus",
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8102,7 +8108,7 @@ STR16 szInventoryArmTextStr[]=
STR16 szBackgroundText_Flags[]=
{
L" peut consommer des drogues se trouvant dans son inventaire\n",
L" ne tient pas compte des autres passifs\n",
L" disregard for all other backgrounds\n", // TODO.Translate
L" +1 Niveau dans les souterrains\n",
L" peut voler des objets\n",
@@ -8185,6 +8191,8 @@ STR16 szBackgroundText_Value[]=
L" %s%d%% de CDT avec des armes à feu contre les créatures\n",
L" %s%d%% du coût de l'assurance\n",
L" %s%d%% d'efficacité comme guetteur pour vos tireurs d'élite\n",
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] =
@@ -8253,6 +8261,13 @@ STR16 szRefinementText[]=
L"manières de snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"Américain", // 0
@@ -8303,6 +8318,56 @@ STR16 szNationalityText[]=
L"Portugais",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8513,6 +8578,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Jour",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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"Manipulations de l'inventaire",
+134 -1
View File
@@ -4260,6 +4260,7 @@ STR16 pBookMarkStrings[] =
L"Enzyklopädie",
L"Besprechung",
L"Geschichte",
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4364,6 +4365,10 @@ STR16 pWebPagesTitles[] =
L"%s Presse Rat - Kampfberichte",
L"%s Presse Rat - Aktuellste Neuigkeiten",
L"%s Presse Rat - Über uns",
L"Mercs Love or Dislike You - Home", // TODO.Translate
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 Rays - Letzte Lieferungen",
L"Enzyklopädie",
L"Enzyklopädie - Daten",
@@ -6049,6 +6054,7 @@ STR16 gzLaptopHelpText[] =
L"Enzyklopädie",
L"Einsatzbesprechung",
L"Geschichte",
L"Mercenaries Love or Dislike You", // TODO.Translate
};
STR16 gzHelpScreenText[] =
@@ -7931,7 +7937,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",
@@ -8014,6 +8020,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", // TODO.Translate
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] = // TODO.Translate
@@ -8082,6 +8090,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8132,6 +8147,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8342,6 +8407,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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",
+134 -1
View File
@@ -4297,6 +4297,7 @@ STR16 pBookMarkStrings[] =
L"Assicurazione",
L"Annulla",
L"Campaign History", // TODO.Translate
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4409,6 +4410,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", // TODO.Translate
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 - Spedizioni recenti",
L"Encyclopedia",
L"Encyclopedia - Data",
@@ -6202,6 +6207,7 @@ STR16 gzLaptopHelpText[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8109,7 +8115,7 @@ STR16 szInventoryArmTextStr[]= // TODO.Translate
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",
@@ -8192,6 +8198,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", // TODO.Translate
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] = // TODO.Translate
@@ -8260,6 +8268,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8310,6 +8325,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8520,6 +8585,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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",
+134 -1
View File
@@ -4316,6 +4316,7 @@ STR16 pBookMarkStrings[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4428,6 +4429,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", // TODO.Translate
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 - Ostatnie dostawy",
L"Encyclopedia",
L"Encyclopedia - Dane",
@@ -6220,6 +6225,7 @@ STR16 gzLaptopHelpText[] =
L"Encyklopedia",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8126,7 +8132,7 @@ STR16 szInventoryArmTextStr[]= // TODO.Translate
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",
@@ -8209,6 +8215,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", // TODO.Translate
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] = // TODO.Translate
@@ -8277,6 +8285,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8327,6 +8342,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8537,6 +8602,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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",
+134 -1
View File
@@ -4307,6 +4307,7 @@ STR16 pBookMarkStrings[] =
L"Энциклопедия",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4419,6 +4420,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", // TODO.Translate
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"Бобби Рэй - последние поступления",
L"Энциклопедия",
L"Энциклопедия - данные",
@@ -6207,6 +6212,7 @@ STR16 gzLaptopHelpText[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History", // TODO.Translate
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8106,7 +8112,7 @@ STR16 szInventoryArmTextStr[]= // TODO.Translate
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",
@@ -8189,6 +8195,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", // TODO.Translate
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] = // TODO.Translate
@@ -8257,6 +8265,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8307,6 +8322,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8517,6 +8582,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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",
+134 -1
View File
@@ -4312,6 +4312,7 @@ STR16 pBookMarkStrings[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History",
L"MeLoDY",
};
STR16 pBookmarkTitle[] =
@@ -4424,6 +4425,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", // TODO.Translate
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",
@@ -6216,6 +6221,7 @@ STR16 gzLaptopHelpText[] =
L"Encyclopedia",
L"Briefing Room",
L"Campaign History",
L"Mercenaries Love or Dislike You", // TODO.Translate
};
@@ -8117,7 +8123,7 @@ STR16 szInventoryArmTextStr[]= // TODO.Translate
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",
@@ -8200,6 +8206,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", // TODO.Translate
L" dislikes some other backgrounds", // TODO.Translate
};
STR16 szBackgroundTitleText[] = // TODO.Translate
@@ -8268,6 +8276,13 @@ STR16 szRefinementText[]=
L"manners of a snob",
};
STR16 szRefinementTextTypes[] = // TODO.Translate
{
L"normal people",
L"slobs",
L"snobs",
};
STR16 szNationalityText[]=
{
L"American", // 0
@@ -8318,6 +8333,56 @@ STR16 szNationalityText[]=
L"Portoguese",
};
STR16 szNationalityTextAdjective[] = // TODO.Translate
{
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[]=
{
@@ -8528,6 +8593,74 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szMercCompareWebSite[] = // TODO.Translate
{
// 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",