• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 18:39
CEST 00:39
KST 07:39
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12[ASL20] Ro24 Preview Pt2: Take-Off7[ASL20] Ro24 Preview Pt1: Runway13
Community News
SC4ALL $6,000 Open LAN in Philadelphia7Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues24LiuLi Cup - September 2025 Tournaments3Weekly Cups (August 25-31): Clem's Last Straw?39Weekly Cups (Aug 18-24): herO dethrones MaxPax6
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues Team Liquid Map Contest #21 - Presented by Monster Energy Classic Games #3: Rogue vs Serral at BlizzCon What happened to Singapore/Brazil servers?
Tourneys
RSL: Revival, a new crowdfunded tournament series Sparkling Tuna Cup - Weekly Open Tournament SC4ALL $6,000 Open LAN in Philadelphia LANified! 37: Groundswell, BYOC LAN, Nov 28-30 2025 LiuLi Cup - September 2025 Tournaments
Strategy
Custom Maps
External Content
Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around Mutation # 487 Think Fast
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ BSL Team Wars - Bonyth, Dewalt, Hawk & Sziky teams ASL20 General Discussion BW General Discussion alas... i aint gon' lie to u bruh...
Tourneys
SC4ALL $1,500 Open Bracket LAN CPL12 SIGN UP are open!!! [ASL20] Ro16 Group B [Megathread] Daily Proleagues
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile Nintendo Switch Thread Stormgate/Frost Giant Megathread General RTS Discussion Thread Borderlands 3
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread The Games Industry And ATVI UK Politics Mega-thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1261 users

Howto: Make microwars map

Blogs > 8882
Post a Reply
1 2 Next All
8882
Profile Blog Joined December 2003
2718 Posts
Last Edited: 2008-04-30 16:25:44
April 30 2008 13:14 GMT
#1
There are few ways of creating microcontrol maps:

The typical maps, consist of a number of rounds that always start in a linear way (e.g. round 28 is always after round 27). Such maps usually utilize a Custom Scoreboard to keep track of the number of rounds already played. Basically, if any player wins the round, the scoreboard is increased by 1. Consequently, other triggers fire when the scoreboard reaches an exact number – e.g. “scoreboard is 2” -> create 6marines for player1 and 2 lurkers for player2. Scoreboard is 3: 6marines for player2 and 2 lurkers for player1…
If you want to make such a map, I recommend you to copy the triggers from a simple map such as MicroWars136kbsound.scm (can be found in my pack). Starforge even allows you to copy+paste the triggers.

The “pick round type” maps, start with a selector unit (e.g. scv) and allow the player(s) to pick the type of battles they want. Basically move the scv near the zealots and vultures and you will have 1 (or more) TvP battles. Move the scv somewhere else (e.g. near hydras and HTs) and you will have ZvP battles etc.
Such maps require more complicated triggers – I will describe a basic loop in this article.

There are also “other” maps – basically the sky is the limit.

***
Warrior Madness has requested me to help him make a map, where player1 will select the desired type of battle(s) at the start of each game.
He did not mention 2 things:
Should the players play both types of battles each time – if round1 is lurkers vs marines – should both player 1 and player 2 cotrol the lurkers, or only player1.
What about additional rounds – does selecting “TvZ” mean only 1 single round, or 5 different types of battles (e.g. mnm vs lurker, mnm vs ling etc.) This actually complicates the triggers.


************
Here is the pseudo-algorythm telling you how to build a basic “level selection” microwars map.
It uses some switches, as I like them, because they are quite clear for me. You just have to remember to reset them when needed.
What are switches? If switch "electricity" is set – the bulb will emit light. If it is cleared, it will not. Note that a combination of two switches A and B, gives you 4 combinations already (S-set, C – clear: SS, SC, CS, CC)
I like switches, they make everything clear, but I think some of them could be deleted – I just put them, to be sure that hypper triggers will work ok.
What are hyper triggers?:
http://www.starcraft.org/maps/MappingFAQ/TriggeringTricksFAQ/16

**********
So what to do to create the map..:

1. Create a map in the editor. Or get LT/luna etc.
2. Delete the triggers from the map.
3. Set up the player settings.
-I advice you to get 4 forces, force1- player1, force2-player2, force3-observers (and players 3-7), force4 –computer –player8

