SmoshySmosh Posted August 1, 2008 Share Posted August 1, 2008 I am really trying to get something like this going... http://ratemyserver.net/ro-character-simulator/index.php## I have the sprites and the palette files, but I don't know where to start, and I don't need the body's just the heads and the hair colors and the headgears. Any advise? Here is another view of it http://ratemyserver.net/ro-character-simulator/charsim.php?gender=0&job=0&hair=1&viewid=&location=&direction=0&action=0&hdye=9&dye=430&bg=0&rand=5719301 Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/ Share on other sites More sharing options...
DarkWater Posted August 1, 2008 Share Posted August 1, 2008 Use the GD library and simply merge the images. Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605272 Share on other sites More sharing options...
SmoshySmosh Posted August 1, 2008 Author Share Posted August 1, 2008 Any example? the palettes are in .pal files and the sprites are in .spr files. Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605276 Share on other sites More sharing options...
bretticus Posted August 1, 2008 Share Posted August 1, 2008 I doubt the gd library can deal with spr and pal files (which application are you using them with anyway?) I think DarkWater meant change them to standard web file formats (transparent png, etc.) and then use gd lib functions to merge them. Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605292 Share on other sites More sharing options...
Third_Degree Posted August 1, 2008 Share Posted August 1, 2008 If you don't have an app to convert these file formats, the best way to convert images is a high quality screenshot Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605296 Share on other sites More sharing options...
SmoshySmosh Posted August 1, 2008 Author Share Posted August 1, 2008 I have 43 hair styles and 251 palettes for each... So it will take a while, is there any faster way? Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605300 Share on other sites More sharing options...
SmoshySmosh Posted August 1, 2008 Author Share Posted August 1, 2008 Sorry for the bump but I really need help on this... Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605724 Share on other sites More sharing options...
DeanWhitehouse Posted August 1, 2008 Share Posted August 1, 2008 Not that i know of, but you will prob need ajax if you want to create the characters without reloading the page. Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605727 Share on other sites More sharing options...
SmoshySmosh Posted August 2, 2008 Author Share Posted August 2, 2008 Any examples? Quote Link to comment https://forums.phpfreaks.com/topic/117670-how-would-i-go-about-making-something-like-this/#findComment-605799 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.