![]() |
Changing GFX - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Changing GFX (/showthread.php?tid=1539) |
Changing GFX - Beres - 01-02-2008 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? Re: Changing GFX - Anthony - 01-02-2008 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" Re: Changing GFX - Rian - 01-02-2008 Looks like he put them in a gfx folder. change "sprites" to "/GFX/sprites" |