Jump to content
  • 0

Custom loading screens


Golem1988

Question


  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   1
  • Joined:  08/08/12
  • Last Seen:  

Need a bit support in that... I can remember something about modifying clientinfo.xml but dont really remember how to do custom loading screens and where to put *.jpg files... So, please a bit help in theese questions.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

You need to put your custom loading screen here Data>Texture>À¯ÀúÀÎÅÍÆäÀ̽º

in your clientinfo.xml

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
  <display>Ragnarok</display>
  <balloon>the balloon</balloon>
  <desc>description</desc>
  <address>127.0.0.7</address>
  <port>6900</port>
  <version>25</version>
  <langtype>1</langtype>
  <registrationweb>flux.domain.com</registrationweb>
	<aid>
		<admin>2000000</admin>
           <admin>2000001</admin>
           <admin>2000002</admin>
	</aid>
	<loading>
           <image>loadingscreen01.jpg</image>
           <image>loadingscreen02.jpg</image>
           <image>loadingscreen03.jpg</image>
           <image>loadingscreen04.jpg</image>
	</loading>
  </connection>
</clientinfo>

The size of .jpg file is 1024x768

Edited by Emistry
Please use [CODEBOX] for long contents.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...