Difference between revisions of "Create"

From The Battle for Wesnoth Wiki
m (automated change of forum links)
m (Reverted edit of GrabberBot, changed back to last version by Jorda)
Line 1: Line 1:
Interested in creating your own scenarios and campaigns?  One of Wesnoth's best features is its extensibility.  Players can create new maps, units, races, scenarios, art, music, and even entire campaigns.  Access to the "guts" of the game is both simple and difficult; if you have an ASCII text editor you have everything you need to build your own world.  However, learning the Wesnoth Markup Language (WML) takes some effort.  This section will guide you through the process of creating and distributing your own content.
+
Interested in creating your own scenarios and campaigns?  One of Wesnoth's best features is its extensibility.  Players can create new maps, units, races, scenarios, art, music, and even entire campaigns.  Access to the "guts" of the game is both simple and difficult; if you have an ASCII text editor you have everything you need to build your own world.  However, learning the Wesnoth Markup Language (WML) takes some effort.  This section will guide you through the process of creating and distributing your own content.
  
 
It should also be noted that '''we need a lot of help creating artwork for the core of the game.'''  The current projects we are working on are [http://www.wesnoth.org/forum/viewtopic.php?t=9162 listed here].  We'll happily help you out, if you take a swing at them.
 
It should also be noted that '''we need a lot of help creating artwork for the core of the game.'''  The current projects we are working on are [http://www.wesnoth.org/forum/viewtopic.php?t=9162 listed here].  We'll happily help you out, if you take a swing at them.
Line 9: Line 9:
 
== What can I create, and how? ==
 
== What can I create, and how? ==
  
<div class="thumb tright"><div>
+
<div class="thumb tright"><div>
 
[http://www.wesnoth.org/images/sshots/wesnoth_editor-1.jpg http://www.wesnoth.org/images/sshots/wesnoth_editor-1-175.jpg]
 
[http://www.wesnoth.org/images/sshots/wesnoth_editor-1.jpg http://www.wesnoth.org/images/sshots/wesnoth_editor-1-175.jpg]
&lt;div class=&quot;thumbcaption&quot;&gt;Battle for Wesnoth Map editor&lt;/div&gt;&lt;/div&gt;
+
<div class="thumbcaption">Battle for Wesnoth Map editor</div></div>
&lt;/div&gt;
+
</div>
  
 
* [[BuildingMaps|Maps]] - the layout of terrain tiles
 
* [[BuildingMaps|Maps]] - the layout of terrain tiles

Revision as of 16:56, 21 January 2006

Interested in creating your own scenarios and campaigns? One of Wesnoth's best features is its extensibility. Players can create new maps, units, races, scenarios, art, music, and even entire campaigns. Access to the "guts" of the game is both simple and difficult; if you have an ASCII text editor you have everything you need to build your own world. However, learning the Wesnoth Markup Language (WML) takes some effort. This section will guide you through the process of creating and distributing your own content.

It should also be noted that we need a lot of help creating artwork for the core of the game. The current projects we are working on are listed here. We'll happily help you out, if you take a swing at them.

Read this first!

Before you modify or add anything, it is important to understand how the game stores and organizes its data. This article will explain the game's directory structure and introduce the userdata directory.

What can I create, and how?

wesnoth_editor-1-175.jpg

Battle for Wesnoth Map editor

What have others done?

Quick descriptions of the campaigns and scenarios that have been published on the campaign server.

This there are a multitude multiplayer maps and discussion of the campaigns on the Wesnoth forum

The world of Wesnoth

Many campaigns do not take place in Wesnoth, but many do. There is definitely a certain flavor to campaigns that are intended to take place somewhere in the world of Wesnoth. Stake out a time period or a map locale and tell a story.

Miscellaneous

Template:Home