Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a good chance you'll come across an error or two. If you find one, visit the Page detailing client connect errors client connect errors.NOTE for page detailing Client Connect Errors.

Note

For the legacy client:

...

  1. You'll need to add the following lines to your client cfg for now:

    TexturesInterface

...

  1. =

...

  1. "texture_interfaces_v3";

...


  1. TexturesInterfaceDXTC

...

  1. =

...

  1. "texture_interfaces_dxtc";

...



  1. If you have issues with icons missing in the game. This is the reason. 

...

  1. There are missing textures in the current client archive related to the login screen. You'll notice a grey screen at 2 points while running the client. This should be remedied eventually with update of the client archive.

...

  1. You can unpack client\data\interface.bnp, copy launcher_bg.dds to launcher_bg_0.dds and launcher_bg_1.dds and repack using bnp_make.

...

  1. Before your client will connect to your newly built server, you'll need to update 2 XML files that it uses for communication.
    In your c:\ryzom_client\data directory create a new directory called data_common
    Copy database.xml and msg.xml from \ryzom\code\ryzom\common\data_common\ and place into your c:\ryzom_client\data\data_common directory.
    You can unpack client\data\data_common.bnp instead, replace the two files and repack using bnp_make.

These steps will not be needed eventually.