[Brainstorming]Hypnosis

Discussion in 'Modding' started by SeptimusHeap, Jun 16, 2012.

  1. SeptimusHeap

    SeptimusHeap Member

    My mod is complete (minus art), but how to I organize the files? Where do the .xml files go if my sprites are located at sprites/example.png in the code?
     
  2. Daynab

    Daynab Community Moderator Staff Member

    http://dredmod.com/wiki/How_To_Package_a_Mod
     
  3. SeptimusHeap

    SeptimusHeap Member

  4. Daynab

    Daynab Community Moderator Staff Member

    You should be able to reference the sprites in with relative paths, IE: your skillDB is in the "skills" folder, and you need to link to an image in the "sprites" folder next to it. The link would be "../sprites/filename.png"
    "../" means go up a folder. just "/" would mean start from the root, and "./" means stay in the same directory as the file.