Basic Mapping tutorial wiki

Tutorial for mapping the game

Information and discussion for custom maps and mods.
Post Reply
User avatar
zypres1
Posts: 276
Joined: Mon Oct 24, 2011 8:22 pm

Basic Mapping tutorial wiki

Post by zypres1 »

More mappers= more fun

I felt I got really much help in IRC for my maps, but we can make the wiki page better, and there also link to the forum and irc.

https://github.com/OpenRA/OpenRA/wiki/Mapping

Add all you hints and tips there, and try out new things that others can build cool stuff with.
Please also test the code there so it works, and with all that working code less questions are asked by the crowd.

Please also start comment your code by using #as startline.

Falledeux
Posts: 29
Joined: Sat Nov 19, 2011 10:18 pm
Location: In yo
Contact:

Post by Falledeux »

Hey, this is cool! I'm gonna try this :P

User avatar
zypres1
Posts: 276
Joined: Mon Oct 24, 2011 8:22 pm

update

Post by zypres1 »

Please add updates, questions, etc. to make it better

Falledeux
Posts: 29
Joined: Sat Nov 19, 2011 10:18 pm
Location: In yo
Contact:

Post by Falledeux »

How do I trigger conditoned attacks, lets say if my allies' base was destroyed, it will send a storm of enemy troops for my base?

User avatar
zypres1
Posts: 276
Joined: Mon Oct 24, 2011 8:22 pm

Post by zypres1 »

Falledeux wrote: How do I trigger conditoned attacks, lets say if my allies' base was destroyed, it will send a storm of enemy troops for my base?

Rules:
Player:
-ConquestVictoryConditions:
World:
UseScript:
ScriptSystem@system1:
type:ITick
scripts:script
delay:25

http://www.2shared.com/file/rvbn8j7E/OpenRAModsYF.html

User avatar
zypres1
Posts: 276
Joined: Mon Oct 24, 2011 8:22 pm

Post by zypres1 »

can anyone please fix the formatting in the wiki? What am I doing wrong?

User avatar
zypres1
Posts: 276
Joined: Mon Oct 24, 2011 8:22 pm

updates?

Post by zypres1 »

...still needed some fast formatting help....

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

Post by Matt »

I did some wiki syntax cleanup.

Post Reply