Jump to content

Recommended Posts

So, I'm working on a character mod for dst! However i've run into a weird issue. When I add my character tag to my crafting recipe the game crashes, but without the tag included it works just fine. Which Is really weird, I checked for typos or anything of that sort but there aren't any. Any help would be awesome!

 

Here's my crash;

And my character has the tag 'wramp_crafter' for some reason it works with my other items, just not this one

[00:02:42]: [string "scripts/util.lua"]:618: Could not find an asset matching wramp_crafter in any of the search paths.
LUA ERROR stack traceback:
        =[C] in function 'assert'
        scripts/util.lua(618,1) in function 'resolvefilepath'
        scripts/recipe.lua(106,1) in function '_ctor'
        scripts/class.lua(191,1) in function 'Recipe'
        scripts/modutil.lua(799,1) in function 'AddRecipe'
        ../mods/Wramp Clothier Toch ups Coat/modmain.lua(136,1) in main chunk
        =[C] in function 'xpcall'
        scripts/util.lua(778,1) in function 'RunInEnvironment'
        scripts/mods.lua(579,1) in function '_InitializeModMain'
        local MS_MODNAME = 'workshop-2812783478';local a = {}
 

 

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...