12-04-2009, 02:51 PM
Acruno Wrote:Even better idea. RENAME THEM :O
http://www.bulkrenameutility.co.uk/Download.php
Decent program for renaming lots of things at once.
How horrible to say that.
Find this Sub
Code:
Public Sub CheckSprites()
Replace
Code:
While FileExist(GFX_PATH & "sprites\" & i & GFX_EXT)
With
Code:
While FileExist(GFX_PATH & "sprites\sprite" & i & GFX_EXT)