From 0f93f09ab93cb561c47e99ecb66c33d1ca24aa56 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Thu, 25 Jul 2024 17:31:42 -0400 Subject: [PATCH] Update Troubleshooting --- Troubleshooting.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 360138d..2ed726e 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -35,4 +35,7 @@ Make sure you have the [Visual C++ 2012 libraries](http://www.microsoft.com/en-a ### The team select screen looks funny! This is caused by a rare combination of conflicting files plus missing one or two PSARCs, especially if you have the base PSARC dumped but not any patches. Notably, if you are missing data1.psarc but have all of the others. -For Firestar version 1.2 and older, where protections against this sort of thing don't exist, your best bet is to either remove extra PSARCs you aren't using or to add all 5 of them. Either method will make sure that none of your files revert to their launch day variants. \ No newline at end of file +For Firestar version 1.2 and older, where protections against this sort of thing don't exist, your best bet is to either remove extra PSARCs you aren't using or to add all 5 of them. Either method will make sure that none of your files revert to their launch day variants. + +### My mods keep moving themselves around in the priority list! +This is a bug in Firestar 1.2 and older, which is caused by bad alphanumerical sorting of the index file when the size of the list exceeds 10 mods. We didn't notice the issue until 1.3 because at the time there simply weren't that many WipEout mods in existence. Upgrade to 1.3 to solve this problem. \ No newline at end of file