Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Rust:Launch Rust without EAC

From Protobit Wiki
Revision as of 21:20, 13 July 2025 by Flero (talk | contribs) (Flero moved page Launch Rust without EAC to Rust:Launch Rust without EAC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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%