-Force 3 gets vision from players 1/2 (so that the invisible wrights controlled by human players can be seen by the observers).
-Player 8 might have map revealers placed all over the map and give the vision to all players, or just for the obs. -Alternatively you can reveal the fog of war in the editor, or give vision for a moment after the start of each round. Personally I don’t like maps with vision turned on all the time, it’s like microwars for maphackers..

4. The first trigger – it’s purpose is to “reset everything” when the game starts.

condition:
always

actions:
-set switch "selection" to set (this switch means that the player is selecting units, not fighting)
-set switch "battle1 to clear" (this means that we are not having the first type of battle to take place – player1 mnm, player2 lurker)
-set switch "battle2 to clear"" (this means that we are not having the second type of battle to take place – player2 mnm, player1 lurker)
-set switch "transition" to clear (not to fuck up the hyper triggers)
-spawning1 to set (basically, can the units be spawned or not? this is used so that the -units are not spawned 10 times which might be caused by hyper triggers)
-spawning2 to set (as above, might be not needed, read below)

5. The following trigger is used to spawn the selector unit somewhere on the map, as well as some neutral units controlled by the computer – so that the player knows what type of battle does he choose with his selector.

Conditions:
selection is set
spawning1 is set

actions:
create scv (or whatever) for player1 at location scv_spawning_point (you have to draw this location on the map of course, it can have a different name)
create (say) 2 lurkers and 4 marines for neutral comp player8 at "battle_type_lurker_mnm", so the player1 knows what is he choosing
[create 5 other unit combinations at other locations e.g. 2 zealots and 3 vultures at battle_type_vulture_zealot
4scourge and 2 corsair at “battle_type_scourge_cors”
etc]

The last two actions in the trigger are to be:
-clear spawning1 switch (so that the hypper trigger does not spawn us the above mentioned units 20 times)
-preserve trigger (basically, make the trigger work again, in the future).

Please note, that the editor might tell you that you cant create all the units at the “battle_type” locations, because there is a limit of units that can be created in each trigger - so just create them using a 2nd trigger, but use the switch "spawning2" instead of spawning1. (if you still need more.. make another switch..)

6. This trigger works when player1 selects some type of battle with his selector - note that this trigger has to be repeated for each type of battle. After it fires, the battle starts.

conditions:
selection is set
player1 brings exactly 1 terran scv to "battle_type_lurker_mnm"

actions:
-remove the scv
-create x marines at "battlefield1" for player1
-create y lurkers at "battlefield2 for player2

[[ok, here is the first hard part, basically we need to alternate the battles between the players somehow - so that in first round player 1 controls the lurkers and p2 the marines and in the next round the opposite. I went the easiest route, but its not too elegant]

-create marines at "hidden_place1" for player8 (set them to invincible so that the players wont kill them)
-create lurkers at hidden_place2 for comp (make them invincible too)

-set battle1
-clear selection
-preserve trigger



7)Player 2 wins - player 1 has no units:

conditions:
-battle1 is set
-transition is clear
-selection is clear
-player1 commands exactly 0 units
-player 2 commands at least 1 any unit

actions:
-set transition
-remove all units for player2
-clear battle1
-set battle2
-clear transition
-preserve trigger


8)Player 1 wins - player 2 has no units
cond:
-battle1 is set
-transition is clear
-selection is clear
-player2 commands exactly 0 units
-player1 commands at least 1 any unit

actions:
-set transition
-remove all units for player1
-clear battle1
-set battle2
-clear transition
-preserve trigger


9) This trigger is used to alternate the battles - basically I divided each "level" into two rounds, "battle1" and "battle2".

cond:
-battle2 is set
-transition is clear
-selection is clear

action:
-set transition
-take the lurkers (or whatever, the opposite) from that hidden location (described in point 6) from the computer, set them to being mortal and give them to player1.
Do the same for player 2 (he gets mnms or whatever). Basically we do not know what units did the player receive. We just take them away from the computer and make them mortal.

clear transition
preserve trigger

10)Player 2 wins the 2nd batlte - player 1 has no units:
cond:
-battle2 is set
-transition is clear
-selection is clear
-player1 commands exactly 0 units
-player 2 commands at least 1 any unit

