Skip to content

Allowing multiple games on one NLS #7

@JesusLuvsYooh

Description

@JesusLuvsYooh

Allowing multiple games on one NLS -
Not hosts, but completely separate games, some may have very few hosts, or be accessed rarely, so theres no need for multiple separate nls.
So it'l be something like this:

NLS
{
game1 {uuid, ip, name, port, players, capacity, extras }
game2 {uuid, ip, name, port, players, capacity, extras }
}

Rather than the current:

NLS
{
uuid, ip, name, port, players, capacity, extras 
}

Might be unsafe if client 'tinkers' with code though, being able to call games list from a different game, secret pass for each or some other security check might need to be thought of.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions