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

MultiplayerSettings no INI parsing code present #624

Open
feliwir opened this issue Feb 24, 2022 · 2 comments
Open

MultiplayerSettings no INI parsing code present #624

feliwir opened this issue Feb 24, 2022 · 2 comments

Comments

@feliwir
Copy link
Contributor

feliwir commented Feb 24, 2022

Issue explanation

MultiplayerSettings are only hooked so far - for standalone the subsystem can't be initialized. The parsing table only links to an hooked symbol so far:

    {"MultiplayerSettings", (iniblockparse_t)(0x00504A90) /*&INI::parseMultiplayerSettingsDefinition*/},

(from INI.cpp)

This needs to be implemented in order for "TheMultiplayerSettings" subsystem to work in StandAlone mode.
Currently it is disabled by a hack, see #614

@xezon
Copy link
Contributor

xezon commented Feb 24, 2022

MultiplayerSettings class looks as if it should work here. Could there be a problem with the class members?

@duncanspumpkin
Copy link
Contributor

Nobodies implemented the parse function for it yet.

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

No branches or pull requests

3 participants