actions:
-set transition
-remove all units for player2
-clear battle2
-set selection
-set spawning1
-set spawning2
-clear transition
-preserve trigger


11) Player 1 wins the 2nd battle - player 2 has no units:

cond
-battle2 is set
-transition is clear
-selection is clear
-player2 commands exactly 0 units
-player 1 commands at least 1 any unit

actions:
-set transition
-remove all units for player1
-clear battle2
-set selection
-set spawning1
-set spawning2
-clear transition
-preserve trigger


12) Not necessary, but useful - hyper triggers - add them for player 8 (the comp)
http://www.starcraft.org/maps/MappingFAQ/TriggeringTricksFAQ/16



*****
I have returned
GTR
Profile Blog Joined September 2004
51476 Posts
April 30 2008 13:22 GMT
#2
how did i read this as howto: make microwave maps
Commentator
m0nr
Profile Joined November 2007
Australia25 Posts
Last Edited: 2008-04-30 13:45:07
April 30 2008 13:44 GMT
#3
On April 30 2008 22:22 GTR-2-Go wrote:
how did i read this as howto: make microwave maps

that's exactly how i read it.

it's like when people write multitask and i think they're talking about mutalisks :|

nice guide btw!
alffla
Profile Blog Joined November 2005
Hong Kong20321 Posts
April 30 2008 14:03 GMT
#4
On April 30 2008 22:22 GTR-2-Go wrote:
how did i read this as howto: make microwave maps

Graphicssavior[gm] : What is a “yawn” rape ;; Masumune - It was the year of the pig for those fucking defilers. Chill - A clinic you say? okum: SC without Korean yelling is like porn without sex. konamix: HAPPY BIRTHDAY MOMMY!
Orome
Profile Blog Joined June 2004
Switzerland11984 Posts
April 30 2008 14:31 GMT
#5
I thought it was howto: make microwave pizza

Nice guide!
On a purely personal note, I'd like to show Yellow the beauty of infinitely repeating Starcraft 2 bunkers. -Boxer
Xeofreestyler
Profile Blog Joined June 2005
Belgium6771 Posts
April 30 2008 14:47 GMT
#6
Cool!
Graphics
HighTimes
Profile Blog Joined March 2008
Taiwan342 Posts
April 30 2008 15:17 GMT
#7
On April 30 2008 22:22 GTR-2-Go wrote:
how did i read this as howto: make microwave maps


I got that too, wtf?
http://www.youtube.com/watch?v=1gvD9G5uDfo
PePe QuiCoSE
Profile Blog Joined March 2006
Argentina1204 Posts
April 30 2008 15:39 GMT
#8
same here (name truncated helps at that)

5 stars, really good stuff. Will get it to some people who were into map making (it takes too much time, patience and creativity.. things i lack).
8882
Profile Blog Joined December 2003
2718 Posts
Last Edited: 2008-04-30 15:56:58
April 30 2008 15:53 GMT
#9
On May 01 2008 00:39 PePe QuiCoSE wrote:
same here (name truncated helps at that)

5 stars, really good stuff. Will get it to some people who were into map making (it takes too much time, patience and creativity.. things i lack).


Anyone who is into map making can figure it out, since this is really, really basic. I wrote a PM to Warrior Madness, as he requested some basic trigger help and decided to publish it here.
It could be improved in at least two spots, to be more advanced (Kill scoreboards for rounds in each type of battle, which would allow more rounds per "game type" and would eliminate creation of the units for the computer on the map).
I have returned
RaGe
Profile Blog Joined July 2004
Belgium9947 Posts
April 30 2008 15:53 GMT
#10
definately 5 stars. this is a great idea for a post. Micro maps are generally a type of map that Melee players want to create, but they're often not experienced with triggers.
Moderatorsometimes I get intimidated by the size of my right testicle
Goosey
Profile Blog Joined September 2005
United States695 Posts
April 30 2008 16:00 GMT
#11
On May 01 2008 00:17 HighTimes wrote:
Show nested quote +
On April 30 2008 22:22 GTR-2-Go wrote:
how did i read this as howto: make microwave maps


I got that too, wtf?

Same here... Weird..

Back on topic though: Fantastic guide, thanks for taking the time to do this! I am sure it will help a lot of people.
#1 Shuttle Fan.
SuperJongMan
Profile Blog Joined March 2003
Jamaica11586 Posts
April 30 2008 16:34 GMT
#12
HEY!!

