Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • SRB2 SRB2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 401
    • Issues 401
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 133
    • Merge requests 133
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • STJr
  • SRB2SRB2
  • Merge requests
  • !1767

Open
Created Mar 15, 2022 by sphere@spherallicMaintainer
  • Report abuse
Report abuse

Draft: Increase maximum unlockables

  • Overview 3
  • Commits 9
  • Changes 23

Based on !1749, since this also requires changes to gamedata.

  • Increases MAXUNLOCKABLES from 32 to 80.
  • Increases MAXEXTRAEMBLEMS from 16 to 48.
    • These two now add up to 128, which is equal to MAXCONDITIONSETS.
    • NOTE: Because of the way unlockable skins are set up, it's not possible to have more than 32 of them at the moment.
  • Fixes linedef actions 319 and 320.

First implemented and tested this based on next, and was about to push it... and then I remembered !1749 already changes how gamedata is handled, so I figured it'd be easier to build it off of those changes.

Closes #770.

Edited Mar 21, 2022 by sphere
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: increase-unlockables