sacrox Posted October 19, 2020 Group: Members Topic Count: 14 Topics Per Day: 0.01 Content Count: 18 Reputation: 0 Joined: 10/09/20 Last Seen: March 13, 2022 Share Posted October 19, 2020 Hello very good, I am trying to change the loading screen of the Ragnarok client, do you know how I can make the image change, for me and for other users? thank you very much Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted October 19, 2020 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Sunday at 06:19 AM Share Posted October 19, 2020 Hey, On your clientinfo.xml u can add the files or replace the original jpegs/bmps https://github.com/rathena/rathena/wiki/Clientinfo.xml Rynbef~ Quote Link to comment Share on other sites More sharing options...
0 Poring King Posted October 19, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted October 19, 2020 They are located inside the GRF in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º , must be of type JPEG and have to be called loadingXX.jpg where XX is a zero-based index (00, 01, 02...) and limited to about 6-12 files depending on langtype (unless you have diffed Unlimited Loading Screens option). You should prefer sizes of 4:3 (ex. 800x600, 1024x768) otherwise the loading screen is stretched to fit the screen, which causes certain quality loss. Try to avoid gradients, because the client reduces the amount of colors used inside the image as well. Adding your background to your clientinfo.xml / sclientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>korea</servicetype> <servertype>sakray</servertype> <hideaccountlist /> <passwordencrypt /> <passwordencrypt2 /> <extendedslot /> <readfolder /> <connection> <display>SERVER NAME HERE</display> <desc>Ragnarok Online</desc> <balloon>this is a tool tip</balloon> <address>SERVER IP HERE</address> <port>6900</port> <version>20</version> <langtype>1</langtype> <registrationweb>REGISTRATION URL HERE</registrationweb> <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> </loading> </connection> </clientinfo> 1 Quote Link to comment Share on other sites More sharing options...
Question
sacrox
Hello very good, I am trying to change the loading screen of the Ragnarok client, do you know how I can make the image change, for me and for other users? thank you very much
Link to comment
Share on other sites
2 answers to this question
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.