Update missing clients advice.

https://github.com/dcs-liberation/dcs_liberation/issues/276
This commit is contained in:
Dan Albert 2021-05-26 20:41:02 -07:00
parent 1b7a225f9d
commit e2034b19e7

View File

@ -188,17 +188,20 @@ class QTopPanel(QFrame):
def confirm_no_client_launch(self) -> bool: def confirm_no_client_launch(self) -> bool:
result = QMessageBox.question( result = QMessageBox.question(
self, self,
"Continue without client slots?", "Continue without player pilots?",
( (
"No client slots have been created for players. Continuing will " "No player pilots have been assigned to flights. Continuing will allow "
"allow the AI to perform the mission, but players will be unable " "the AI to perform the mission, but players will be unable to "
"to participate.<br />" "participate.<br />"
"<br />" "<br />"
"To add client slots for players, select a package from the " "If you have not created any player pilots for the squadron you want "
"Packages panel on the left of the main window, and then a flight " "to fly for, open the Air Wing menu, double click the squadron, select "
"from the Flights panel below the Packages panel. The edit button " 'a pilot, then click "Convert to player".<br />'
"below the Flights panel will allow you to edit the number of " "<br />"
"client slots in the flight. Each client slot allows one player.<br />" "Next, select a package from the Packages panel on the left of the "
"main window, and then a flight from the Flights panel below the "
"Packages panel. The edit button below the Flights panel will allow "
"you to assign specific pilots to the flight.<br />"
"<br />Click 'Yes' to continue with an AI only mission" "<br />Click 'Yes' to continue with an AI only mission"
"<br />Click 'No' if you'd like to make more changes." "<br />Click 'No' if you'd like to make more changes."
), ),