From c9d2902816cab323717fe2dec0737752b928f09e Mon Sep 17 00:00:00 2001 From: misomosi Date: Sun, 7 Jun 2026 19:54:10 -0400 Subject: [PATCH] Add file ID, icon of workshop, Cheat comments --- OSFE/RetroAchievements.cs | 7 +++++++ OSFE/WorkshopItemInfo.xml | 2 ++ 2 files changed, 9 insertions(+) diff --git a/OSFE/RetroAchievements.cs b/OSFE/RetroAchievements.cs index b4a0dbd..4af85df 100644 --- a/OSFE/RetroAchievements.cs +++ b/OSFE/RetroAchievements.cs @@ -33,6 +33,13 @@ internal class EntryPoint static void Prefix() {} } +// TODO: +// There is KFCheats and CheatCtrl. I don't think there is a code +// path to reach either of these in the releases, but, just in case, +// their respective cheats should be patched to NO-OPs + + +// TODO: Probably better to patch InstallMods instead of _InstallTheseMods [HarmonyPatch(typeof(ModCtrl), "_InstallTheseMods")] internal class InstallTheseMods_patch { diff --git a/OSFE/WorkshopItemInfo.xml b/OSFE/WorkshopItemInfo.xml index 12e28bf..9e934d9 100644 --- a/OSFE/WorkshopItemInfo.xml +++ b/OSFE/WorkshopItemInfo.xml @@ -1,7 +1,9 @@ + 1193552335 RetroAchievements Integrate with RetroAchievements + workshopIcon.png +Infinity 0 1.3 -- 2.49.1