Quick guide about forts
authoralmikes@aol.com
Thu, 04 Dec 2014 00:30:39 +0000
changeset 441 ad93dd01d0bc
parent 440 abbfbc0f7462
child 442 594f4950203b
Quick guide about forts
Forts.wiki
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Forts.wiki	Thu Dec 04 00:30:39 2014 +0000
@@ -0,0 +1,31 @@
+#summary Quick explanation of forts and how to create them
+
+= Forts =
+== Explanation of forts ==
+Forts are a piece of landscape used in fort mode. Two such forts are placed on the landscape in fort mode, usually close together to hit other hedgehogs from one fort to another, but far enough so that hedgehog can’t reach the other fort by jumping or walking. Prior to the game, each team has its own fort assigned to it in the team editor.
+
+== Creating a fort ==
+Creating a fort is a relatively simple task.
+
+To create a fort, you have to create two graphics in PNG format, for the fort on the left side and for the fort on the right side. Normally these images are just mirrored, but you may want to apply some graphical tweaks for written text or shadows.
+
+All transparent pixels are open air and all opaque pixels are part of the fort.
+
+Both images have to be at a size of exactly 1024×1024 pixels.
+
+The file names of the image files have to follow this name scheme:
+{{{
+fortnameL.png
+}}}
+for the left fort and
+{{{
+fortnameR.png
+}}}
+for the right fort. “fortname” will be the name how the fort will appear in Hedgewars, replace it with the name you want.
+
+Please try to only use alphanumeric characters and the underscore when choosing a name.
+
+When you are finished, save the files in `Data/Forts` of your Hedgewars data directory.
+
+== See also ==
+ * [Maps]
\ No newline at end of file