<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.popre.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dezsike</id>
	<title>Populous Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.popre.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dezsike"/>
	<link rel="alternate" type="text/html" href="https://wiki.popre.net/Special:Contributions/Dezsike"/>
	<updated>2026-05-03T09:54:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.popre.net/index.php?title=Header_Format&amp;diff=5144</id>
		<title>Header Format</title>
		<link rel="alternate" type="text/html" href="https://wiki.popre.net/index.php?title=Header_Format&amp;diff=5144"/>
		<updated>2010-07-29T13:17:14Z</updated>

		<summary type="html">&lt;p&gt;Dezsike: /* Fixed to display correct information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Header (.hdr) is a [[Populous]] Level File which contains the level&#039;s attributes.&lt;br /&gt;
&lt;br /&gt;
==Spells==&lt;br /&gt;
&lt;br /&gt;
The three bytes starting at byte 0 defines which spells are available at the start of the level. Each of the eight bits of the byte represent one spell. If the bit is on the spell is available.&lt;br /&gt;
&lt;br /&gt;
===Byte 1===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex 27), [[Blast]] and [[Swarm]] are available. &lt;br /&gt;
&lt;br /&gt;
    00100111&lt;br /&gt;
    ||||||||--Leave on&lt;br /&gt;
    |||||||---Leave on&lt;br /&gt;
    ||||||----[[Blast]]&lt;br /&gt;
    |||||-----[[Lightning]]&lt;br /&gt;
    ||||------[[Tornado]]&lt;br /&gt;
    |||-------[[Swarm]]&lt;br /&gt;
    ||--------[[Invisibility]]&lt;br /&gt;
    |---------[[Hypnotise]]&lt;br /&gt;
&lt;br /&gt;
===Byte 2===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex 54), [[Earthquake]], [[Landbridge]] and [[Erode]] are available.&lt;br /&gt;
&lt;br /&gt;
    01010100&lt;br /&gt;
    ||||||||----[[Firestorm]]&lt;br /&gt;
    |||||||-----[[Ghost Army]]&lt;br /&gt;
    ||||||------[[Erode]]&lt;br /&gt;
    |||||-------[[Swamp]]&lt;br /&gt;
    ||||--------[[Landbridge]]&lt;br /&gt;
    |||---------[[Angel of Death]]&lt;br /&gt;
    ||----------[[Earthquake]]&lt;br /&gt;
    |-----------[[Flatten]]&lt;br /&gt;
&lt;br /&gt;
===Byte 3===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex F4), no spells are available. The other bits should be left unchanged.&lt;br /&gt;
&lt;br /&gt;
    11110100&lt;br /&gt;
        | ||----[[Volcano]]&lt;br /&gt;
        | |-----[[Convert]]&lt;br /&gt;
        |&lt;br /&gt;
        |-------[[Magical Shield]]&lt;br /&gt;
&lt;br /&gt;
==Buildings==&lt;br /&gt;
&lt;br /&gt;
Building availability is handled in the same way as spells, but are kept in two bytes starting at byte 5.&lt;br /&gt;
&lt;br /&gt;
===Byte 5===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex 1F), [[Hut]] and [[Guard Tower]] are available. Leave other bits unchanged.&lt;br /&gt;
&lt;br /&gt;
    00011111&lt;br /&gt;
    ||||  |&lt;br /&gt;
    ||||  |-----[[Hut]]&lt;br /&gt;
    ||||&lt;br /&gt;
    ||||&lt;br /&gt;
    ||||--------[[Guard Tower]]&lt;br /&gt;
    |||---------[[Temple]]&lt;br /&gt;
    ||----------[[Spy Training Hut|Spy Hut]]&lt;br /&gt;
    |-----------[[Warrior Training Hut|Warrior Hut]]&lt;br /&gt;
&lt;br /&gt;
===Byte 6===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex FF), [[Firewarrior Hut]], [[Boat Hut]] and [[Balloon Hut]] are available.&lt;br /&gt;
&lt;br /&gt;
    11111111&lt;br /&gt;
    | |    |----[[Firewarrior Training Hut|Firewarrior Hut]]&lt;br /&gt;
    | |&lt;br /&gt;
    | |&lt;br /&gt;
    | |&lt;br /&gt;
    | |&lt;br /&gt;
    | |---------[[Boat Hut]]&lt;br /&gt;
    |&lt;br /&gt;
    |-----------[[Balloon Hut]]&lt;br /&gt;
&lt;br /&gt;
==Spells Not Charging==&lt;br /&gt;
&lt;br /&gt;
Spells not charging starts at offset 16 and contains 3 byres of data. These three bytes represent data for which spells are toggled as charging on the Spells Panel at the start of the game.  Any bit set to true will result in the corresponding spell being set to the &amp;quot;not charging&amp;quot; state at the beginning of the game, and any bit set to false will result in the corresponding spell being set to the &amp;quot;charging&amp;quot; state at the beginning of the game.  The user can change this state by right-clicking the icon of the spell.&lt;br /&gt;
&lt;br /&gt;
The bits used for each spell are identical to the bits used in the spells section.&lt;br /&gt;
&lt;br /&gt;
===Byte 16===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex 27), [[Blast]] and [[Swarm]] are not charging at the start of the game. &lt;br /&gt;
&lt;br /&gt;
    00100111&lt;br /&gt;
    ||||||||--Leave on&lt;br /&gt;
    |||||||---Leave on&lt;br /&gt;
    ||||||----[[Blast]]&lt;br /&gt;
    |||||-----[[Lightning]]&lt;br /&gt;
    ||||------[[Tornado]]&lt;br /&gt;
    |||-------[[Swarm]]&lt;br /&gt;
    ||--------[[Invisibility]]&lt;br /&gt;
    |---------[[Hypnotise]]&lt;br /&gt;
&lt;br /&gt;
===Byte 17===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex 54), [[Earthquake]], [[Landbridge]] and [[Erode]] are not charging at the start of the game.&lt;br /&gt;
&lt;br /&gt;
    01010100&lt;br /&gt;
    ||||||||----[[Firestorm]]&lt;br /&gt;
    |||||||-----[[Ghost Army]]&lt;br /&gt;
    ||||||------[[Erode]]&lt;br /&gt;
    |||||-------[[Swamp]]&lt;br /&gt;
    ||||--------[[Landbridge]]&lt;br /&gt;
    |||---------[[Angel of Death]]&lt;br /&gt;
    ||----------[[Earthquake]]&lt;br /&gt;
    |-----------[[Flatten]]&lt;br /&gt;
&lt;br /&gt;
===Byte 18===&lt;br /&gt;
&lt;br /&gt;
In this example (Hex F4), all spells in question are charging at the start of the game. The other bits should be left unchanged.&lt;br /&gt;
&lt;br /&gt;
    11110100&lt;br /&gt;
        | ||----[[Volcano]]&lt;br /&gt;
        | |-----[[Convert]]&lt;br /&gt;
        |&lt;br /&gt;
        |-------[[Magical Shield]]&lt;br /&gt;
&lt;br /&gt;
==Fog of War and God Mode==&lt;br /&gt;
&lt;br /&gt;
Fog of War and God Mode are stored in Byte 98.&lt;br /&gt;
&lt;br /&gt;
===Byte 98===&lt;br /&gt;
&lt;br /&gt;
    00001101&lt;br /&gt;
          ||----[[Fog of War]]&lt;br /&gt;
          |-----[[God Mode]]&lt;br /&gt;
&lt;br /&gt;
==Landscape and Tree Style==&lt;br /&gt;
&lt;br /&gt;
The Landscape Style is 1 byte starting at byte 96 and the Tree Style is 1 byte starting at byte 97.&lt;br /&gt;
&lt;br /&gt;
===Byte 96===&lt;br /&gt;
&lt;br /&gt;
There are 36 landscape styles. In hex that is from 00 to 24.&lt;br /&gt;
&lt;br /&gt;
===Byte 97===&lt;br /&gt;
&lt;br /&gt;
There are 5 tree styles. In hex, they are 00, 03, 04, 05, 06.&lt;br /&gt;
&lt;br /&gt;
==Max Tribes==&lt;br /&gt;
&lt;br /&gt;
Maximum Tribes sets the number of enemy tribes that will appear on the level. In [[Single Player]] you must set this to the last colour on your level or 03 for all of them. Colours go in the order (Blue, Red, Yellow, Green). If you wanted to have only Blue and Yellow on a level, then the number must still be set to 02. In [[Multiplayer]] you just set this to how many players the level has minus one as you cannot omit colours. It is 1 byte long and starts at byte 88.&lt;br /&gt;
&lt;br /&gt;
===Byte 89===&lt;br /&gt;
&lt;br /&gt;
01 - Blue&lt;br /&gt;
02 - Blue &amp;amp; Red&lt;br /&gt;
03 - Blue, Red &amp;amp; Yellow&lt;br /&gt;
04 - Blue, Red, Yellow &amp;amp; Green&lt;br /&gt;
&lt;br /&gt;
==AI Scripts==&lt;br /&gt;
&lt;br /&gt;
AI Scripts are 3 bytes long and starts at byte 89. Each byte is for each colour (Red, Yellow, Green). You must type the script number in hex for it to link to that script. (Cpscr010.dat = 010 = 0A)&lt;br /&gt;
&lt;br /&gt;
==Allies==&lt;br /&gt;
&lt;br /&gt;
Allies are kept in 4 bytes staring at byte 92.&lt;br /&gt;
&lt;br /&gt;
Blue = 01&lt;br /&gt;
Red = 02&lt;br /&gt;
Yellow = 04&lt;br /&gt;
Green = 08&lt;br /&gt;
&lt;br /&gt;
An ally equals the two colours together. To make yellow and blue allies you would add Blue(01) and Yellow(04) together which makes 05. Then put 05 for yellow and blue (05 02 05 08).&lt;br /&gt;
&lt;br /&gt;
==Level Name==&lt;br /&gt;
&lt;br /&gt;
The level name starts at offset 55 (37 in hex) and is 32 bytes (8 bit signed-characters) long.&lt;br /&gt;
&lt;br /&gt;
==Markers==&lt;br /&gt;
&lt;br /&gt;
Markers are the 256*2 offsets, starting at offset 100 (in decimal).&lt;br /&gt;
Offset 100 being the x coordinate of marker 0, and Offset 101 being the y coordinate of marker 0.&lt;br /&gt;
&lt;br /&gt;
This goes in a pattern until all 256 (0 to 255) markers are used up.&lt;/div&gt;</summary>
		<author><name>Dezsike</name></author>
	</entry>
	<entry>
		<id>https://wiki.popre.net/index.php?title=Links&amp;diff=4019</id>
		<title>Links</title>
		<link rel="alternate" type="text/html" href="https://wiki.popre.net/index.php?title=Links&amp;diff=4019"/>
		<updated>2008-02-07T15:30:32Z</updated>

		<summary type="html">&lt;p&gt;Dezsike: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Populous Related Websites==&lt;br /&gt;
*[http://www.thedakinihut.com/ The Dakini Hut]&lt;br /&gt;
*[http://popland.strategyplanet.gamespy.com/ Populous Land]&lt;br /&gt;
*[http://www.wildman-productions.com Wildman Productions]&lt;br /&gt;
*[http://www.mm.wildman-productions.com Populous Resurrection]&lt;br /&gt;
*[http://wildman.no-ip.org Wildman Productions site mirror]&lt;br /&gt;
*[http://www.popre.net Populous Reincarnated]&lt;br /&gt;
*[http://www.populous-online.johnnet.co.uk Populous Online]&lt;br /&gt;
*[http://www.populousrevolution.strategyplanet.gamespy.com/downloads/index.html Populous Downloads]&lt;br /&gt;
*[http://www.tedtycoon.co.uk/populous/ Ted&#039;s Populous Site]&lt;br /&gt;
*[http://www.populousrevolution.strategyplanet.gamespy.com/index.html Populous Revolution]&lt;br /&gt;
*[http://popvault.strategyplanet.gamespy.com/ The Populous Vault]&lt;br /&gt;
*[http://web.onetel.net.uk/~lapinskas/index.htm CD Player&#039;s Site]&lt;br /&gt;
*[http://umluk.com/tsh/index.html The Shamans Home]&lt;br /&gt;
*[http://dmkp.wildman-productions.org/?page=populous Sharp Gaming - Populous Stuff]&lt;br /&gt;
*[http://www.freewebs.com/populous3/downloads.html God&#039;s of Destruction Downloads Website]&lt;br /&gt;
&lt;br /&gt;
==Populous Related Forums==&lt;br /&gt;
*[http://popland.freepowerboards.com Populous Land Forums]&lt;br /&gt;
*[http://www.popre.net/forum/ Populous Reincarnated Forums]&lt;br /&gt;
*[http://popvault.strategyplanet.gamespy.com/forums/ Populous Vault Forums]&lt;br /&gt;
*[http://www.chaoticgaming.net Chaotic Gaming]&lt;br /&gt;
*[http://mm.wildman-productions.com/forums/ Wildman Productions Matchmaker Forum]&lt;br /&gt;
*[http://dmkp.wildman-productions.org/forum/ Sharp Gaming Forum]&lt;br /&gt;
&lt;br /&gt;
==Populous Clans==&lt;br /&gt;
&lt;br /&gt;
*[http://www.thedarkmasters.com The Dark Masters]&lt;br /&gt;
*[http://www.clanasgard.co.uk Åsgard]&lt;br /&gt;
*[http://poplulousland.net.tc/clan Chumara Firewarriors]&lt;/div&gt;</summary>
		<author><name>Dezsike</name></author>
	</entry>
</feed>