|
| 1 | +<p align="center"> |
| 2 | + <img src="https://sttci.b-cdn.net/status.swiftlycs2.net/2105/logo.png" alt="Swiftly私信Logo" width="600" height="131"> |
| 3 | +</p> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + Swiftly是一款基于Metamod:Source 2.x的《反恐精英2》服务器修改插件。 |
| 7 | + <br/> |
| 8 | + <a href="https://github.com/swiftly-solution/swiftly/issues">报告错误</a> | |
| 9 | + <a href="https://swiftlycs2.net/discord">Discord服务器</a> |
| 10 | +</p> |
| 11 | + |
| 12 | +<div align="center"> |
| 13 | + |
| 14 | +README还提供: |
| 15 | +[乌克兰语](https://github.com/swiftly-solution/swiftly/blob/master/README-UA.md)  | |
| 16 | +[俄语](https://github.com/swiftly-solution/swiftly/blob/master/README-RU.md)  | |
| 17 | +[英语](https://github.com/swiftly-solution/swiftly/blob/master/README.md)  |
| 18 | + |
| 19 | +[]() |
| 20 | +[]() |
| 21 | +[]() |
| 22 | +[]() |
| 23 | + |
| 24 | +</div> |
| 25 | + |
| 26 | +--- |
| 27 | + |
| 28 | +## 构建要求 |
| 29 | + |
| 30 | +- [HL2SDK](https://github.com/alliedmodders/hl2sdk/tree/cs2)(使用Git克隆时通过递归子模块自动下载) |
| 31 | +- [Metamod-Source](https://github.com/alliedmodders/metamod-source)(使用Git克隆时通过递归子模块自动下载) |
| 32 | +- [Python3](https://www.python.org/) |
| 33 | +- [AMBuild](https://github.com/alliedmodders/ambuild)(Windows系统需确保`ambuild`命令可通过`PATH`调用) |
| 34 | + |
| 35 | +--- |
| 36 | + |
| 37 | +## 下载渠道 |
| 38 | + |
| 39 | +- [正式发布版(推荐)](https://github.com/swiftly-solution/swiftly/releases) |
| 40 | +- [每日构建版(风险自负)](https://github.com/swiftly-solution/swiftly/actions) |
| 41 | + |
| 42 | +--- |
| 43 | + |
| 44 | +## 插件资源 |
| 45 | + |
| 46 | +- [Discord社区(推荐)](https://swiftlycs2.net/discord) |
| 47 | +- [GitHub专题](https://github.com/topics/swiftly-solution) |
| 48 | + |
| 49 | +--- |
| 50 | + |
| 51 | +## 开发者文档 |
| 52 | + |
| 53 | +- [新手入门指南](https://swiftlycs2.net/for-beginners) |
| 54 | +- [插件开发文档](https://swiftlycs2.net/plugin-docs) |
| 55 | +- [扩展开发文档](https://swiftlycs2.net/ext-docs) |
| 56 | +- [SDK接口文档](https://swiftlycs2.net/sdk) |
| 57 | + |
| 58 | +--- |
| 59 | + |
| 60 | +## 构建指令 |
| 61 | + |
| 62 | +### 克隆仓库 |
| 63 | +```bash |
| 64 | +git clone --recurse-submodules https://github.com/swiftly-solution/swiftly |
| 65 | +``` |
| 66 | + |
| 67 | +#### 编译项目 |
| 68 | + |
| 69 | +``` |
| 70 | +./setup.ps1 - Windows |
| 71 | +./setup.sh - Linux |
| 72 | +``` |
| 73 | + |
| 74 | +--- |
| 75 | + |
| 76 | +### 授权许可 |
| 77 | + |
| 78 | +本项目采用GNU GPL 3开源协议,完整授权文本详见 LICENSE 文件。 |
| 79 | + |
| 80 | +--- |
| 81 | + |
| 82 | +### 鸣谢名单 |
| 83 | + |
| 84 | +Schema系统与基础SDK由 [CS2Fixes](https://github.com/Source2ZE/CS2Fixes) 提供. |
| 85 | + |
| 86 | +扩展SDK字段来自 [Source2SDK](https://github.com/neverlosecc/source2sdk/tree/cs2/sdk). |
| 87 | + |
| 88 | +特别致谢GAMMACASE、Poggu等CS2服务器社区贡献者,是你们让《反恐精英2》 社区变得更好. |
| 89 | + |
| 90 | +--- |
| 91 | + |
| 92 | +### 项目统计 |
| 93 | + |
| 94 | + |
0 commit comments