sacrox Posted October 19, 2020 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
0 Rynbef Posted October 19, 2020 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
0 Poring King Posted October 19, 2020 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
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
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.