- bugfix: Getting incorrect data & CTDs when using multiple IMP characters with same voices. Now it is possible to have up to 6 merc with the same voice without getting incorrect data. No more need to use different voices! (IF YOU PLAY WITH MULTIPLE IMPS, YOU SHOULD START A NEW GAME, BECAUSE THE IMP CHARACTERS GAME DATA IS INCORRECT!)

- bugfix: CTD when using Random personality in I.M.P creation
- moved Random personality flag from INI to option screen
- added MAX_IMP_CHARACTERS entry in the ja2_options.ini (Range: 0 - 6)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@528 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2006-09-17 07:31:34 +00:00
parent c975007d4d
commit 18a1d0e519
17 changed files with 264 additions and 178 deletions
+2
View File
@@ -2075,6 +2075,7 @@ STR16 pImpPopUpStrings[] =
L"Geen geldige optie op dit moment.",
L"Om een nauwkeurig profiel te maken, moet je ruimte hebben voor tenminste één teamlid.",
L"Profiel is al gemaakt.",
L"You have already reached the maximum number of I.M.P. characters.",
};
@@ -3530,6 +3531,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, weapon ranges will be shown in tiles.",
L"When ON, tracer effect will be shown for single shots.",
L"When ON, you will hear rain noises when it is raining.",
L"When ON, I.M.P characters will get random personality and attitude.",
};
+8 -5
View File
@@ -2069,13 +2069,14 @@ STR16 pMercContractOverStrings[] =
STR16 pImpPopUpStrings[] =
{
L"Invalid Authorization Code",
L"You Are About To Restart The Entire Profiling Process. Are You Certain?",
L"Please Enter A Valid Full Name and Gender",
L"Invalid authorization code",
L"You are about to restart the entire profiling process. Are you certain?",
L"Please enter a valid full name and gender",
L"Preliminary analysis of your financial status shows that you cannot afford a profile analysis.",
L"Not A Valid Option At This Time.",
L"Not a valid option at this time.",
L"To complete an accurate profile, you must have room for at least one team member.",
L"Profile Already Completed.",
L"Profile already completed.",
L"You have already reached the maximum number of I.M.P. characters.",
};
@@ -3458,6 +3459,7 @@ STR16 zOptionsToggleText[] =
L"Tracer effect for single shot",
L"Rain noises",
L"Allow crows",
L"Random I.M.P personality",
};
//This is the help text associated with the above toggles.
@@ -3534,6 +3536,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, tracer effect will be shown for single shots.",
L"When ON, you will hear rain noises when it is raining.",
L"When ON, the crows are present in game.",
L"When ON, I.M.P characters will get random personality and attitude.",
};
+3 -2
View File
@@ -2061,9 +2061,10 @@ STR16 pImpPopUpStrings[] =
L"Vous allez établir un nouveau profil. Etes-vous sûr de vouloir recommencer ?",
L"Veuillez entrer votre nom et votre sexe.",
L"Vous n'avez pas les moyens de vous offrir une analyse de profil.",
L"Option inaccessible pour le moment.",
L"Option inaccessible pour le moment.",
L"Pour que cette analyse soit efficace, il doit vous rester au moins une place dans votre escouade.",
L"Profil déjà établi.",
L"You have already reached the maximum number of I.M.P. characters.",
};
@@ -3519,7 +3520,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, weapon ranges will be shown in tiles.",
L"When ON, tracer effect will be shown for single shots.",
L"When ON, you will hear rain noises when it is raining.",
L"When ON, I.M.P characters will get random personality and attitude.",
};
+4 -2
View File
@@ -1992,6 +1992,7 @@ STR16 pImpPopUpStrings[] =
L"Option zur Zeit nicht gültig.",
L"Um eine genaue Evaluierung durchzuführen, müssen Sie mindestens noch ein Teammitglied aufnehmen können.",
L"Evaluierung bereits durchgeführt.",
L"Sie habe bereits die maximale Anzahl an B.S.E Charakteren.",
};
// button labels used on the IMP site
@@ -2665,10 +2666,10 @@ STR16 BobbyRFilter[] =
// Guns
L"Schwere W.",
L"Pistole",
L"M. Pistole",
L"MP",
L"SMG",
L"Gewehr",
L"SS Gewehr",
L"SSG",
L"Sturmgew.",
L"MG",
L"Schrotfl.",
@@ -3340,6 +3341,7 @@ STR16 zOptionsScreenHelpText[] =
L"Wenn diese Funktion aktiviert ist, wird Tracereffekt auch für Einzelschüsse angezeigt.",
L"Wenn diese Funktion aktiviert ist, werden Regengeräusche hörbar falls es regnet.",
L"Wenn diese Funktion aktiviert ist, sind Krähen im Spiel vorhanden.",
L"Wenn diese Funktion aktiviert ist, erhalten B.S.E Charaktere zufällige Persönlichkeit und Einstellung.",
};
STR16 gzGIOScreenText[] =
+2 -1
View File
@@ -2055,9 +2055,10 @@ STR16 pImpPopUpStrings[] =
L"State per riiniziare l'intero processo di profilo. Ne siete certi?",
L"Inserite nome e cognome corretti oltre che al sesso",
L"L'analisi preliminare del vostro stato finanziario mostra che non potete offrire un'analisi di profilo.",
L"Opzione non valida questa volta.",
L"Opzione non valida questa volta.",
L"Per completare un profilo accurato, dovete aver spazio per almeno uno dei membri della squadra.",
L"Profilo già completato.",
L"You have already reached the maximum number of I.M.P. characters.",
};
+2 -1
View File
@@ -2058,6 +2058,7 @@ STR16 pImpPopUpStrings[] =
L"Opcja tym razem nieaktywna.",
L"Aby wykonaæ profil, musisz mieæ miejsce dla przynajmniej jednego cz³onka za³ogi.",
L"Profil zosta³ ju¿ wykonany.",
L"You have already reached the maximum number of I.M.P. characters.",
};
@@ -3512,7 +3513,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, weapon ranges will be shown in tiles.",
L"When ON, tracer effect will be shown for single shots.",
L"When ON, you will hear rain noises when it is raining.",
L"When ON, I.M.P characters will get random personality and attitude.",
};
+3 -1
View File
@@ -2064,9 +2064,10 @@ STR16 pImpPopUpStrings[] =
L"Вы уверены, что хотите начать процесс записи профайла заново?",
L"Введите полное имя и пол",
L"Предварит.анализ ваших финансов показал, что у вас недостаточно денег на анализ.",
L"Сейчас вы не можете выбрать это.",
L"Ñåé÷àñ âû íå ìîæåòå âûáðàòü ýòî.",
L"Чтобы закончить анализ,нужно иметь место еще хотя бы для одного члена команды.",
L"Анализ уже завершен.",
L"You have already reached the maximum number of I.M.P. characters.",
};
@@ -3524,6 +3525,7 @@ STR16 zOptionsScreenHelpText[] =
L"When ON, tracer effect will be shown for single shots.",
L"When ON, you will hear rain noises when it is raining.",
L"When ON, the crows are present in game.",
L"When ON, I.M.P characters will get random personality and attitude.",
};