Giter Club home page Giter Club logo

Comments (4)

Lego6245 avatar Lego6245 commented on August 19, 2024 1

If you unpacked the client yourself, it's likely that the server's map resources have a different casing from what the game is looking for. See #22 for more information. The solution is to change the casing on the server for the maps folder to be 100% lower case letters, which you can see a command for in the linked issue.

from darkflameserver.

godismyjudge95 avatar godismyjudge95 commented on August 19, 2024

@Lego6245 that did the trick, thanks! although I also had to recreate my character (it loaded partially without the map files in place).

For future reference I installed the rename tool by running:

sudo apt install rename

And then cd'd into the maps directory:

cd DarkflameServer/build/res/maps/

And finally ran the rename command:

find . -depth -exec rename 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \;

It took a really long time to finish running, but once that completed. I just needed to log in and recreate my character to get it working completely.

Awesome work guys.

from darkflameserver.

windowk1d avatar windowk1d commented on August 19, 2024

Just got the server running and I'm getting this error also. "Your game assets don't match the server. Please logout and try again." I tried the above method and tried the rename command but unfortunately still getting the same error. Any ideas? My client came unpacked. Appreciate the help!!!

from darkflameserver.

Williemarsman avatar Williemarsman commented on August 19, 2024

I had this exact same problem, but I accidentally ran the renaming command in the overall /res directory, rather than just /Maps. And now when I try to run the server through "sudo ./MasterServer" it gets a ping from WorldServer that CDServer.sqlite cannot be opened.

As a note, CDServer.sqlite no longer operates by that name, due to my botched command. Rather, all directories within /res are fully lowercased. So if I had to guess I'd say the issue is needing to rename it. Is this true? And if so, how?

from darkflameserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.