0 of 0

File information

Last updated

Original upload

Created by

HelaSquids

Uploaded by

helasquids

Virus scan

Safe to use

Tags for this mod

12 comments

  1. luyepiaofeng
    luyepiaofeng
    • member
    • 13 kudos
    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
    1. tiptoehappiness
      tiptoehappiness
      • premium
      • 0 kudos
      It's working perfectly, & is the easiest thing in the world to use, I highly recommend trying MOMI!
    2. helasquids
      helasquids
      • member
      • 11 kudos
      Sure! I actually made it initially for undertalemodtool, I'll upload it when i finish work tomorrow!
    3. luyepiaofeng
      luyepiaofeng
      • member
      • 13 kudos
      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
    4. stinkykiwiz
      stinkykiwiz
      • premium
      • 0 kudos
      This happened to me as well unfortunately.
    5. helasquids
      helasquids
      • member
      • 11 kudos
      Oh wow that's strange, I didn't get any of this when play testing. I'll look into it when I get the time, real life is very busy atm so may not be for a bit

      Do you have any other mods that would overwrite the original Deep Earth set? The folder in my set contains all the necessary png files, which is what your error code is saying doesn't exist, and I've written the json files to edit and read this data. If you have another mod that interacts with that set in particular then that would conflict with my one 
    6. luyepiaofeng
      luyepiaofeng
      • member
      • 13 kudos
      no i dont really use furniture replacements for this game, so I don't have anything that replaces deep earth set :(
    7. PeggingCryptids
      PeggingCryptids
      • supporter
      • 0 kudos
      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!
    8. luyepiaofeng
      luyepiaofeng
      • member
      • 13 kudos
      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
    9. PeggingCryptids
      PeggingCryptids
      • supporter
      • 0 kudos
      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. 
    10. cruxxxxx
      cruxxxxx
      • member
      • 0 kudos
      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
    11. Cardiaccaptain
      Cardiaccaptain
      • member
      • 0 kudos
      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 :(