Gaming
 

Warcraft relations map

From WoWWiki

The Warcraft relations map is a map of relations between most important characters/clans/artifacts till the end of The Frozen Throne story. In some cases (e.g. Arthas, Illidan), relations between characters are so complicated, that might be useful to see it in a graphic form - that's why this project was created.

Contents

The map


Warcraft Relations Map (no clusters)

Core info

There are several versions, depending on (non)clustering:

  • no clustering at all (primary version - see above)
  • Horde cluster outlined
  • Alliance cluster outlined
  • Demon cluster outlined
  • Elven cluster outlined
  • Scourge cluster outlined
  • all previous 5 clusters outlined

Additional info

current version: 0.2b | 2009-04-03
original author: crysman
special thanks to: mikee, machache

Project core is written in DOT language with significant use of C preprocessor, and compiled with Graphviz.

Use of C preprocessor actually makes the sourcecode readable and meaningful. It allows constructions like:

"Arthas" -> "King Teranas" [KILLS]

where KILLS is defined via #define clausule at the very beggining of the code:

#define KILLS color="red" label="X" fontcolor="red" fontsize="11" arrowhead="vee" arrowtail="vee"

It reminds HTML + CSS coding..


Almost everything is based on WarcraftIII:RoCh manual and WarcraftIII:RoCh+TFT games storyline. Some information were taken here from wowwiki.

Want to help?

See the Discussion if you want to help to improve and develop this project.