SpuddyBuddy Posted August 3, 2023 Share Posted August 3, 2023 I'm working on some structures to add to another mod of mine. I stated working on them prior to the crafting UI overhaul(I'm a bit slow at this + used to have a lot less free time than I do now). They are currently four separate mods instead of part of the main mod to make it easier to test and troubleshoot. Working with one mod at a time(again, to make troubleshooting easier) I tried to update the recipe to be in line with the new crafting menus, as well as add a placer since I somehow overlooked it before, but for some reason I get a very odd crash that doesn't seem to reference the mod itself at all. Any attempt to either add a placer or change the crafting from the old tab style to the new filter system crashes the game when the mod is enabled, and nobody I've talked to can figure out what's wrong or why it's breaking. I was wondering if anyone would be willing to take a look at things? client_log.txt refinery_papyrus.zip Link to comment https://forums.kleientertainment.com/forums/topic/150128-helpmod-breaking-after-adding-placer-updating-crafting-style/ Share on other sites More sharing options...
ClumsyPenny Posted August 3, 2023 Share Posted August 3, 2023 Line 66 of your modmain.lua, change AddRecipe to AddRecipe2. You're using AddRecipe (which is deprecated) with the arguments you'd use in AddRecipe2. Try that and see if it fixes anything (it most likely will), but the problem persists I can take another look. 1 Link to comment https://forums.kleientertainment.com/forums/topic/150128-helpmod-breaking-after-adding-placer-updating-crafting-style/#findComment-1656953 Share on other sites More sharing options...
SpuddyBuddy Posted August 3, 2023 Author Share Posted August 3, 2023 2 hours ago, ariadnesGambit said: Line 66 of your modmain.lua, change AddRecipe to AddRecipe2. You're using AddRecipe (which is deprecated) with the arguments you'd use in AddRecipe2. Try that and see if it fixes anything (it most likely will), but the problem persists I can take another look. That did it! Thank-you so much! ^w^ 1 Link to comment https://forums.kleientertainment.com/forums/topic/150128-helpmod-breaking-after-adding-placer-updating-crafting-style/#findComment-1656975 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