应用程序 CS2_Artanis高级后坐力控制外部工具v1.1

qqeCbes.gif

使用方法

1.下载脚本

2.安装依赖项并运行:
Python:
start.bat

Python:
pip install -r requirements.txt
python main.py


安装和设置
系统要求
  • 操作系统:Windows 10/11(pywin32 需要)
  • 蟒:版本 3.8 或更高版本

依赖
  • PyQt5:现代 GUI 框架
  • matplotlib 中:形态可视化和分析
  • numpy 中:数学计算和数组运算
  • pywin32 中:用于输入模拟的 Windows API 集成

安装步骤

1.获取 RCS 脚本
如果版主允许,我将分享我的 GitHub 存储库的链接...
在线程中下载附件
Python:
cd artanis-rcs
2. 安装 Python 依赖项
Python:
pip install -r requirements.txt
3. 配置 Counter-Strike 2 GSI
在 CS2 配置目录中创建一个 GSI 配置文件:
代码:
Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\gamestate_integration_artanis.cfg
包含以下内容

代码:
"Artanis RCS Integration"
{
    "uri"                    "http://127.0.0.1:59873"
    "timeout"                "5.0"
    "buffer"                 "0.1"
    "throttle"               "0.1"
    "heartbeat"              "30.0"
    "data"
    {
        "provider"                 "1"      // Game version info
        "map"                      "1"      // Map information
        "round"                    "1"      // Round information
        "player_id"                "1"      // Player identification
        "player_state"             "1"      // Health, armor, flashing, etc.
        "player_weapons"           "1"      // Weapon information (CRITICAL)
        "player_match_stats"       "1"      // Match statistics
        "allplayers_id"            "0"      // Other players (not needed)
        "allplayers_state"         "0"      // Other players state (not needed)
        "allplayers_weapons"       "0"      // Other players weapons (not needed)
        "allplayers_match_stats"   "0"      // Other players stats (not needed)
        "allplayers_position"      "0"      // Other players position (not needed)
        "allgrenades"              "0"      // Grenade information (not needed)
        "bomb"                     "0"      // Bomb information (not needed)
        "phase_countdowns"         "0"      // Phase countdowns (not needed)
        "player_position"          "0"      // Player position (not needed)
    }
}
4. 启动应用程序
Python:
python main.py
或双击
start.bat

配置指南

_20250620114622.jpg

 

附件

  • cs2_artanis-rcs_v1.1.zip
    64.1 KB · 查看: 2
后退
顶部