• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 12:49
CEST 18:49
KST 01:49
  • 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
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
Chinese SC2 server to reopen; live all-star event in Hangzhou7Weekly Cups (Oct 13-19): Clem Goes for Four0BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" DreamHack Open 2013 revealed The New Patch Killed Mech! Chinese SC2 server to reopen; live all-star event in Hangzhou Team Liquid Map Contest #21 - Presented by Monster Energy
Tourneys
SC2's Safe House 2 - October 18 & 19 INu's Battles #13 - ByuN vs Zoun Tenacious Turtle Tussle Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
Is there anyway to get a private coach? The Lose More Card BW General Discussion BSL Season 21 OGN to release AI-upscaled StarLeague from Feb 24
Tourneys
300$ 3D!Community Brood War Super Cup #4 [ASL20] Semifinal B Azhi's Colosseum - Anonymous Tournament [Megathread] Daily Proleagues
Strategy
[I] TvZ Strategies and Builds [I] TvP Strategies and Build Roaring Currents ASL final Current Meta
Other Games
General Games
Nintendo Switch Thread Stormgate/Frost Giant Megathread Path of Exile Dawn of War IV ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine The Chess Thread US Politics Mega-thread Russo-Ukrainian War Thread Men's Fashion Thread
Fan Clubs
The herO Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
MLB/Baseball 2023 2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Certified Crazy
Hildegard
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1222 users

[G] Symmetry in 3 player maps

Forum Index > SC2 Maps & Custom Games
Post a Reply
bahunto28
Profile Joined October 2010
Canada262 Posts
Last Edited: 2011-04-01 14:54:30
March 31 2011 07:34 GMT
#1
Symmetry in 3 Player Maps

I've been working on a a 3 player spawn map and here are a few thoughts regarding symmetry using the SC2 editor that may be useful to other mapmakers. Making a nice symmetrical map is part science and part art. The following diatribe focuses on the maths.


1) Background on 3 player map symmetry

Read the great tutorial on creating a 3 player map posted by NullCurrent (http://www.teamliquid.net/forum/viewmessage.php?topic_id=193415)

- there is a difference between symmetry and balance, the symmetrical aspect is mathmatical, the balance aspect is more of an art
- having a general idea down on paper before you put it into the map is key
- i didn't have the programs in the aforementioned post, so i went old school maths and handdrawn graph paper

Based on your map size, know what the center point is. This is your point of symmetry. (e.g. if you are making a 200x200 map, your pos is 100,100).

A quick refresh on triangular (120°) and hexagonal (60°) geometry is helpful.


2) Understanding Cartesian and Polar coordinates

A single point on a 2D map can represented graphically in two manners:

- Cartesian coordiantes (x,y) represent a point relative to the origin by an x and y position. How far along and how far up.
- Polar coordinates (r,θ) represent the same point where r is distance from the origin and θ is the angle from the x-axis. How far away and what angle.

+ Show Spoiler +
[image loading]


Examples:
- (1,1) in Cartesian coordinates is (1.414, 45°) in polar coordinates.
- (5,12) in Cartesian coordinates is (13, 23°) in polar coordinates


- the editor currently doesn't have a decent rotation function, the current version only does 90/180 degree copy/paste functions; useful for 2/4/8 player maps, but not so good for other rotations
- the editor uses Cartesian coordinates
- the basis of geometrical rotational symmetry is simplified through the use of polar coordinates

3) Application of Symmetry Funcitons

If you convert the position of main focii (starting points, expansions, etc...) from Cartesian to Polar coordinates, it is simple to replicate them in a symmetrical fashion by simply adding +/- 120° to the coordinates and converting that back to Cartesian coordinates.

By doing so, one can ensure the positioning is as symmetrical as possible, given the limitations of the sc2 editor program..

It is essential to have a central point of symmetry to base your rotations.

I suggest throwing down a Xel'naga tower as a visual reference at the very start as an easy reference point, although this is obviously subject to change based on your overall plan.


4) Online Coversion tools

