Page 1 of 1
creating new maps
Posted: Thu Jun 19, 2014 9:57 am
by zinc
https://github.com/OpenRA/OpenRA/wiki/Mapping
What?
How do you place stuff down on the map? I mean anything at all.
Re: creating new maps
Posted: Thu Jun 19, 2014 10:07 am
by zinc
OK, that's working now. How do you do spawn points?
Posted: Thu Jun 19, 2014 3:03 pm
by Scott_NZ
You place spawn point actors where you want the spawn points to be.
https://camo.githubusercontent.com/da40 ... 322e706e67 has an example of what the spawn point actors look like.
After that you have to set up the player slots. You can do that from the Map menu.
Posted: Sun Jun 22, 2014 11:37 am
by zinc
thanks.
anyone know how to get the ore to re-grow?
Posted: Sun Jun 22, 2014 8:36 pm
by Matt
Place an ore mine.
Posted: Mon Jun 23, 2014 8:20 am
by zinc
Cmd. Matt wrote: ↑Place an ore mine.
How? -- I only see ore under "resources", which doesn't grow when you place it.
Posted: Tue Jun 24, 2014 3:12 pm
by Matt
Click the tab [actors] and search for the ore mine which is a hole in the ground with rails on a 1x1 tile.
Posted: Tue Jul 08, 2014 8:56 am
by zinc
Cmd. Matt wrote: ↑Click the tab [actors] and search for the ore mine which is a hole in the ground with rails on a 1x1 tile.
thanks.