- 9 Talk
-
Warcraft relations map
This article or section may need to be wikified to meet WoWWiki's quality standards.
|
| | This article or section is a miscellaneous stub. You can help expand it by editing it.
|
The Warcraft relations map is a map of relations between most important characters, clans and artifacts until the end of The Frozen Throne storyline. 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
Edit
Core info
Edit
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
Edit
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 Warcraft III: Reign of Chaos manual and Warcraft III: Reign of Chaos and The Frozen Throne games storyline. Some informations were taken here from Wowwiki.
Want to help?
Edit
See the Discussion if you want to help to improve and develop this project.