Skip to content

dbc instructions are incomplete #2

@mako-taco

Description

@mako-taco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions