Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with sprites
#1
i got a sprite splitter that splits the sprites and auto saves them as there own file. but it saves them as Sprite1 Sprite 2 Sprite 3 and mirage source recognizes files in the sprite folder # 1 ,2, 3 ,4 ect... is there anyway to change it on the server or the client or whatnot to have it recognize as sprite then #?
Reply
#2
Even better idea. RENAME THEM :O

http://www.bulkrenameutility.co.uk/Download.php

Decent program for renaming lots of things at once.
Reply
#3
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)
Reply
#4
ok so i was guessing that was client side and i did it . and i thought it worked but when i logged in it said missing file. and so i was like >.> so i manually changed the name to 1 and then i get a subscript error Sad
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)