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
(Redirected from Launch Rust without EAC)

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%