atlas for rust
v1.1.0
Atlas is an unofficial interactive map experience for Rust. It uses the same websocket protocol that the official Rust+ Companion app uses to communicate with the Rust game servers.
AtlasForRust-x.y.z-win.exe
Download and Install Dependencies
git clone https://github.com/liamcottle/atlas-for-rust.git
cd atlas-for-rust
npm install
Run Electron app for Development
npm run electron:serve
At this stage, GitHub actions only builds and releases Windows versions of Atlas. However, if you want to run Atlas on Mac or Linux, you can use the command below.
npm run electron:build -- --mac --win --linux
Atlas uses images and metadata from the Rust game files. These can be updated with the update_assets.js script.
node update_assets.js "<drive>:SteamLibrarysteamappscommonRust"
If you have a feature request, or find a bug with Atlas, please open an issue here on GitHub.