UchuServer / Uchu

LEGO Universe server written in C#
GNU Affero General Public License v3.0
85 stars 20 forks source link

not sure what im doing wrong. me idiot #336

Closed littledrew22 closed 2 years ago

littledrew22 commented 2 years ago

first config try 1crashconfig 1crash different config tries 2crashconfig 2crash

TheNexusAvenger commented 2 years ago

The first configuration has issues because it is incomplete XML. In XML, a "tag" such as <x> needs a corresponding closing tag </x>, which is missing. Notice how the second configuration has </GameResourceFolder>.

For both of them, the value for the game resource folder. If you are using Nexus LU Launcher, it will be C:\Users\YOUR_USERNAME\.nlul\Client\res on Windows. It appears you are based on the "Nexus-LU-Launcher.exe" faintly visible and the output, but the client is "packed" instead of "unpacked". Unpacked clients are larger and have all the resources split into their original files instead of packed into larger resource files. The easier method to resolve this is to delete your existing client and re-download an unpacked client.

littledrew22 commented 2 years ago

i just moved the client to that folder while editing the xml and it worked like a charm i guess it just dont like installs on drives other than C thanks for your time