Source2ZE/CS2Fixes
Fork: 122 Star: 243 (更新于 2024-10-29 23:54:12)
license: GPL-3.0
Language: C++ .
A Metamod plugin with fixes and features aimed but not limited to zombie escape
最后发布版本: v1.8.10 ( 2024-08-23 11:32:56)
CS2Fixes
CS2Fixes is a Metamod plugin with fixes and features aimed but not limited to zombie escape. This project also serves as a good example and help for source2mod and other developers.
Installation
- Install Metamod
- Download the latest release package for your OS
- Extract the package contents into
game/csgo
on your server - Configure the plugin cvars as desired in
cfg/cs2fixes/cs2fixes.cfg
, many features are disabled by default - OPTIONAL: If you want to setup admins, rename
admins.cfg.example
toadmins.cfg
which can be found inaddons/cs2fixes/configs
and follow the instructions within to add admins
Fixes and Features
You can find the documentation of the fixes and features here.
Why is this all one plugin? Why "CS2Fixes"?
Reimplementing all these features as standalone plugins would duplicate quite a lot of code between each. Metamod is not much more than a loader & hook manager, so many common modding features need a fair bit of boilerplate to work with. And since our primary goal is developing CS2Fixes for all zombie escape servers, there is not necessarily a drawback to distributing our work in this form at the moment.
The CS2Fixes name comes from the CSSFixes and CSGOFixes projects, which were primarily aimed at low-level bug fixes and improvements for their respective games. Long term, we see this plugin slimming down and becoming more similar to them. Since as the CS2 modding scene matures, common things like an admin system and RTV become more feasible in source2mod or a similar modding platform.
Compilation
git clone https://github.com/Source2ZE/CS2Fixes/ && cd CS2Fixes
git submodule update --init --recursive
Docker (easiest)
Requires Docker to be installed. Produces Linux builds only.
docker compose up
Copy the contents of dockerbuild/package/
to your server's game/csgo/
directory.
Manual
Requirements
Linux
export MMSOURCE112=/path/to/metamod
export HL2SDKCS2=/path/to/sdk/submodule
mkdir build && cd build
python3 ../configure.py --enable-optimize --sdks cs2
ambuild
Windows
Make sure to run in "x64 Native Tools Command Prompt for VS"
set MMSOURCE112=\path\to\metamod
set HL2SDKCS2=\path\to\sdk\submodule
mkdir build && cd build
py ../configure.py --enable-optimize --sdks cs2
ambuild
Copy the contents of build/package/
to your server's game/csgo/
directory.
最近版本更新:(数据更新于 2024-10-06 15:35:58)
2024-08-23 11:32:56 v1.8.10
2024-08-15 09:33:40 v1.8.9
2024-08-10 03:24:40 v1.8.8
2024-07-26 11:19:55 v1.8.7
2024-06-28 20:14:40 v1.8.6
2024-06-14 06:13:49 v1.8.5
2024-06-06 09:29:24 v1.8.4
2024-05-26 03:31:28 v1.8.3
2024-05-08 08:18:34 v1.8.2
2024-05-02 10:39:14 v1.8.1
Source2ZE/CS2Fixes同语言 C++最近更新仓库
2024-11-05 23:57:44 PCSX2/pcsx2
2024-11-05 22:06:04 LizardByte/Sunshine
2024-11-05 00:42:13 ClickHouse/ClickHouse
2024-11-04 21:49:30 notepad-plus-plus/notepad-plus-plus
2024-11-03 22:31:09 MaaAssistantArknights/MaaAssistantArknights
2024-11-02 20:28:28 AaronFeng753/Waifu2x-Extension-GUI