EDIT: Winpark has created an awesome application that calculates the other two rotationally symmetrical points.
Link to 3 Player Map Symmetry Calculator

The following text is for those who wish to understand the underlying maths.

Coordinate Conversion:
- Converting from Cartesian coordinates to Polar coordinates
- Converting from Polar coordinates to Cartesian coordinates

Example on a 208x208 map with a point of symmetry at 104,104:

Original spawn:
Cartesian coordinates - 112,178 (+8x,+74y)
Polar coordinates - distance= 74.4312 units, angle= 83.8298°

To find the two other spawn positions, then just add 120 degrees and reconvert back to Cartesian coordinates.

Spawn #2: 74.4312 distance, 203.8298° --> -68.0859x, -30.0718y --> 36x, 74y Cartesian coordinate system

Repeat for the third spawn position. (74.4312, 323.8298° polar --> 164x, 60y cartesian)

After using the sc2analyzer program, these positions come out to 128.8, 128.8, 128.9 distance by air. Not shabby given the limitations of 1 unit increments in the editor.

5) Conclusion

Using these tools will ensure distances will be as symmetric as possible. This is essential for points such as the spawning locations, expansions and other major features of the map. Hopefully someone in the community will develop a script or other means to automate rotational symmetry, but in the meantime, this is a guide to an old-school approach.

Here is the link to the map I created using these tools:
Triskelian Mortis

Happy mapping!


meh
adso
Profile Joined March 2011
718 Posts
March 31 2011 10:08 GMT
#2
Thanks.. i have a love/hate relationship with "old math" and it's forever with me.
Math is like a pagan god (sorry just got out of the " code breaker thread ")

You should ask (pm) a mod to add [G] to your thread heading.

Hope to see your eye candy 3 player map soon
winpark
Profile Joined January 2011
Korea (South)68 Posts
Last Edited: 2011-03-31 17:52:30
March 31 2011 17:06 GMT
#3
I already made the calculator for symmetrical 3 player map in this January.

You can just do it easily.

http://www.playxp.com/sc2/maps/tip/view.php?article_id=2578878&page=2

JackyPrime used it for making Xel'naga Fortress.

If you want to use it, I'll upload its english version.
Winpark, author of Daybreak, Whirlwind, and Merry go round, SC2 Mapping team CruX
bahunto28
Profile Joined October 2010
Canada262 Posts
March 31 2011 17:26 GMT
#4
On April 01 2011 02:06 winpark wrote:
I've already made the calculator for symmetrical 3 player map in this January.

You can just do it easily.

http://www.playxp.com/sc2/maps/tip/view.php?article_id=2578878&page=2

JackyPrime used it for making Xel'naga Fortress.

If you want to use it, I'll upload its english version.



this is the most awesome tool!! i've been scouring the web for exactly this. well done sir!
with your permission, i will add the link to the op.
meh
winpark
Profile Joined January 2011
Korea (South)68 Posts
March 31 2011 17:42 GMT
#5
I allow you to add the link.
Winpark, author of Daybreak, Whirlwind, and Merry go round, SC2 Mapping team CruX
garlicface
Profile Joined April 2010
Canada4196 Posts
Last Edited: 2011-03-31 19:48:52
March 31 2011 19:47 GMT
#6
On March 31 2011 16:34 bahunto28 wrote:
2) Understand Cartesian and Polar coordinates

A single point on a 2D map can represented graphically in two manners:

- Cartesian coordiantes represent a point relative to the origin by an x and y position.

- Polar coordinates represent represent the same point by the distance and the angle from the x-axis.

Example: the point 1,1 in Cartesian coordinates is 1.414, 45 degrees in polar coordinates.

Sorry, I think I just need some clarification on this.

Did you mean, "Polar coordinates represent represent the same point by the distance and the angle from the origin"? I can't understand how if you already have a point (x,1), it would then be measured as 1.414 units from the x-axis.

