sinevil404 Posted December 14, 2025 Share Posted December 14, 2025 (edited) 上面是我为“RonivansLegacy_ChemicalProcessing”做的补丁,让机器自动工作。 我想把它和游戏主建筑的补丁结合起来,创建一个模组。 如何确保我的补丁不会崩溃,并且游戏构建补丁在未启用“RonivansLegacy_ChemicalProcessing”时能正常工作。 My English is not good, and the above descriptions are all translated, so it may seem a bit strange to read. Pleaseddon't blame me Edited December 14, 2025 by sinevil404 Link to comment https://forums.kleientertainment.com/forums/topic/169112-how-can-a-patch-mod-run-normally-without-crashing-when-the-dependent-mod-is-not-enabled/ Share on other sites More sharing options...
SGT_Imalas Posted December 14, 2025 Share Posted December 14, 2025 (edited) manual patching. like this:https://github.com/Sgt-Imalas/Sgt_Imalas-Oni-Mods/blob/master/AkiTrueTiles_SkinSelectorAddon/Patches/TrueTilePatches.cs ("ExecutePatch" methods) Edited December 14, 2025 by SGT_Imalas 1 Link to comment https://forums.kleientertainment.com/forums/topic/169112-how-can-a-patch-mod-run-normally-without-crashing-when-the-dependent-mod-is-not-enabled/#findComment-1845780 Share on other sites More sharing options...
sinevil404 Posted December 15, 2025 Author Share Posted December 15, 2025 17 hours ago, SGT_Imalas said: 手动补丁。 像这样:https://github.com/Sgt-Imalas/Sgt_Imalas-Oni-Mods/blob/master/AkiTrueTiles_SkinSelectorAddon/Patches/TrueTilePatches.cs (“ExecutePatch”方法) Thank you very much for your guidance. In addition, the mods you have created are all great. Adding your mods makes me feel like I am playing a new game Link to comment https://forums.kleientertainment.com/forums/topic/169112-how-can-a-patch-mod-run-normally-without-crashing-when-the-dependent-mod-is-not-enabled/#findComment-1845820 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now