Skip to content
ForumSchlampe edited this page Apr 23, 2017 · 36 revisions

All settings can be changed by starting the game via a command-line parameter like Game.Mod=ra.

Location

  • Windows: %USERPROFILE%\Documents\OpenRA\settings.yaml
  • Mac OSX: ~/Library/Application Support/OpenRA/settings.yaml
  • Linux: ~/.openra/settings.yaml

If you create the folder Support relative to the OpenRA main directory, everything including settings gets stored there to aid portable installations.

Changing nicknames

Player:
	Name: Newbie

Setting a custom fullscreen resolution

Graphics:
	Mode: Fullscreen
	FullscreenSize: <CUSTOM WIDTH>,<CUSTOM HEIGHT>

Setting windowed mode manually

Graphics:
	Mode: Windowed
	WindowedSize: 1440,900

Disable Windows DPI Scaling

Graphics:
	DisableWindowsDPIScaling: True

Tweak the time for perf.log output

Debug:
	LongTickThresholdMs: 1

Show incompatible games in server browser

Debug:
	IgnoreVersionMismatch: True

Players ๐ŸŽฒ

Modders โœ๏ธ

Developers ๐Ÿ”ง

Clone this wiki locally