Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
ARC Raiders External Tool — Developer Preview
External overlay tool for ARC Raiders.
Designed for solo exploration and training mode.
📖 About
ARC Raiders External Tool is a utility for offline gameplay analysis and training in ARC Raiders. Built on UE5, the game uses standard engine structures — this tool reads entity data from memory and displays it as a transparent overlay.
For offline/solo use only.
✨ Features
| Feature | Description |
|---|---|
| 👁️ Player ESP | Box, name, distance, skeleton |
| 🛡️ NPC/Enemy ESP | Highlight ARC machines, loot locations |
| 🗺️ Radar | Minimap overlay with entity positions |
| 📊 Performance Overlay | FPS, memory usage, entity count |
| 🖥️ External | RPM/WPM — no injection |
| 🔧 Config System | JSON settings, save/load profiles |
🚀 Quick Start
Prerequisites
- Windows 10/11 x64
- ARC Raiders (Steam/Epic)
- Visual Studio 2022
Download
git clone https://github.com/yourname/arc-raiders-tool.git cd arc-raiders-tool
🔧 Build Instructions
cmake -S . -B build -A x64 cmake --build build --config Release
Usage
# Launch ARC Raiders first, then: arc_tool.exe
📁 Project Structure
arc-raiders-tool/
├── README.md
├── LICENSE
├── CMakeLists.txt
└── src/
├── main.cpp
├── overlay.cpp/.h
├── memory.cpp/.h
├── entity.cpp/.h
├── render.cpp/.h
└── config.cpp/.h
🛡️ Disclaimer
For offline training and educational purposes only. Not affiliated with Embark Studios.
📜 License
MIT License © 2025
关于 About
External overlay tool for ARC Raiders. UE5 memory reader, entity , radar, performance monitor. D3D11 render, no injection. For offline training purposes only.
arcarc-raidersd3d11game-toolimguimemory-readermit-licenseoverlayue5windows
语言 Languages
C++100.0%
提交活跃度 Commit Activity
代码提交热力图
过去 52 周的开发活跃度0
Total Commits峰值: 1次/周
LessMore