Page 2 of 2

Re: OpenRA - Startup settings (player / mapoptions) location

Posted: Mon Sep 14, 2020 12:57 am
by VonBruinwald
Default settings for skirmish can be changed in a .yaml, I did it for my TeamTurkey mod. (map settings will still override these). Was looking into this myself, I always play "explored map" and the default is off.

Create a file called "newdefaults.yaml" and add the following:

Code: Select all

Player:
	Shroud:
		ExploredMapCheckboxEnabled: True
Add it as the final entry under rules in your mod.yaml

What are the settings you're trying to fix?

Re: OpenRA - Startup settings (player / mapoptions) location

Posted: Mon Sep 14, 2020 9:03 pm
by Ronald
VonBruinwald wrote:
Mon Sep 14, 2020 12:57 am
Default settings for skirmish can be changed in a .yaml, I did it for my TeamTurkey mod. (map settings will still override these).
Was looking into this myself, I always play "explored map" and the default is off.
Create a file called "newdefaults.yaml" and add the following:

Code: Select all

Player:
	Shroud:
		ExploredMapCheckboxEnabled: True
Add it as the final entry under rules in your mod.yaml
@VonBruinwald: Thanks for sharing your tips with me.
.
VonBruinwald wrote:
Mon Sep 14, 2020 12:57 am
What are the settings you're trying to fix?
Nothing special, I'm merely looking for - beginner level and structured - documentation on this matter.
Since I've found none of that material (so far) I'm busy creating the documentation I want have myself.