Mystery 594 Posted March 4, 2013 (edited) Ragnarok Renders What is a render?A render is basically an image where an object in the image has a transparent background. Think of transparency as something invisible. In this case the object(s) are monsters, characters, items, etc.How do I make a render?Well there are several ways, my easy solution is just to use the magic eraser tool in Photoshop CS5. You use that and click the background, the more solid the outline of the object the easier it is to render. Some objects you may have to trace the lines so that way the eraser doesn't erase a part of the image its not supposed to. This takes much trial and error, and don't worry, as long as you don't mess up on the tracing, you can't tell its been traced.What does the packages contain?NPC cutins, official wallpapers, and fankit images. There are also login screens that have been put together, as well as loading screens. It will also have all the original images for people who want to help out or just to see what the render came from; however, wallpapers are not included because it makes the package too large.What format are the images in?The images are saved in .PNG format. Disclaimer: Not every file is in .png format (Renders Package).------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Downloads Renders Package (Renders [10-2-2010])https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/Renders [10-2-2010]Updated: Added blank card templates, as well as blank flags.Card Imageshttps://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/Card ImagesComment: I don't know if this will be useful to anyone, but I figured why not. From the data.grf.NPC Cutinshttps://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/NPC CutinsInfo: The NPC images without a transparent background. Also from the data.grf. jRO NPC Cutins (2012)http://mysterious-project.googlecode.com/svn/trunk/Renders/jRO Cutins.rarInfo: Thanks to Bahamut for supplying them. I made them into Renders. Rebellion (Friday October 18th 2013)https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/RebellionInfo: Trying to find some Rebellion images… in this folder there will be a mix of .jpgs and .pngs Kagerou & Oboro (Friday October 18th 2013)https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/Oboro&KagerouInfo: Trying to find some Oboro & Kagerou imagesFebruary 1st 2014 Update~ Did some drastic changes with my Graphic folder that houses render images:- Reorganized my folders- Renamed a bunch of files- Fixed Oboro and Kagerou to proper .png formats (Renders)- Added a new folder ‘February2014_Renders’ with additional renders I am currently working on- Updated Kagerou and Oboro Renders Commit link Sadly, the changes I've done were long for GitHub and won't display the diff. Edited February 2, 2014 by Mysterious Updated Links - added new ones 6 hsombini, Uzieal, quesoph and 3 others reacted to this Quote Share this post Link to post Share on other sites
Senos 54 Posted March 4, 2013 (edited) Card Imageshttp://mysterious-pr...Card Images.zip Comment: I don't know if this will be useful to anyone, but I figured why not. From the data.grf. Link wrong. The same is correct: http://mysterious-project.googlecode.com/svn/trunk/Renders/Card%20Images.zip Very good, I downloaded all! @Edit: The same thing: NPC CUTINS e JRO CUTINS. Edited March 4, 2013 by Wolf Quote Share this post Link to post Share on other sites
Mystery 594 Posted March 5, 2013 Card Imageshttp://mysterious-pr...Card Images.zip Comment: I don't know if this will be useful to anyone, but I figured why not. From the data.grf. Link wrong. The same is correct: http://mysterious-project.googlecode.com/svn/trunk/Renders/Card%20Images.zip Very good, I downloaded all! @Edit: The same thing: NPC CUTINS e JRO CUTINS. Thank you. I fixed the links. Try again :> Quote Share this post Link to post Share on other sites
Mystery 594 Posted March 17, 2013 You can find a full list here in my Repo: https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics Quote Share this post Link to post Share on other sites
karazu 33 Posted October 17, 2013 (edited) any screenshots if ok please? I am here in the office, and I cannot download a file Edited October 17, 2013 by Mysterious Quote Share this post Link to post Share on other sites
Mystery 594 Posted October 17, 2013 any screenshots if ok please? I am here in the office, and I cannot download a file What you could do, is go into the images' folder and click on an image. You should get the image shown : https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/1st-Humanish Quote Share this post Link to post Share on other sites
karazu 33 Posted October 18, 2013 any screenshots if ok please? I am here in the office, and I cannot download a file What you could do, is go into the images' folder and click on an image. You should get the image shown : https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/1st-Humanish wow, Cool Quote Share this post Link to post Share on other sites
Mystery 594 Posted October 18, 2013 any screenshots if ok please? I am here in the office, and I cannot download a file What you could do, is go into the images' folder and click on an image. You should get the image shown : https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/1st-Humanish wow, Cool I updated my repo. Added some new images and renamed a bunch of images xD https://github.com/Mysteries/Mysterious-Project/commits/master Quote Share this post Link to post Share on other sites
Mystery 594 Posted October 18, 2013 Bump~ Updated my first post with new links to new images / folders Quote Share this post Link to post Share on other sites
karazu 33 Posted October 19, 2013 Do you know how to add this that if u click the NPC this cute images will show? Quote Share this post Link to post Share on other sites
Mystery 594 Posted October 19, 2013 Do you know how to add this that if u click the NPC this cute images will show? That can be done via 'cutin'. Check out our script_commands.txt file: *cutin "<filename>",<position>; This command will display a picture, usually an NPC illustration, alsocalled cutin, for the currently attached client. The position parameterdetermines the placement of the illustration and takes following values: 0 - bottom left corner 1 - bottom middle 2 - bottom right corner 3 - middle of screen in a movable window with an empty title bar 4 - middle of screen without the window header, but still movable The picture is read from datatexture???????illust, from both theGRF archive and data folder, and is required to be a bitmap. The fileextension .bmp can be omitted. Magenta color (#ff00ff) is consideredtransparent. There is no limit placed on the size of the illustrationsby the client, although loading of large pictures (about 700x700 andlarger) causes the client to freeze shortly (lag). Typically the size isabout 320x480. New illustrations can be added by just putting the new fileinto the location above. The client is able to display only one cutin at the same time and each newone will cause the old one to disappear. To delete the currently displayedillustration without displaying a new one, an empty file name and position255 must be used. // Displays the Comodo Kafra illustration in lower right corner. cutin "kafra_07",2; // Typical way to end a script, which displayed an illustration during a // dialog with a player. mes "See you."; close2; cutin "",255; end; Quote Share this post Link to post Share on other sites
karazu 33 Posted October 19, 2013 (edited) Do you know how to add this that if u click the NPC this cute images will show? That can be done via 'cutin'. Check out our script_commands.txt file: *cutin "<filename>",<position>; This command will display a picture, usually an NPC illustration, alsocalled cutin, for the currently attached client. The position parameterdetermines the placement of the illustration and takes following values: 0 - bottom left corner 1 - bottom middle 2 - bottom right corner 3 - middle of screen in a movable window with an empty title bar 4 - middle of screen without the window header, but still movable The picture is read from datatexture???????illust, from both theGRF archive and data folder, and is required to be a bitmap. The fileextension .bmp can be omitted. Magenta color (#ff00ff) is consideredtransparent. There is no limit placed on the size of the illustrationsby the client, although loading of large pictures (about 700x700 andlarger) causes the client to freeze shortly (lag). Typically the size isabout 320x480. New illustrations can be added by just putting the new fileinto the location above. The client is able to display only one cutin at the same time and each newone will cause the old one to disappear. To delete the currently displayedillustration without displaying a new one, an empty file name and position255 must be used. // Displays the Comodo Kafra illustration in lower right corner. cutin "kafra_07",2; // Typical way to end a script, which displayed an illustration during a // dialog with a player. mes "See you."; close2; cutin "",255; end; Thank you so much can i use them in my loading screens? Edited October 19, 2013 by karazu Quote Share this post Link to post Share on other sites
Mystery 594 Posted October 19, 2013 Thank you so much can i use them in my loading screens? You can only use images as loading screens with the size of 640x480 and 1024x768. These are typically dimensions Gravity uses with theirs… (normally the 640x480 though). You can see examples of the 640x480 rebellion loading screens here: https://github.com/Mysteries/Mysterious-Project/tree/master/Graphics/Rebellion Quote Share this post Link to post Share on other sites
karazu 33 Posted October 25, 2013 Thank you for the Renders! Quote Share this post Link to post Share on other sites
quesoph 105 Posted October 25, 2013 Thank you! Quote Share this post Link to post Share on other sites
Mystery 594 Posted October 25, 2013 You're very welcome! Glad you guys find use for them ;3 Quote Share this post Link to post Share on other sites
Mystery 594 Posted January 29, 2014 More! ) Heh, thanks for the enthusiasm. When I get more time I'll be glad to put more together. xD Quote Share this post Link to post Share on other sites
Jezu 25 Posted February 2, 2014 (edited) How about RO Chibi's... I don't know what they called it. xD Edited February 2, 2014 by Jezu Quote Share this post Link to post Share on other sites
Mystery 594 Posted February 2, 2014 (edited) How about RO Chibi's... I don't know what they called it. xD Yeah, that's about right. They're essentially called, or labeled as, Chibi RO Characters/Classes/Jobs xD Update~ Did some drastic changes with my Graphic folder that houses render images: - Reorganized my folders - Renamed a bunch of files - Fixed Oboro and Kagerou to proper .png formats (Renders) - Added a new folder ‘February2014_Renders’ with additional renders I am currently working on - Updated Kagerou and Oboro Renders Commit link Sadly, the changes I've done were long for GitHub and won't display the diff. Edited February 2, 2014 by Mysterious Quote Share this post Link to post Share on other sites
Jezu 25 Posted February 2, 2014 How about RO Chibi's... I don't know what they called it. xD Yeah, that's about right. They're essentially called, or labeled as, Chibi RO Characters/Classes/Jobs xD Update~ Did some drastic changes with my Graphic folder that houses render images: - Reorganized my folders - Renamed a bunch of files - Fixed Oboro and Kagerou to proper .png formats (Renders) - Added a new folder ‘February2014_Renders’ with additional renders I am currently working on - Updated Kagerou and Oboro Renders Commit link Sadly, the changes I've done were long for GitHub and won't display the diff. I found it and they called it Kodama Artworks! Quote Share this post Link to post Share on other sites
Mystery 594 Posted February 2, 2014 I found it and they called it Kodama Artworks!Oh... that's news to me. Never heard of that before haha. Quote Share this post Link to post Share on other sites
Jezu 25 Posted February 2, 2014 I found it and they called it Kodama Artworks!Oh... that's news to me. Never heard of that before haha. Samples here... I just search thoroughly on google with file types option. 1. 2. 3. Quote Share this post Link to post Share on other sites
jaBote 438 Posted February 2, 2014 That first one sounds familiar to me... Quote Share this post Link to post Share on other sites