Rust:Launch Rust without EAC
From Protobit Wiki
More actions
NOTE: This page is a work in progress!
You can start Rust without EAC by directly launching RustClient.exe. Below lists methods to change your Steam launch options for Rust to launch without EAC by default.
If you wish to undo any of the following changes, simply remove all text inside "Launch Options" in Steam > Rust (right-click) > Properties.
Windows
Change your Launch Options to:
RustClient.exe %command%
Linux
Change your Launch Options to:
/bin/bash -c 'exec "${@/Rust.exe/RustClient.exe}"' -- %command%