The Dink Network

Reply to Re: Adding to the Editor's Cache

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 6th 2002, 05:35 PM
wizardg.gif
Paul
Peasant He/Him United States
 
: : : What is the easist way to add new graphics to the cache so I can pull them up in (Win)DinkEdit?  TIA!

: : Didn't I just answer that?

: : Is there a part you don't understand?

: I guess I didn't understand the sequence part.  I looked thru Dink.ini in my DMOD folder and saw all the sprites.  I added the flickering lantern sprite in the Graphics folder in a folder called Lantern.  I referenced all 4 frames in the sequence in the Dink.ini towards the bottom where it says to add new graphics like this:

: load_sequence graphicsEffectsLanternLitW1a- 285

: load_sequence graphicsEffectsLanternLitW2a- 285

: load_sequence graphicsEffectsLanternLitW3a- 285

: load_sequence graphicsEffectsLanternLitW4a- 285

: load_sequence graphicsEffectsLanternLitW5a- 285

: I used 285 because in the cache of WinDinkEdit, 285 is blank.  However, when I reload WDE, 285 is still blank - the lantern is not showing up.  

Okay, first of all, that's not how you make a sequence. If you want them to be played in order (or just stored together) you name them like this:

Lant-01.bmp

Lant-02.bmp

Lant-03.bmp

Lant-04.bmp

Lant-05.bmp

Then this in the ini file:

load_sequence graphicsEffectsLanternLant- 285

And it loads all of them. That is if GraphicsEffectsLantern is really the correct path. It sounds like you said you put it in GraphicsLantern with no Effects folder. If so, take the Effects part out of the ini file.

And incidently LitW4a- isn't a very good name for a lantern effect. First with the 01, 02 etc after it that's 9 chatacters, which probably won't cause any problem, but most people stop at 8. Also the W1 in there looks likei t means "walking southwest". W for walking, 1 for southwest (look at you number pad). You can use any name you want of course, most of the original graphics at least use that standard.