Jump to content
  • 0
OscarScorp

Increase Loading Screen Limit

Question

So I'm stuck in a problem where I want to add more Loading Screens to my grf, more than 6, but it appears it only accepts 6 even if I add them into clientinfo.xml and sclientinfo.xml:

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

Instead of showing the 7th and 8th loading screen, the first one will repeat.

I read in the wiki this limit can be increased with a diff but my Nemo does not have that option (Unlimited Loading Screens option).
Is there a way to get this diff into Nemo? or how can I fix this?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

The limit is 11 loading screens.

<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>
Link to comment
Share on other sites

  • 0

For some reason, my cleint only shows the first 6 screens, even if I add up to loading10.jpg in the list.

Should I try changing the langtype in clientinfo.xml?
Right now I have it at 1.

Edited by OscarScorp
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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.