Modding Help Something incredibly odd...

Discussion in 'Starbound Modding' started by xCybersquid, Dec 15, 2013.

  1. xCybersquid

    xCybersquid Void-Bound Voyager

    So, I managed to make a certain item appear. Let's call it " Working Sword."
    the " Working Sword " functions perfectly. The recipe works and everything.

    Now, I make an item with " Working Sword " as a base. Let's call this item " Broken Sword ".
    The " Broken Sword " has the same recipe but instead it creates the " Broken Sword " instead of the " Working Sword. "
    It doesn't even appear in the crafting bench.

    BUT. when I change it back to " Working Sword " it functions fine.
    Why does only one recipe work? both are in the player.config, and are identical besides the actual " item name. "
    is there a fix for this?
     
  2. tifel100

    tifel100 Void-Bound Voyager

    Hand over your mod folders I'll check it out. Are you using the new /mods method?
     
  3. xCybersquid

    xCybersquid Void-Bound Voyager

    Yup. Check em' out. Here's EVERYTHING. Only Roukanken works. The rest don't appear, but all the actual items function. It's the recipe's...
     

    Attached Files:

  4. ollj

    ollj Big Damn Hero

    duplicate namespace in the items text itself, it only finds the first match for a name, ignoring the other one.
     
  5. xCybersquid

    xCybersquid Void-Bound Voyager

    What do you mean? Like the items folder or the items themselves?
     
  6. tifel100

    tifel100 Void-Bound Voyager

    Here.
    Sorry it took a bit longer than I expected. Site went down and I kept doing a mistake in the code. Btw, your sword's hitbox is messed up.(Not my fault :p)
     
  7. xCybersquid

    xCybersquid Void-Bound Voyager

    I tried it. It still only shows Roukanken.... Should I being doing something differently?
     
  8. tifel100

    tifel100 Void-Bound Voyager

    Did you break the anvil and replace it?
    If that doesn't work, try making a new character.
     
  9. xCybersquid

    xCybersquid Void-Bound Voyager

    I tried... Still nothing. You were able to get it to work, right?

    I'll try changing around a few of my starbound files. Worst comes to worst, I'll re-install the game.
    Thank you very much for your continued support~

    EDIT: I guess i'll try a reinstall. The file you gave me has nothing appear, so I'll try it fresh. Maybe it'll work then.
     
    Last edited: Dec 15, 2013
  10. tifel100

    tifel100 Void-Bound Voyager

    Where are you putting the folder?
     
  11. xCybersquid

    xCybersquid Void-Bound Voyager

    I took out my folder the original one, and put yours in /Starbound/mods.
     
  12. tifel100

    tifel100 Void-Bound Voyager

    so now you have /Starbound/Touhou/RoukakenMod/andtherest?
    If so, then can I see your starbound log?
     
  13. xCybersquid

    xCybersquid Void-Bound Voyager

    How do I check that?
     
  14. tifel100

    tifel100 Void-Bound Voyager

    Starbound/starbound.txt or Starbound/starbound.log
     
  15. xCybersquid

    xCybersquid Void-Bound Voyager

    Alright, here you go.
     

    Attached Files:

  16. tifel100

    tifel100 Void-Bound Voyager

    mikoarmorchest and shanghai are causing the problem. I saw these names in your player.config I think, but I never actually seen the files.

    I'm guessing you gave me half your mod.
     
  17. xCybersquid

    xCybersquid Void-Bound Voyager

    mikoarmorchest was mikoarmortop so I renamed it.

    I'll get rid of Shanghai and try it again

    EDIT: I gave you the full thing, but I accidentally left shanghai out of the folder.
     
  18. tifel100

    tifel100 Void-Bound Voyager

    That might be it, but I also never seen mikoarmorchest in there.

    All there was: 2 swords, 1 hilt, 1 ore and 1 bar.
     
  19. xCybersquid

    xCybersquid Void-Bound Voyager

    I sent you everything, some of the files we on my desktop. This is ALL of it. There isn't anything left out this time.
     

    Attached Files:

  20. tifel100

    tifel100 Void-Bound Voyager

    Here, Haven't tested out crafting them or anything but It should work. Also, I removed the sfx folder because it's not needed. So don't make it AGAIN lol.
     

Share This Page