Difference between revisions of "BuildingUnits"
From The Battle for Wesnoth Wiki
(placeholder) |
(more prelim) |
||
Line 1: | Line 1: | ||
+ | Making new units is fairly easy. This page will walk you through the creation of a new unit and discuss how you can use it in-game. You should already understand where the game stores its data files and have a text editor handy. You will need to become familiar with [[UnitWML|WML]] in order to make a new unit. | ||
+ | |||
== See Also == | == See Also == | ||
* [[Create]] | * [[Create]] | ||
* [[UnitWML]] | * [[UnitWML]] |
Revision as of 17:04, 15 September 2005
Making new units is fairly easy. This page will walk you through the creation of a new unit and discuss how you can use it in-game. You should already understand where the game stores its data files and have a text editor handy. You will need to become familiar with WML in order to make a new unit.