I wanna make an obs version of PYTHON with Microwars on the islands and stuff...

WHO WANTS TO WORK WITH ME!!?!?!

WHO?!?!?!
POWER OVERWHELMING ! ! ! KRUU~ KRUU~
Schnake
Profile Joined September 2003
Germany2819 Posts
April 30 2008 17:44 GMT
#13
On April 30 2008 22:22 GTR-2-Go wrote:
how did i read this as howto: make microwave maps


lol me too! ^^
"Alán Shore" and "August Terran" @ LoL EUW - liquidparty
SayaSP
Profile Blog Joined February 2007
Laos5494 Posts
April 30 2008 18:21 GMT
#14
I thought it was gonna be "Howto: Make microwave <insert food/dish here>"
[iHs]SSP | I-NO-KI BOM-BA-YE | のヮの http://tinyurl.com/MLIStheCV , MLIS.
XCetron
Profile Joined November 2006
5226 Posts
April 30 2008 18:22 GMT
#15
I thought it was how to make a microwave.
Physician *
Profile Blog Joined January 2004
United States4146 Posts
April 30 2008 18:46 GMT
#16
- great to see you posting again and still playing starcraft : )
"I have beheld the births of negative-suns and borne witness to the entropy of entire realities...."
DamageControL
Profile Blog Joined July 2007
United States4222 Posts
April 30 2008 18:46 GMT
#17
On May 01 2008 03:22 XCetron wrote:
I thought it was how to make a microwave.

LOL same....-.-;;
Liquid | SKT
paper
Profile Blog Joined September 2004
13196 Posts
April 30 2008 18:52 GMT
#18
On May 01 2008 03:46 DamageControL wrote:
Show nested quote +
On May 01 2008 03:22 XCetron wrote:
I thought it was how to make a microwave.

LOL same....-.-;;


lol ya
Hates Fun🤔
EsX_Raptor
Profile Blog Joined February 2008
United States2801 Posts
April 30 2008 18:58 GMT
#19
I literally read this as

mewtwo: make microwave map
Night[Mare
Profile Blog Joined December 2004
Mexico4793 Posts
April 30 2008 19:23 GMT
#20
On April 30 2008 22:22 GTR-2-Go wrote:
how did i read this as howto: make microwave maps

you're not alone man
Teamliquidian townie
1 2 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 11h 22m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nathanias 130
StarCraft: Brood War
Britney 14870
Shuttle 622
sSak 43
Dota 2
monkeys_forever537
PGG 148
Counter-Strike
Stewie2K443
Fnx 147
Heroes of the Storm
Liquid`Hasu459
Other Games
summit1g5371
Grubby3145
FrodaN2565
shahzam504
WinterStarcraft404
KnowMe179
Sick152
C9.Mang0144
XaKoH 83
ZombieGrub78
PPMD37
Mew2King37
fpsfer 3
Organizations
Other Games
gamesdonequick1839
BasetradeTV30
StarCraft 2
angryscii 29
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• StrangeGG 29
• davetesta26
• intothetv
• AfreecaTV YouTube
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• masondota2876
League of Legends
• Doublelift4403
• TFBlade571
Other Games
• Scarra1299
Upcoming Events
RSL Revival
11h 22m
Maestros of the Game
15h 22m
ShoWTimE vs Classic
Clem vs herO
Serral vs Bunny
Reynor vs Zoun
Cosmonarchy
17h 22m
Bonyth vs Dewalt
[BSL 2025] Weekly
19h 22m
RSL Revival
1d 11h
Maestros of the Game
1d 18h
BSL Team Wars
1d 20h
Afreeca Starleague
2 days
Snow vs Sharp
Jaedong vs Mini
Wardi Open
2 days
Sparkling Tuna Cup
3 days
[ Show More ]
Afreeca Starleague
3 days
Light vs Speed
Larva vs Soma
LiuLi Cup
4 days
The PondCast
5 days
Liquipedia Results

Completed

Copa Latinoamericana 4
SEL Season 2 Championship
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
Chzzk MurlocKing SC1 vs SC2 Cup #2
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL Polish World Championship 2025
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
SC4ALL: StarCraft II
EC S1
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.