More renaming of Liberation into Retribution

This commit is contained in:
Raffson 2023-02-04 22:38:15 +01:00
parent dd0b565de9
commit b25f484ef3
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
6 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# DCS Liberation Client
# DCS Retribution Client
This is a React app for the front-end of DCS Liberation. It is a work in
This is a React app for the front-end of DCS Retribution. It is a work in
progress that just barely implements the map. This is not useful for players
yet.

View File

@ -541,7 +541,7 @@ class QLiberationWindow(QMainWindow):
self._cp_dialog.show()
def _qsettings(self) -> QSettings:
return QSettings("DCS Liberation", "Qt UI")
return QSettings("DCS Retribution", "Qt UI")
def _restore_window_geometry(self) -> None:
settings = self._qsettings()

View File

@ -107,7 +107,7 @@ class QLiberationPreferences(QFrame):
self,
"The DCS Installation directory was not set",
"You set an empty DCS Installation directory! "
"<br/><br/>Without this directory, DCS Liberation can not replace the MissionScripting.lua for you and will not work properly. "
"<br/><br/>Without this directory, DCS Retribution can not replace the MissionScripting.lua for you and will not work properly. "
"In this case, you need to edit the MissionScripting.lua yourself. The easiest way to do it is to replace the original file (&lt;dcs_installation_directory&gt;/Scripts/MissionScripting.lua) with the file in dcs-liberation distribution (&lt;dcs_liberation_installation&gt;/resources/scripts/MissionScripting.lua)."
"<br/><br/>You can find more information on how to manually change this file in the Liberation Wiki (Page: Dedicated Server Guide) on GitHub.</p>"
"<br/><br/>Are you sure that you want to leave the installation directory empty?"
@ -122,8 +122,8 @@ class QLiberationPreferences(QFrame):
self,
"Wrong DCS installation directory.",
self.dcs_install_dir
+ " is not a valid directory. DCS Liberation requires the installation directory to replace the MissionScripting.lua"
"<br/><br/>If you ignore this Error, DCS Liberation can not work properly and needs your attention. "
+ " is not a valid directory. DCS Retribution requires the installation directory to replace the MissionScripting.lua"
"<br/><br/>If you ignore this Error, DCS Retribution can not work properly and needs your attention. "
"In this case, you need to edit the MissionScripting.lua yourself. The easiest way to do it is to replace the original file (&lt;dcs_installation_directory&gt;/Scripts/MissionScripting.lua) with the file in dcs-liberation distribution (&lt;dcs_liberation_installation&gt;/resources/scripts/MissionScripting.lua)."
"<br/><br/>You can find more information on how to manually change this file in the Liberation Wiki (Page: Dedicated Server Guide) on GitHub.</p>"
"<br/><br/><strong>This is only recommended for expert users!</strong>",

View File

@ -2,17 +2,17 @@
{% if not campaign.version %}
<p><strong style="color:orange">This campaign was created for an unknown version
of DCS Liberation.</strong></p>
of DCS Retribution.</strong></p>
<p>You can still attempt to play this campaign but there may be game breaking
bugs.</p>
{% elif campaign.is_out_of_date %}
<p><strong style="color:orange">This campaign was created for an older version
of DCS Liberation.</strong></p>
of DCS Retribution.</strong></p>
<p>You can still attempt to play this campaign but there may be game breaking
bugs.</p>
{% elif campaign.is_from_future %}
<p><strong style="color:orange">This campaign was created for a newer version
of DCS Liberation.</strong></p>
of DCS Retribution.</strong></p>
<p>You can still attempt to play this campaign but there may be game breaking
bugs.</p>
{% else %}

View File

@ -37,7 +37,7 @@
</p>
<p>
For advice on using a dedicated server to play DCS Liberation, see
For advice on using a dedicated server to play DCS Retribution, see
<a
style="color: #ffffff"
href="https://github.com/dcs-liberation/dcs_liberation/wiki/Dedicated-Server-Guide"

View File

@ -1,4 +1,4 @@
In this folder are icons for the different units in DCS / DCS Liberation.
In this folder are icons for the different units in DCS / DCS Retribution.
# How were these retrieved :
- I took screenshoot of the units from the encyclopedia in DCS. If you want to add more pictures, please do the same, so that the units have the same background.