]> localhost Git - radev.git/commitdiff
Add file ID, icon of workshop, Cheat comments
authormisomosi <[email protected]>
Sun, 7 Jun 2026 23:54:10 +0000 (19:54 -0400)
committermisomosi <[email protected]>
Sun, 7 Jun 2026 23:54:10 +0000 (19:54 -0400)
OSFE/RetroAchievements.cs
OSFE/WorkshopItemInfo.xml

index b4a0dbd4262c6602a6db316bb5e9336a44cdb98f..4af85df3f5fbc2127a8d9d22337f5c35da3e87e5 100644 (file)
@@ -33,6 +33,13 @@ internal class EntryPoint
        static void Prefix() {}\r
 }\r
 \r
+// TODO:\r
+// There is KFCheats and CheatCtrl. I don't think there is a code\r
+// path to reach either of these in the releases, but, just in case,\r
+// their respective cheats should be patched to NO-OPs\r
+\r
+\r
+// TODO: Probably better to patch InstallMods instead of _InstallTheseMods\r
 [HarmonyPatch(typeof(ModCtrl), "_InstallTheseMods")]\r
 internal class InstallTheseMods_patch\r
 {\r
index 12e28bf88f511b7e05ebc6594f4023b5c21b8047..9e934d96019e597d61c3695606173c7a694aee41 100644 (file)
@@ -1,7 +1,9 @@
 <WorkshopItemInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+       <PublishedFileId>1193552335</PublishedFileId>
        <name>RetroAchievements</name>
        <Description>Integrate with RetroAchievements</Description>
        <Tags/>
+       <IconFileName>workshopIcon.png</IconFileName>
        <Priority>+Infinity</Priority>
        <ModVersion>0</ModVersion>
        <GameVersion>1.3</GameVersion>