A simple question
Moderator: Forum Moderators
A simple question
Im new here, and I just wanna know how to add in units that start off in the scenario in the map creator. (Such as the Guards in creep war)
- PeterPorty
- Translator
- Posts: 310
- Joined: January 12th, 2010, 2:25 am
- Location: Chair, In-Front-Of-Computer
Re: A simple question
To add units to a map, you need to transform it into a scenario. To do so, you need to code it in WML. A good place to start is the big "Crete" up there, under the logo. Good luck and have fun!
"The real world is for people who can't imagine anything better."
Re: A simple question
'Create', not 'Crete', and be warned, OP: some sections of the Create section are really outdated (it says so where it is).
I'm not really around any more, but you can find me in TvTropes.
Re: A simple question
On the other hand, if you're looking to visit the palace at Knossos, Crete is a good place to start
(Sorry, I couldn't resist.)

(Sorry, I couldn't resist.)
Re: A simple question
Dammit, Caphriel, I was about to make a minotaur joke...
Anyway, an even better (and not outdated) way is to simply look at the .cfg file, probably of creep war, since you seem to be familiar with it, and learn from there. It's not like binary, it's easy to tell what something does when you see it.
Anyway, an even better (and not outdated) way is to simply look at the .cfg file, probably of creep war, since you seem to be familiar with it, and learn from there. It's not like binary, it's easy to tell what something does when you see it.
F:tGJ, Saurian Campaign
The Southern Chains, a fanfic
“The difference between winners and champions is that champions are more consistent."
~Sierra
The Southern Chains, a fanfic
“The difference between winners and champions is that champions are more consistent."
~Sierra
- PeterPorty
- Translator
- Posts: 310
- Joined: January 12th, 2010, 2:25 am
- Location: Chair, In-Front-Of-Computer
Re: A simple question
Yeah, yeah... You guys are mean ;_;
Anyways, I'm not gonna edit it, since.... yeah. >.<
Anyways, I'm not gonna edit it, since.... yeah. >.<
"The real world is for people who can't imagine anything better."
-
- Posts: 1549
- Joined: June 18th, 2009, 1:45 am
Re: A simple question
@OP look at existing add-ons and see how it's done. Take a look at ReferenceWML since, unlike most of the rest, this guide is about 95% up-to-date. A hint to get you started reading: what you want is done with keys inside an [event] tag.