Difference between revisions of "BuildingScenarios"

From The Battle for Wesnoth Wiki
(Removed details inappropriate for an introduction. Also removed "This is easy" which makes it harder for some people to ask questions. Scenarios are for multiplayer too.)
m (Index)
Line 8: Line 8:
 
==== Index ====
 
==== Index ====
 
[[BuildingScenarios]]
 
[[BuildingScenarios]]
:* '''[[BuildingScenariosSimple]] - [[BuildingScenariosIntermediate]] - [[BuildingScenariosAdvanced]]'''
+
:* '''[[BuildingScenariosSimple|Simple]] - [[BuildingScenariosIntermediate|Intermediate]] - [[BuildingScenariosAdvanced|Advanced]]'''
:* [[BuildingScenariosSimple - French Version]]
+
:* [[BuildingScenariosSimple - French Version|Simple (French)]]
:* [[BuildingScenariosComments]] - Comments left for advice
+
:* [[BuildingScenariosComments|Advice]] - Comments left for advice
:* [[BuildingScenariosSamples]] - Basic sample code
+
:* [[BuildingScenariosSamples|Sample Code]] - Basic sample code
:* [[BuildingScenariosShroudData]] - A tutorial on shroud_data
+
:* [[BuildingScenariosShroudData|SHROUD_DATA Tutorial]] - A tutorial on shroud_data
:* [[BuildingScenariosBalancing]] - How to balance your scenario
+
:* [[BuildingScenariosBalancing|Balancing]] - How to balance your scenario
:* [[BuildingScenariosFAQ]] - Frequently Asked Questions
+
:* [[BuildingScenariosFAQ|FAQ]] - Frequently Asked Questions
 
</div class="navtemplate">
 
</div class="navtemplate">
  

Revision as of 17:51, 10 May 2011

Wesnoth scenarios are the individual levels within the game. Or they can be advanced multiplayer maps, with extra characters and items and such. Each scenario contains two files. First is the map itself, this is described in BuildingMaps. The second is the config file. This configuration file is used to describe everything about the scenario. Both of the files are ascii and can be edited in any standard text editor (vi, notepad, etc.) If you decide to use a wordprocessor, please make sure you remember to Save As text.

Scenarios are written in the Wesnoth Markup Language.

This document is split into several sections, starting with a basic tutorial and moving into more complex techniques. From the information contained within this document you should have all the knowledge to create Wesnoth scenarios. If you see any mistakes or missing information, please feel free to fix the pages yourself, add a comment to the comment page, or email me jzaun at campus dot hpu dot edu.

Quick Tag Index

ScenarioWML the top level tags [scenario], [multiplayer], [test], and [tutorial]

See Also