Rust

From PCGamingWiki, the wiki about fixing PC games
Jump to: navigation, search
Dev alpha icon.svg
This game is currently undergoing alpha testing and development - information here may change frequently and could be outdated or irrelevant.
Rust
Rust - cover.png
Developers
Engines
 
Release dates
Windows
TBA
OS X
TBA
Linux
TBA
Rust at Steam Charts
Rust at SteamDB

General information

More information Official forum
More information Unofficial wiki
More information Steam Community Discussions

Availability[edit]

Source DRM Notes Keys
Steam Availability Table Icons - Steam.svg
Information All versions require Steam.

Game data[edit]

Configuration file(s) location[edit]

  Location 
Windows <path-to-game>\cfg\config.cfg
OS X <path-to-game>/cfg/config.cfg
Linux <path-to-game>/cfg/config.cfg

Save game cloud syncing[edit]

System Native Notes
Steam Cloud Impossible

Video settings[edit]

Unity configuration window.
Graphical options.
Graphics option Option Notes
Widescreen resolution Native
Multi-monitor Unknown
Field of view (FOV) Impossible
Windowed Native
Borderless fullscreen windowed Hackable See Borderless fullscreen windowed.
Anisotropic filtering (AF) Impossible Present in the configuration file but has no effect.[1]
Anti-aliasing (AA) Impossible Present in the configuration file but has no effect.[1]
Vertical sync (Vsync) Native
High frame rate Unknown

Borderless fullscreen windowed[edit]

Fix -popupwindow in launch options

  1. Right-click on the game in your Steam library and select Properties.
  2. Select Set Launch Options and enter: -popupwindow.
  3. Launch the game
  4. Ensure "Windowed" is ticked in the Unity launcher

Input settings[edit]

Control options.
Keyboard and mouse Native Notes
Remapping Native
Mouse acceleration Impossible
Mouse input in menus Native
Mouse Y-axis inversion Native
Controller
Controller support Impossible

Audio settings[edit]

Sound options.
Audio options Native Notes
Separate volume controls Native Music.
Surround sound Unknown
Subtitles Unknown
Closed captions Impossible
Mute on focus lost Impossible

Network[edit]

Multiplayer types

Type Native Notes
LAN play Impossible
Online play Native

Connection types

Type Native Notes
Matchmaking Unknown
Peer-to-peer Unknown
Dedicated Native
Self-hosting Impossible Servers must be rented from approved providers.[2]
Direct IP Unknown

Issues fixed[edit]

Trouble entering the game[edit]

Fix Add launch option[3]

  1. Right-click on the game in your Steam library and select Properties.
  2. Select Set Launch Options and enter: -force-d3d11.

Notes

Information This applies to those using Windows 8.1.

Artifacts on textures[edit]

Fix Execute console command[4]

  1. Open the console (F1 by default)
  2. Write gfx.all false and press Enter

Other information[edit]

Performance tweaks[edit]

Fix Disable grass to improve performance

  1. Open the console (F1 by default)
  2. Write grass.on false and press Enter

Fix Disable grass displacement to improve performance

  1. Open the console (F1 by default)
  2. Write grass.displacement false and press Enter

Disable censorship[edit]

Fix Remove censorship (naked players will no longer wear pants)

  1. Open the console (F1 by default)
  2. Write censor.nudity false and press Enter

System requirements[edit]

Windows
Minimum Recommended
Operating system (OS) XP 8.1
Processor (CPU) 2 GHz 3 GHz
System memory (RAM) 4 GB 8 GB
Hard disk drive (HDD) 1 GB 2 GB
Video card (GPU) DirectX 9 compatible DirectX 11 compatible
OS X
Minimum Recommended
Operating system (OS) 10.7 10.9
Processor (CPU) 2 GHz 3 GHz
System memory (RAM) 4 GB 8 GB
Hard disk drive (HDD)

References

  1. 1.0 1.1 Your weekly update « Rust
  2. Quick F.A.Q. ( Read before posting ) :: Rust General Discussions
  3. Some information « Rust
  4. gfx.all false in console