Skip to content

Settings

Matthias Mailänder edited this page Nov 16, 2013 · 8 revisions

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.

Default settings.yaml values

Player:
	Name: Newbie
	Color: 75,255,180
	LastServer: localhost:1234

Game:
	Mod: ra
	TeamChatToggle: False
	ShowShellmap: True
	ViewportEdgeScroll: True
	MouseScroll: Standard
	ViewportEdgeScrollStep: 10
	UseClassicMouseStyle: False
	Timestep: 40
	AllowDownloading: True
	MapRepository: http://content.open-ra.org/map/

Sound:
	SoundVolume: 0.5
	MusicVolume: 0.5
	VideoVolume: 0.5
	Shuffle: False
	Repeat: False
	MapMusic: True
	Engine: AL
	Device: 
	SoundCashTickType: Extreme

Graphics:
	Renderer: Gl
	Mode: PseudoFullscreen
	FullscreenSize: 0,0
	WindowedSize: 1024,768
	PixelDouble: False
	CapFramerate: False
	MaxFramerate: 60
	BatchSize: 8192
	NumTempBuffers: 8
	SheetSize: 2048
	Language: english
	DefaultLanguage: english

Server:
	Name: OpenRA Game
	ListenPort: 1234
	ExternalPort: 1234
	AdvertiseOnline: True
	Password:
	MasterServer: http://master.open-ra.org/
	DiscoverNatDevices: False
	AllowPortForward: True
	NatDeviceAvailable: False
	NatDiscoveryTimeout: 1000
	VerboseNatDiscovery: False
	AllowCheats: False
	Map:
	Ban:
	TimeOut: 0
	Dedicated: False
	DedicatedLoop: True
	LockBots: False
	AllowVersionMismatch: False

Debug:
	BotDebug: False
	PerfText: False
	PerfGraph: False
	LongTickThreshold: 0.001
	SanityCheckUnsyncedCode: False
	Samples: 25
	IgnoreVersionMismatch: False
	DeveloperMenu: False
	ShowFatalErrorDialog: True
	FatalErrorDialogFaq: http://github.com/OpenRA/OpenRA/wiki/FAQ

Keys:
	CycleBaseKey: backspace
	ToLastEventKey: space
	ToSelectionKey: home
	PauseKey: f9
	SellKey: f10
	PowerDownKey: f11
	RepairKey: f12
	AttackMoveKey: a
	StopKey: s
	ScatterKey: x
	DeployKey: f
	StanceCycleKey: z
	GuardKey: d
	CycleTabsKey: tab

Setting a custom fullscreen resolution

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

Using the Cg Renderer

	Graphics:
		Renderer: Cg

Clone this wiki locally