Skip to content

Commit

Permalink
Reword popup for pre-ship PLC
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed May 28, 2023
1 parent f88c10d commit 1cdf244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/StartupPopup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace RP0InstallChecker
[KSPAddon(KSPAddon.Startup.Instantly, true)]
public class StartupPopup : MonoBehaviour
{
private const string PreferenceFileName = "RP1UpgradeWarning";
private const string PreferenceFileName = "RP1UpgradeWarningPre";
private static string PreferenceFilePath => Path.Combine(
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location),
"PluginData",
Expand All @@ -24,7 +24,7 @@ public void Start()
new Vector2(0, 0),
new MultiOptionDialog(
"RP1StartupDialog",
"This is the legacy version of RP-1, and is no longer supported. There is a new version of RP-1, the Programs and Launch Complexes rework, now available. It is savebreaking, and a work in progress, but if you are starting a new save it is highly recommended to switch to that version. Please uninstall RP-1 (Legacy) and install RP-1 (PLC). You can do this by uninstalling and reinstalling the RP-1 Express Install and choosing one of the non-Legacy options.",
"Stay tuned for a major update to RP-1. It should be out by the end of May 2023. Check the Discord or wiki for more info regarding the Programs and Launch Complexes rework. Note that this udpate will be save-breaking, and maintenance of Legacy RP-1 will be ending.",
"RP-1",
HighLogic.UISkin,
new DialogGUIVerticalLayout(
Expand Down

0 comments on commit 1cdf244

Please sign in to comment.