FORUM ARCHIVED

Icon .png Question

Discussion in 'Modding' started by tdoe, Jul 27, 2012.

  1. tdoe

    tdoe Member

    I am just starting out as a modder for this game and im not sure where to find a list of the "icons" for instance I am trying to find some art that is already in the game (cause I suck at drawing) to use for my set of skills in this code:
    <skill name="Fury" id="lol" type="warrior" description="Prepair to become tough!">
    <art icon=""/>
    </skill>

    <ability startSkill="1" name="Thoughness" icon="" skill="lol" >
    <description text="Let's see if you can handle this!"/>
    </ability>
    I have been looking for a section in the forums or anywhere to find a list of the "icons" and where to find them in relation to the "sprites/skills/..." part of the code.
    If you understand this at all please help!
     
  2. Daynab

    Daynab Community Moderator Staff Member

    C:\Program Files (x86)\Steam\steamapps\common\dungeons of dredmor
    (if on Steam anyway, if not the directory structure once inside that folder is the same)

    /items is item icons, sprites is sprites, skills is skills. Check the /expansion and /expansion2 folders if you have them as well.
     
  3. tdoe

    tdoe Member

    Thanks so much!