Conversation
…pport - Enable mod installation, updates and removal for CS2 - Add Metamod:Source 2.0 dev builds with gameinfo.gi configuration - Add CounterStrikeSharp using the latest Linux release with runtime - Require Metamod:Source 2.0 before installing CounterStrikeSharp - Preserve the shared Metamod directory when removing CounterStrikeSharp
13 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 free
to 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.
Description
Add Metamod:Source 2.0 and CounterStrikeSharp support for Counter-Strike 2 through the existing
mods-install,mods-update, andmods-removecommands.metamodsource2for CS2 using the latest Metamod:Source 2.0 development build.gameinfo.gisearch path without adding duplicate entries. Restore missing entries during mod updates and remove them during uninstallation.gameinfo.gientry cannot be configured.counterstrikesharpusing the latest GitHub release's Linuxwith-runtimearchive for both installation and updates.metamodsource2before installing CounterStrikeSharp.Both mods install into
game/csgoand are available only for CS2. Existing Source-engine Metamod support remains unchanged.Fixes #4683 (partly; not all requested plugins are included here, just the 2 basic)
Fixes #4416
Fixes #4492
Closes #4500 (invalidates)
Type of change
Testing
./cs2server mods-install./cs2server mods-update./cs2server mods-removeRisk and rollback
gameinfo.gifile.mods-remove. Metamod removal deletes its search-path entry without replacing the rest ofgameinfo.gi.Breaking changes
Documentation impact
Checklist
PR will not be merged until all steps are complete.
Documentation
A user documentation update is requested for the new CS2 mod support. No documentation changes are included in this PR.