Difference between revisions of "Map"

From King Arthur's Gold Wiki
Jump to: navigation, search
m (Undo revision 4264 by 210.196.243.121 (talk) --> spam)
(nbYKnyCyKiwAnpKYOWy)
Line 1: Line 1:
The map is a 2D surface where gameplay takes place.
+
Stands back from the keyborad in amazement! Thanks!
 
+
Map files are PNG files and they are stored in the "Maps"-directory. Every pixel in a map file corresponds to a particular [[items|item]] or [[blocks|block]] and is drawn in a specific color. Because of this pixel based mapping system, users are able to create a variety of maps using paint applications on their computer.
+
 
+
There also is an ingame mapeditor which enables the user to create maps more easily. To gain access to the mapeditor you have to [http://kag2d.com/premium buy] the "Premium edition" of KAG.
+
 
+
{| class="wikitable"
+
! RGB value
+
! Item or block name
+
|-
+
| style="background-color: rgb(165,189,200)" | 165,189,200
+
| Sky
+
|-
+
| style="background-color: rgb(0,255,255)" | 0,255,255
+
| Blue [[tent]]
+
|-
+
| style="background-color: rgb(0,235,235)" | 0,235,235
+
| Blue [[outpost]]
+
|-
+
| style="background-color: rgb(26,78,131); color: #fff" | 26,78,131
+
| Blue [[door]]
+
|-
+
| style="background-color: rgb(50,105,135); color: #fff" | 50,105,135
+
| Blue [[drawbridge]]
+
|-
+
| style="background-color: rgb(50,100,115); color: #fff" | 50,100,115
+
| Blue [[drawbridge]] placed on background [[dirt]]
+
|-
+
| style="background-color: rgb(255,0,0)" | 255,0,0
+
| Red [[tent]]
+
|-
+
| style="background-color: rgb(235,0,0)" | 235,0,0
+
| Red[[outpost]]
+
|-
+
| style="background-color: rgb(148,27,27); color: #fff" | 148,27,27
+
| Red [[door]]
+
|-
+
| style="background-color: rgb(135,105,50); color: #fff" | 135,105,50
+
| Red [[drawbridge]]
+
|-
+
| style="background-color: rgb(115,100,50); color: #fff" | 115,100,50
+
| Red [[drawbridge]] placed on background [[dirt]]
+
|-
+
| style="background-color: rgb(132,71,21); color: #fff" | 132,71,21
+
| [[Dirt]]
+
|-
+
| style="background-color: rgb(59,20,6); color: #fff" | 59,20,6
+
| Background [[dirt]]
+
|-
+
| style="background-color: rgb(43,21,9); color: #fff" | 43,21,9
+
| [[Ladder]]
+
|-
+
| style="background-color: rgb(66,36,11); color: #fff" | 66,36,11
+
| [[Ladder]] placed on background [[dirt]]
+
|-
+
| style="background-color: rgb(67,47,17); color: #fff" | 67,47,17
+
| [[Ladder]] placed on [[wall]]
+
|-
+
| style="background-color: rgb(139,104,73); color: #fff" | 139,104,73
+
| [[Rock]]
+
|-
+
| style="background-color: rgb(66,72,75); color: #fff" | 66,72,75
+
| [[Thick rock]]
+
|-
+
| style="background-color: rgb(45,52,45); color: #fff" | 45,52,45
+
| [[Bedrock]]
+
|-
+
| style="background-color: rgb(100,113,96); color: #fff" | 100,113,96
+
| [[Stone]]
+
|-
+
| style="background-color: rgb(49,52,18); color: #fff" | 49,52,18
+
| [[Wall]]
+
|-
+
| style="background-color: rgb(180,42,17); color: #fff" | 180,42,17
+
| [[Spikes]]
+
|-
+
| style="background-color: rgb(180,97,17); color: #fff" | 180,97,17
+
| [[Spikes]] placed on background [[dirt]]
+
|-
+
| style="background-color: rgb(180,42,94); color: #fff" | 180,42,94
+
| [[Spikes]] placed on [[wall]]
+
|-
+
| style="background-color: rgb(13,102,34); color: #fff" | 13,X,34
+
| [[Tree]] (X can be 102, 103, 104, 105, 106, 254)
+
|-
+
| style="background-color: rgb(254,165,61)" | 254,165,61
+
| [[Gold]]
+
|-
+
| style="background-color: rgb(213,196,9)" | 213,196,9
+
| [[Gold bulion]] (blue team)
+
|-
+
| style="background-color: rgb(196,213,9)" | 196,213,9
+
| [[Gold bulion]] (red team)
+
|-
+
| style="background-color: rgb(235,100,0)" | 235,100,0
+
| [[Catapult]]
+
|-
+
| style="background-color: rgb(200,30,30)" | 200,30,30
+
| Heart
+
|}
+
 
+
==See also==
+
*[[Blocks]]
+
*[[Items]]
+

Revision as of 07:04, 17 September 2011

Stands back from the keyborad in amazement! Thanks!