Edit: There's a typo in your OP. represent represent
#TeamBuLba
EatThePath
Profile Blog Joined September 2009
United States3943 Posts
March 31 2011 20:17 GMT
#7
Sometimes I just hold a ruler, or measuring object like a piece of paper, up to the screen. =)
Comprehensive strategic intention: DNE
bahunto28
Profile Joined October 2010
Canada262 Posts
Last Edited: 2011-04-01 14:50:50
March 31 2011 23:27 GMT
#8
On April 01 2011 04:47 garlicface wrote:
Show nested quote +
On March 31 2011 16:34 bahunto28 wrote:
2) Understand Cartesian and Polar coordinates

A single point on a 2D map can represented graphically in two manners:

- Cartesian coordiantes represent a point relative to the origin by an x and y position.

- Polar coordinates represent represent the same point by the distance and the angle from the x-axis.

Example: the point 1,1 in Cartesian coordinates is 1.414, 45 degrees in polar coordinates.

Sorry, I think I just need some clarification on this.

Did you mean, "Polar coordinates represent represent the same point by the distance and the angle from the origin"? I can't understand how if you already have a point (x,1), it would then be measured as 1.414 units from the x-axis.

Edit: There's a typo in your OP. represent represent



To clarify, a polar coordinate in form (r,θ) where r is distance from origin and θ is angle from x-axis. I'll update the OP to make it clearer.
meh
winpark
Profile Joined January 2011
Korea (South)68 Posts
Last Edited: 2011-04-01 15:21:00
April 01 2011 13:54 GMT
#9
I uploaded the english version.
http://www.mediafire.com/?y82uq5bjmkx6qm7

[image loading]
Winpark, author of Daybreak, Whirlwind, and Merry go round, SC2 Mapping team CruX
Please log in or register to reply.
Live Events Refresh
Wardi Open
14:30
October Qualifier #2
WardiTV1447
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
BRAT_OK 66
UpATreeSC 64
MindelVK 12
StarCraft: Brood War
Britney 35489
Calm 4012
Rain 2088
Jaedong 1593
Bisu 854
Horang2 833
EffOrt 795
Mini 739
Soma 567
Larva 551
[ Show more ]
Light 457
firebathero 431
Shuttle 390
ZerO 273
Snow 246
actioN 207
Soulkey 133
Pusan 127
Rush 107
Free 86
Hyun 74
sSak 72
ggaemo 64
Shine 48
Killer 39
sorry 25
Shinee 21
Movie 19
Dewaltoss 18
scan(afreeca) 13
Bale 13
Sacsri 12
Aegong 12
Terrorterran 9
Hm[arnc] 4
Noble 3
Mong 1
Dota 2
Gorgc6359
qojqva3592
Dendi1430
Fuzer 259
canceldota90
Counter-Strike
fl0m792
byalli355
FunKaTv 52
Other Games
singsing2299
FrodaN765
ceh9600
Lowko393
Sick154
Hui .144
Skadoodle141
ArmadaUGS121
C9.Mang087
KnowMe78
QueenE78
Mew2King52
Trikslyr47
ZerO(Twitch)21
B2W.Neo8
Organizations
Counter-Strike
PGL402
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 15 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• Reevou 0
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• Noizen34
League of Legends
• Jankos2969
• TFBlade898
Other Games
• Shiphtur133
Upcoming Events
PiGosaur Monday
7h 11m
Replay Cast
17h 11m
OSC
23h 11m
Tenacious Turtle Tussle
1d 6h
The PondCast
1d 17h
OSC
1d 19h
WardiTV Invitational
2 days
Online Event
2 days
RSL Revival
3 days
RSL Revival
3 days
[ Show More ]
WardiTV Invitational
3 days
Afreeca Starleague
4 days
Snow vs Soma
Sparkling Tuna Cup
4 days
WardiTV Invitational
4 days
CrankTV Team League
4 days
RSL Revival
5 days
Wardi Open
5 days
CrankTV Team League
5 days
Replay Cast
6 days
WardiTV Invitational
6 days
CrankTV Team League
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 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.