From f15c20a9992e4049eff0264d7ddeeb64b5524f57 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Thu, 8 Sep 2022 16:20:33 +0200 Subject: [PATCH] Add PMP changelog entries. --- OtterGui | 2 +- Penumbra/UI/ConfigWindow.Changelog.cs | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/OtterGui b/OtterGui index b830108e..98edb3c7 160000 --- a/OtterGui +++ b/OtterGui @@ -1 +1 @@ -Subproject commit b830108e60126f808280e72ae7d8f00cec34ba5c +Subproject commit 98edb3c7901f1017393c09c6e8b258895ae1c01e diff --git a/Penumbra/UI/ConfigWindow.Changelog.cs b/Penumbra/UI/ConfigWindow.Changelog.cs index c9dae1c2..fecc41b7 100644 --- a/Penumbra/UI/ConfigWindow.Changelog.cs +++ b/Penumbra/UI/ConfigWindow.Changelog.cs @@ -26,6 +26,12 @@ public partial class ConfigWindow .RegisterEntry( "Files in the UI category will no longer be deduplicated for the moment." ) .RegisterHighlight( "If you experience UI-related crashes, please re-import your UI mods.", 1 ) .RegisterEntry( "This is a temporary fix against those not-yet fully understood crashes and may be reworked later.", 1 ) + .RegisterEntry( "On import, Penumbra will now show files with extensions '.ttmp', '.ttmp2' and '.pmp'. You can still select showing generic archive files." ) + .RegisterEntry( "Penumbra Mod Pack ('.pmp') files are meant to be renames of any of the archive types that could already be imported that contain the necessary Penumbra meta files.", 1 ) + .RegisterHighlight( "If you distribute any mod as an archive specifically for Penumbra, you should change its extension to '.pmp'. Supported base archive types are ZIP, 7-Zip and RAR." , 1 ) + .RegisterEntry( "Penumbra will now save mod backups with the file extension '.pmp'. They still are regular ZIP files.", 1 ) + .RegisterEntry( "Existing backups in your current mod directory should be automatically renamed. If you manage multiple mod directories, you may need to migrate the other ones manually.", 1 ) .RegisterEntry( "Fixed assigned collections not working correctly on adventurer plates." ) + .RegisterEntry( "Fixed a wrongly displayed folder line in some circumstances." ) .RegisterEntry( "Added some additional functionality for Mare Synchronos." ); } \ No newline at end of file