From ae7546f2887f36acd7c439075a57dbb30ca49ac3 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 18 Aug 2021 19:04:39 +1200 Subject: [PATCH] add docs for updating rust assets --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 11f3ce60..f2a22c9b 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,14 @@ At this stage, GitHub actions only builds and releases Windows versions of Atlas npm run electron:build -- --mac --win --linux ``` +## Updating Rust Assets + +Atlas uses images and metadata from the Rust game files. These can be updated with the [update_assets.js](./update_assets.js) script. + +```shell +node update_assets.js ":\SteamLibrary\steamapps\common\Rust" +``` + ## Contributing If you have a feature request, or find a bug with Atlas, please open an issue here on GitHub.