Jump to content
  • 0

[Solve]how to make server client read custom loading?


manabeast

Question


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

i have custom loading01 in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º/loading01

but my client read kro loading screen too. how to make client read my custom loading01 only?

Edited by manabeast
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

what does your clientinfo.xml look like

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

add this into your clientinfo.xml

<loading>
<image>loading00.jpg</image>
</loading>

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
  <display>SERVER NAME</display>
  <balloon>HOVER BALLOON</balloon>
  <desc>DESCRIPTION</desc>
  <address>My Lan IP</address>
  <port>6900</port>
  <version>25</version>
  <langtype>1</langtype>
  <registrationweb></registrationweb>
  <aid>
  <admin></admin>
	 <yellow></yellow>
  </aid>
  </connection>
</clientinfo>

sorry late reply . this is my client, i try before not working. after put in loading01 in my client. when login can't read my server = =". it's show fail to connect to server. maybe i put in wrong line :(

clientinfo.xml

Edited by manabeast
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

whoah until now no one has ever used etcinfo.txt

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

      <address>127.0.0.1</address>

huh ? you are using this IP ?

an online server using this IP to connect ?? :(

and...i didnt saw you used any <image> tag here ???

you cant connect to server ?

make sure your server have the save version as you set in the server files ( if you enabled it )

make sure your server read clientinfo.xml and in the correct file / path folder

and read GRF / data according to your client settings.

Beside...this is a sample how the clientinfo look like

Clientinfo

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

  <address>127.0.0.1</address>

=.=" because public i change to default. normaly i use static ip, as for can't connect is i after i add <image> tag only can't connect. if i remove i can connect normaly. for wiki one... i try it tonight.

ok i try this new one already. my client have 5 custom loading screen. but after number 5 it's read kro one. how to make it repeat?

bump

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2350
  • Joined:  10/28/11
  • Last Seen:  

load 5 image for loading screen

 <loading>
  <image>loading00.jpg</image>
  <image>loading01.jpg</image>
  <image>loading02.jpg</image>
  <image>loading03.jpg</image>
  <image>loading04.jpg</image>
 </loading>

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...