Jump to content
  • 0

Custom loading screen problem


miczster

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

Hi there....I downloaded some cool loading screens an I tried to add them..I edited the clientinfo.xml, added the pictures to data/texture/À¯ÀúÀÎÅÍÆäÀ̽º and already diffed the rag exe for unlimited loading screen. My problem is when I ran my server...I didn't see my added my added pictures from my grf but instead I only see the original ones...Can anyone pls enlighten me or give me ideas of what I missed??

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

i have 13 actually added and I'm sure I called them right like you said...I put them on my data folder before I turned it into grf...that's why I'm confused bro

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

The texture folder that my grf is using is already [][][][][][][][][] its from Judas 2010-06-16 files

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

<?xml version="1.0" encoding="euc-kr" ?>

<clientinfo>

<servicetype>korea</servicetype>

<servertype>sakray</servertype>

<hideaccountlist /><extendedslot /><readfolder />

<connection>

<display>MiczsterRO</display>

<desc>Let's Play</desc>

<address>127.0.0.1</address>

<port>6900</port>

<version>25</version>

<langtype>1</langtype>

<balloon>Our Server!</balloon>

<aid>

<admin>2000000</admin>

</aid>

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

<image>loading11.jpg</image>

<image>loading12.jpg</image>

</loading>

</connection>

</clientinfo>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  275
  • Reputation:   7
  • Joined:  10/08/12
  • Last Seen:  

im currently rebuilding my grf atm...thx for auto replies @RMRO

btw after extracting my RO folder's grf...i found out the original loading screens are in the data.grf (took me almost an hour looking for it due to its size and number of files)

I dont realy see anything wrong with that, but the client should read your loading screen regardless of putting them in the client info, try the code below see if it works, ive also removed the <hideaccountlist /><extendedslot /><readfolder /> as ive never seen or used this in any of my clientinfo's

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
 <servicetype>korea</servicetype>
 <servertype>sakray</servertype>
 <connection>
	 <display>MiczsterRO</display>
	 <desc>Let's Play</desc>
	 <address>127.0.0.1</address>
	 <port>6900</port>
	 <version>25</version>
	 <langtype>1</langtype>
	 <balloon>Our Server!</balloon>
	 <aid>
		 <admin>2000000</admin>
	 </aid>
 </connection>
</clientinfo>

IDK how it happened but your info version actually did the job ...SUPER thx RMRO!!!!!!!!!!!!
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

is it only me or is it true that miczster posted 5 posts, questioning and answering miczster's post #1? oh no, postsception /panic

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