mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Multiplayer Improvements:
o Disabled a few ingame options, that does not work correctly with multiplayer. The user cannot enable those options. -> TOPTION_ALLOW_REAL_TIME_SNEAK -> TOPTION_ALLOW_CROWS -> TOPTION_ALLOW_SOLDIER_TOOLTIPS -> TOPTION_USE_AUTO_SAVE -> TOPTION_TOGGLE_TURN_MODE -> TOPTION_USE_NCTH o When the server enters the strategy map, the airspace view is shown together with an info message how to switch sectors git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4738 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -5948,6 +5948,7 @@ STR16 MPServerMessage[] =
|
||||
L"已发送文件 '%S' - 100/100",//L"Sent file '%S' - 100/100",
|
||||
L"文件已发送到 '%S' ",// L"Finished sending files to '%S'.",
|
||||
L"开始发送文件到 '%S'.",// L"Started sending files to '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5948,6 +5948,7 @@ STR16 MPServerMessage[] =
|
||||
L"Sent file '%S' - 100/100",
|
||||
L"Finished sending files to '%S'.",
|
||||
L"Started sending files to '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5950,6 +5950,7 @@ STR16 MPServerMessage[] =
|
||||
L"Sent file '%S' - 100/100",
|
||||
L"Finished sending files to '%S'.",
|
||||
L"Started sending files to '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.",
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5952,6 +5952,7 @@ STR16 MPServerMessage[] =
|
||||
L"Fichier envoyé '%S' - 100/100",
|
||||
L"Envoie de fichier fini pour '%S'.",
|
||||
L"Départ d'envoie de fichier pour '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5782,6 +5782,7 @@ STR16 MPServerMessage[] =
|
||||
L"Datei '%S' gesendet - 100/100",
|
||||
L"Alle Dateien wurden an '%S' gesendet.",
|
||||
L"Starte mit dem versenden der Dateien an '%S'.",
|
||||
L"Verwenden Sie die Anzeige für die Absprungzone wenn Sie den Startsektor ändern möchten. Änderungen sind nur möglich, bevor Sie auf 'Starte Spiel' geklickt haben.",
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5948,6 +5948,7 @@ STR16 MPServerMessage[] =
|
||||
L"Sent file '%S' - 100/100",
|
||||
L"Finished sending files to '%S'.",
|
||||
L"Started sending files to '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5951,6 +5951,7 @@ STR16 MPServerMessage[] =
|
||||
L"Wys³ano '%S' pliku - 100/100",
|
||||
L"Zakoñczono wysy³anie plików do '%S'.",
|
||||
L"Rozpoczêto wysy³anie plików do '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5933,6 +5933,7 @@ STR16 MPServerMessage[] =
|
||||
L"Отправка файла '%S' - 100/100", //Sent file '%S' - 100/100
|
||||
L"Завершена отправка файлов для '%S'.", //Finished sending files to '%S'.
|
||||
L"Начата отправка файлов для '%S'.", //Started sending files to '%S'.
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
@@ -5955,6 +5955,7 @@ STR16 MPServerMessage[] =
|
||||
L"Sent file '%S' - 100/100",
|
||||
L"Finished sending files to '%S'.",
|
||||
L"Started sending files to '%S'.",
|
||||
L"Use the Airspace view to select a map you wish to play. If you want to change the map you have to do this before clicking the 'Start Game' button.", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 MPClientMessage[] =
|
||||
|
||||
Reference in New Issue
Block a user