Guide to spriting: Difference between revisions
Jump to navigation
Jump to search
Updating the "Required sprites by object category" section and removing the outdated "Locating sprites" section that couldn't be used.
imported>Kosmos m (Added Nienhaus'/Errorage's PNG to DMI -tutorial.) |
imported>Nienhaus (Updating the "Required sprites by object category" section and removing the outdated "Locating sprites" section that couldn't be used.) |
||
Line 66: | Line 66: | ||
=== Mobs === | === Mobs === | ||
* | *Mob sprites for the most part require four directions. | ||
*Mob sprites require dead sprites. | |||
*If you choose to you can make a laying sprite. | |||
*If making a mob that can wear clothing you can use pixel_y, Pixel_x to shift clothing on when coding the mob. | |||
=== Turfs === | === Turfs === | ||
*Floors are in icons/turf/floors.dmi - Check the file for examples | *Floors are in icons/turf/floors.dmi - Check the file for examples. | ||
*Walls are in icons/turf/walls.dmi - Check the file for examples | *Walls are in icons/turf/walls.dmi - Check the file for examples. | ||
* | *Shuttle walls and floors are in icons/turf/shuttle.dmi - Check the file for examples. | ||
*I think these are pretty self explanatory | *Space tiles are in icons/turf/space.dmi - Check the file for examples. | ||
*I think these are pretty self explanatory. | |||
=== Objects === | === Objects === | ||
* | *Objects sprites are located in the icons/obj folder. | ||
*Clothing | *Items sprites are spread throughout said folder. | ||
* | *Item sprites for the most part require in-hand sprites. They can be located in the icons/mob/items_lefthand.dmi and icons/mob/items_righthand.dmi section. | ||
*Clothing sprites are located in the icons/obj/clothing folder. | |||
*Clothing sprites on mobs can be found in the icons/mob folder. | |||
*Clothing sprites for the most part require in-hand sprites. They can be located in the icons/mob/items_lefthand.dmi and icons/mob/items_righthand.dmi section. | |||
*Machinery sprites are located icons/obj/machines folder. Although a good amount of them are located in the icons/obj folder. | |||
*Door sprites are located under icons/obj/door folder. | |||
*Normal door sprite require door_closed, door_locked, door_opening, door_deny, door_closing, door_open, door_spark, o_door_opening, o_door_closing, panel_open, welded, and elights. I suggest looking over a door dmi. | |||
*Blast doors only require opening and closing sprites and sprites for when it is open and closed. | |||
== Contributing sprites and finding sprite requests == | == Contributing sprites and finding sprite requests == |