Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbc instructions are incomplete #2

Open
mako-taco opened this issue Jun 16, 2019 · 1 comment
Open

dbc instructions are incomplete #2

mako-taco opened this issue Jun 16, 2019 · 1 comment

Comments

@mako-taco
Copy link

The code to read from dbc includes a additional folder which is not mentioned in the instructions.
Code is here:


#ifdef _WIN32
    std::string dbcPath = m_dataPath + std::to_string(SUPPORTED_CLIENT_BUILD) + std::string("\\");
#else
    std::string dbcPath = m_dataPath + std::to_string(SUPPORTED_CLIENT_BUILD) + std::string("/");
#endif

Which means ./dbc/ fails, but ./5875/dbc works fine.

@Sindrex
Copy link

Sindrex commented May 6, 2023

the line
"Note that the dbc path must also include the build number of the client from which the files were extracted. If you are unsure what is the exact build, you can see it in the lower left corner of the login screen. The build number of the 1.12.1 client is 5875."

does address this. But as a person setting the server up for the first time I did not understand what this meant. Would suggest specifically writing that the dbc folder needs to be inside another folder with the client build number (ie 5875 for 1.12).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants