Difference between revisions of "WML for Beginners (Updated)"

From The Battle for Wesnoth Wiki
m (The Tutorial's Pages: - Added Part 1 Mention)
m (The Tutorial's Pages: - Part 1 Link Correction)
Line 6: Line 6:
  
 
== The Tutorial's Pages ==
 
== The Tutorial's Pages ==
* [[WML_for_Beginners_(Updated) | WML for Beginners (Updated): Part 1]]
+
* [[WML_for_Beginners_(Updated):_Part_1 | WML for Beginners (Updated): Part 1]]

Revision as of 15:10, 17 June 2020

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