Changing some Rules in the CNC Maps

Discussion about the game and its default mods.
Post Reply
DraLUSAD
Posts: 54
Joined: Sun Sep 25, 2011 2:52 pm

Changing some Rules in the CNC Maps

Post by DraLUSAD »

Could someone give me the YAML code to remove the MCV (Unbuildable) from the building tab, i want to add a Repair Bay, but i dont want the MCV to be buildable, thanks

Matt
Posts: 1156
Joined: Tue May 01, 2012 12:21 pm
Location: Germany

Post by Matt »

https://github.com/OpenRA/OpenRA/blob/m ... icles.yaml is the code that adds it. Try removing the owner:

Code: Select all

MCV:
	Buildable:
		-Owner:
see https://github.com/OpenRA/OpenRA/wiki/Mapping

Post Reply