12 comments
-
hi! is it possible that u could make a separate one for undertale mod tool atm? i saw that momi is actually still in very early development so i wanted to wait a little longer for it before using it
-
It's working perfectly, & is the easiest thing in the world to use, I highly recommend trying MOMI!
-
hey i did ended up using momi! however there's an issue with this error from it when trying to install this even after reinstalling it
spr_furniture_deep_earth_wall_brazier_blue_spring_shadow_off points to a sprite at images/hanging_crystal_v1/shadow.png but that file does not exist
spr_furniture_deep_earth_wall_brazier_blue_shadow_on points to a sprite at images/hanging_crystal_v1/shadow.png but that file does not exist
spr_furniture_deep_earth_wall_brazier_purple_spring_shadow_off points to a sprite at images/hanging_crystal_v3/shadow.png but that file does not exist
spr_furniture_deep_earth_wall_brazier_purple_shadow_on points to a sprite at images/hanging_crystal_v3/shadow.png but that file does not exist
spr_furniture_deep_earth_stalactite_arch_shadow points to a sprite at images/stone_arch/stone_arch/shadow.png but that file does not exist
spr_ui_item_furniture_mossy_rug_v2 points to a sprite at images/stepping_stones/stepping_stones/ui_icon.png but that file does not exist
spr_ui_item_furniture_mossy_rug_v2_outline points to a sprite at images/stepping_stones/stepping_stones/ui_icon.png but that file does not exist
spr_ui_item_furniture_mushroom_stool_pink_outline points to a sprite at images/rock_and_stumps/ui_icon_stump__flowers_outline.png but that file does not exist -
This happened to me as well unfortunately.
-
no i dont really use furniture replacements for this game, so I don't have anything that replaces deep earth set :(
-
Hello I was getting the same error with no other mod even installed so I took a look at the code and saw what was causing some of them. It seems the path file in the json dont match the picture path or name. I changed them and it started working for me!
-
thx! i managed to fix half of it except for these which requires a shadow.png which the hanging crystal folders didn't have them unfortunately
spr_furniture_deep_earth_wall_brazier_blue_spring_shadow_off points to a sprite at images/hanging_crystal_v1/shadow.png but that file does not exist
spr_furniture_deep_earth_wall_brazier_blue_shadow_on points to a sprite at images/hanging_crystal_v1/shadow.png but that file does not exist
spr_furniture_deep_earth_wall_brazier_purple_spring_shadow_off points to a sprite at images/hanging_crystal_v3/shadow.png but that file does not exist
spr_furniture_deep_earth_wall_brazier_purple_shadow_on points to a sprite at images/hanging_crystal_v3/shadow.png but that file doe -
I could not fix those either I removed them from the code instead and it will let you play with the other decors. Momi is too hard for me to use to make mods, I am too dumb for it so I dont know how to fix the brazier error.
-
Ok so theres an issue in the json file thats missing an _ underscore. there is three or four extra [exp/file/] before the image.png there is also missing shadow png for hanging brazier file which i added by effe witchy shadow.png. just fyi
-
How did you manage to fix it? I get the same error and I'm new to coding, so I downloaded Notepad++ to try my hand at it but idk where to even start :(
-