RSS Feed
Go to the official OpenRA Website
Tough Cookie
minimap
Advanced
Click to see custom Rules.
0af5e4f5dc0573a19709595697cd8f93176738a3
Previous revision Revision Next revision
minimap

3

It's the latest
Comments for revision 3 (current):
Hayaji commented on Oct. 4, 2021, 1:02 p.m.

There are a lot of misplaced tiles, which are not even connected properly. You should also add at least one mine to each base of the 5 players at the bottom, as the resources are too far away at the start, and the top player can rush them very fast. Also try to add some more terrain variety, as the map is basically one big open space.
As to the player slots where the last slot must be spawn F, you can lock the spawns to player slots in the map.yaml file:
Close to the top you should find player references, it should look like this:

PlayerReference@Multi0:
Name: Multi0
Playable: True
Faction: Random
Enemies: Creeps

If you add this:
LockSpawn: True
Spawn: 1 #Numbers correspond to slots
LockTeam: True
Team: 1

you can lock the spawns and teams according to slots - Multi0 is slot 1, Multi1 is slot 2 and so on. Note that it must be on the same level as the Enemies or Faction traits are.

Hayaji commented on Oct. 4, 2021, 1:04 p.m.

The spaces (offsets by the code) were automatically deleted by the website, but you should look at the yaml file where you will find the correct spacing.

myque1 commented on Oct. 7, 2021, 3:02 a.m.

Thank you for taking the time to look at my map!!! And for offering your advice. I agree, it needs a lot of work. I just threw it together so my buddies and I would have a fresh challenge on game night. I'm about to revisit the editing.
Thanks!

Hayaji commented on Oct. 7, 2021, 5 p.m.

I'm glad I could help : ) There are a couple useful sites that concern lua scripting and yaml editing that really helped me when I was starting:
Yaml traits: https://docs.openra.net/en/latest/release/traits/ - It's basically a place where all the things that could describe an object in the game world are. There are usually references as to what each trait should be attached to.
Lua scripting commands: https://docs.openra.net/en/latest/release/lua/ - It doesn't explain the basics of lua scripting bu it covers the commands that are used by the game and which you could use in a map.
Github Wiki: https://github.com/OpenRA/OpenRA/wiki/ - there is a quite nice guide on map creating (mainly about editing yaml files) and scripting.
Basic map options: https://github.com/OpenRA/OpenRA/wiki/Map-Options - Here you can find how to edit options in a map
World coordinates system: https://github.com/OpenRA/OpenRA/wiki/World-Coordinate-System - This will help you to understand 2D and 1D world coordinates.
Those are the main ones, but on the Github Wiki you can find many more guides.

Some rights reserved: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International. External graphics and sounds are not covered by the license.
Mod:
RA
File Size:
22.3 KB
Categories:
Conquest
Uploader:
Players:
6
Tileset:
SNOW
Size:
100x200
MapFormat:
11
Published:
Oct. 03 - 2021
Downloading:

Parsed by: release-20210321
Lint check status:
pass
release-20210321

Rating:
2.5
Viewed:
275
Downloaded:
86
Played:
0