Conversation
currently the gamemode.gi gets overwritten when updating the cs2 installation, but metamod needs to be referenced in the gamemod.gi. this fix adds the fix to the file if it is not there and if metamod is installed.
|
I feel like this is an issue that should be dealt with by metamod rather LinuxGSM creating this type of fix. Are there any metamod discussions about this issue and any long term fixes? |
It has nothing to do with metamod itself. CS2 updates overwrites file and there is nothing metamod can do to prevent it. |
8d80501 to
fdb8625
Compare
|
LinuxGSM already manages similar mod integration through the Automatically restoring the entry at startup can also re-enable an outdated Metamod build after a CS2 update. If that build is incompatible, the server may crash or segfault. In that situation, allowing the server to start without mods is preferable to forcing it to load a broken mod. My PR (#4961) adds CS2 mod installation, updates, and removal, with whitespace-tolerant, idempotent |
Description
Only applies if metamod addon is installed on a cs2 server:
currently the gamemode.gi gets overwritten when updating the cs2 installation, but metamod needs to be referenced in the gamemod.gi by:
Game csgo/addons/metamodthis fix adds the needed integration of metamod to the gamemod.gi file if it is not there and if metamod is installed.
Fixes #4492
Type of change
Checklist
PR will not be merged until all steps are complete.
developbranch as its base.Documentation
If documentation does need updating either update it by creating a PR (preferred) or request a documentation update.
Thank you for your Pull Request!