Page 1 of 1

Changing some Rules in the CNC Maps

Posted: Sun Apr 15, 2012 6:11 pm
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

Posted: Tue May 29, 2012 12:37 pm
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