WML for Beginners (Updated)

From The Battle for Wesnoth Wiki
Revision as of 15:10, 17 June 2020 by Volatus (talk | contribs) (The Tutorial's Pages: - Part 1 Link Correction)

Welcome to the WML tutorial for Beginners! This is an update on the old WML for Complete Beginners tutorial, which contains deprecated elements usage and unoptimized/unwritten parts. Having read the older version of the WML tutorial is not a requirement for reading and understanding this one, however.

Still, this tutorial series assumes you have done the reading of the following pages:

  • EditingWesnoth - explains the game data and user data directories' functionality within Wesnoth.
  • AddonStructure - explains an addon's basic folder structure while giving a hint about _main.cfg (which will be discussed within this tutorial series with more detail).

The Tutorial's Pages