Uh oh!
There was an error while loading. Please reload this page.
[HL2MP] Add NPC, clientside activity, and Mapbase param support to HL2MP weapons - #459
Closed
Blixibon wants to merge 1 commit into
Closed
Conversation
Blixibonforce-pushed
the
mapbase/mp-2025/expanded-weapon-support
branch
2 times, most recently
from
August 10, 2025 19:12
07c78af to
e69ff9eCompareBlixibonforce-pushed
the
mapbase/mp-2025/expanded-weapon-support
branch
from
August 10, 2025 19:27
e69ff9e to
b09d162CompareBlixibon
marked this pull request as ready for review
August 10, 2025 20:07
Merged
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds NPC support, clientside activity lists, and Mapbase weapon parameters to HL2MP weapons. This was mainly a copy-paste job from their singleplayer HL2 counterparts, and any code that wasn't specific to Mapbase is not gated within
#ifdef MAPBASE(e.g. general existing NPC support), while Mapbase-specific code within this PR or within the singleplayer weapons do use the#ifdef.Some notes:
The gravity gun has incomplete support for the super gravity gun, which is missing from HL2MP.Relies on other changes outside of this branch's scope; will be in a later PRPR Checklist
developbranch OR targets another branch with a specific goal in mind