The Dink Network

Reply to Re: How to add custom graphics?

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
November 8th 2006, 10:23 AM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Some graphic packs come with ini lines, but it just so happens that this one doesn't First thing you have to do is put the graphics in a folder in the graphics folder of your DMOD. I think the graphics are in a folder called debris, so just put the whole folder right there in the graphics folder. Next you have to add the proper ini lines. It might look really confusing with all the numbers, but you only need the first number (the second number as well if it's a sequence). That first number sets what sequence it is. The second is frame delay, and the rest of the numbers are hardbox/depth dot. So with that being said, use this line:

load_sequence_now graphics\debris\debri- 98

The first part is telling dink.ini to load a graphic. The next big chunk is where it is located. debri- is what the individual files are called excluding the numbers. The numbers of the files are their frames. Sequence 98 is unused by default, so if you haven't put something in that sequence slot, that exact line should work.