Settings - UberWaffe/OpenRA GitHub Wiki

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

Location

  • Windows: My 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>

Tweak the time for perf.log output

Debug:
	LongTickThreshold: 0.001

Show incompatible games in server browser

Debug:
	IgnoreVersionMismatch: True