FORUM ARCHIVED

What the hell am I doing wrong here!?

Discussion in 'Modding' started by badboy80, Mar 4, 2012.

  1. badboy80

    badboy80 Member

    OK, so I'm trying to make a mod for the newest patch that hasn't come out yet. I had started making it previously but had to stop as I needed features that were in the newest patch. Before, the skill and it's icon would show up on the selection screen and go into the game. The images in the skill tome were messed up, but that was a different issue. Now, when I've put the same mod into 1.1.10, and changed a wand so that it is infinite, it shows no image in the skill selection (but the skill is there), and when I enter the game, it crashes! I've tried setting the wand to a regular finite wand, and playing around with the images, but nothing! I've checked the xml, but I can't seem to get it! I've tested other mods, and Clockwork Knight definitely works. Could someone help, because I don't know what I've done wrong?

    I've included the zip file if you want to look at it.
     

    Attached Files:

  2. lockeslylcrit

    lockeslylcrit Member

    Fixed.

    Problems:
    You didn't have </skillDB> at the end of your skills file.
    Same thing with </item> in the items file.
    The PNGs shouldn't be saved as Interlaced.

    As a side note, you don't need multiple PNGs that are the same. You can easily reference the same file if you want in a different skill. You just need the big version for buffs and skills, and the smaller version for the hotkey bar.
     

    Attached Files:

  3. badboy80

    badboy80 Member

    Thanks! The thing that I wasn't getting was why it had worked before but not now. I thought I didn't save the PNGs as interlaced... oh well. The same images are just placeholders to test, but thanks anyway.
     
  4. lockeslylcrit

    lockeslylcrit Member

    Glad to help. :)