Skip to content

MultiplayerSettings no INI parsing code present #624

Open
@feliwir

Description

@feliwir

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions