Map making question

Discussion about the game and its default mods.
Post Reply
zinc
Posts: 657
Joined: Sun Feb 09, 2014 3:46 pm

Map making question

Post by zinc »

How do you get neutral base defence to attack other players?

There are settings: Neutral; Multi0; Multi1; Multi2 etc.; Creeps.

Anything to do with that? What is that about anyway?

zinc
Posts: 657
Joined: Sun Feb 09, 2014 3:46 pm

Re: Map making question

Post by zinc »

OK I think I worked out how to do it.

User avatar
JOo
Posts: 511
Joined: Wed Jan 25, 2012 8:12 pm

Post by JOo »

you can join irc://chat.freenode.net/openra and ask such questions directly to the devs ...

abcdefg30
Posts: 664
Joined: Mon Aug 18, 2014 6:00 pm

Post by abcdefg30 »

You need to add opposing players to "Enemies:".
Like this

Code: Select all

 PlayerReference@PlayerA:
	Name: PlayerA
	Playable: True
	Race: soviet
	Enemies: PlayerB
PlayerReference@PlayerB:
	Name: PlayerB
	Playable: True
	Race: allies
	Enemies: PlayerA

Post Reply