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

Allow netplay with sideloaded WADs #1044

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2023

  1. Allow netplay with sideloaded WADs

    NET_SV_ParseGameStart checks that episode and map are in the correct
    range. This prevented the episode 5 version of Sigil, as well as
    sideloaded NRFTL and Master Levels from working in netgames.
    
    This is fixed by changing the number of episodes in the valid_modes
    table.  As a side effect, setup program will now allow warping to
    E5Mx for the Ultimate Doom IWAD. Outside of Heretic, the valid_modes
    table is only used for these two things (netgame validation and setup
    warp UI).
    
    Note that if you try to start a netgame with a non-existent map, the
    client will simply exit with a W_GetNumForName error.
    DankRank committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    edb2f1f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    063e03e View commit details
    Browse the repository at this point in the history