Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing GFX
#1
Ok, how do you change gfx? I tried to change my sprites.bmp. I renamed my new sprites to sprites.bmp then put em in the gfx folder. Then it highlights:

Code:
Set DD_SpriteSurf = DD.CreateSurfaceFromFile(FileName & "sprites" & GFX_EXT, DDSD_Sprite)

How do I do it?
Reply
#2
As long as your GFX_EXT is the same, which I don't think Mirage works with anything besides bitmap files. Then all you have to do is change the
Code:
"sprites"
to whatever your new file name is. There might be some other ones you have to change too, not totally sure.
Reply
#3
Looks like he put them in a gfx folder. change "sprites" to "/GFX/sprites"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)