Difference between revisions of "Create"

From The Battle for Wesnoth Wiki
(What can I create?)
 
(198 intermediate revisions by 78 users not shown)
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.
+
{{Translations}}
 +
<div class="tright"> __TOC__ </div>
  
== What can I create? ==
+
Interested in creating your content? One of Wesnoth's best features is its extensibility. Players can create new maps, units, races, scenarios, art, music, and even entire campaigns!
* [[BuildingMaps|Maps]]
+
 
* [[BuildingScenarios|Scenarios]] - discussion of what goes into a scenario file
+
Access to the "guts" of the game is both simple and difficult; if you have a UTF-8 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.
* [[BuildingCampaigns|Campaigns]] - how to put it all together into a campaign
+
 
* [[BuildingMultiplayer|Multiplayer Maps and Scenarios]] - a specialized look at maps and scenarios
+
Remember you can always ask for assistance and collaborate with fellow content creators on the Wesnoth forums.
* [[BuildingUnits|Units]]
+
* [[BuildingFactions|Multiplayer factions and eras]]
+
== Read this first! ==
* [[Create Art and Music|Art and Music]]
+
 
* [[Distributing content]] - all about the campaign server
+
Before you modify or create anything, it is important to understand how the game stores and organizes its data. These articles will explain the game's directory structure and introduce the ''userdata'' directory.
 +
* [[EditingWesnoth]]
 +
* [[AddonStructure]]
 +
 
 +
== What can I create, and how? ==
 +
[[File:Wesnoth-1.5.10-editor.png|thumb|Easy to use map editor]]
 +
 
 +
* [[WML for Complete Beginners|WML Tutorial]] - Introduction to WML ''(In Progress)''
 +
* [[BuildingMaps|Maps]] - the battlefields the game is played on
 +
* [[BuildingScenarios|Scenarios]] - making things happen on a map, making it playable
 +
* [[BuildingCampaigns|Campaigns]] - putting it all together into a campaign
 +
* [[MultiplayerContent|Multiplayer Scenarios and Campaigns]] - making your content accessible in multiplayer
 +
* [[BuildingUnits|Custom Units]]
 +
* [[Distributing content]] - all about the add-on server
 +
* [[Create Art|Art]] - complete with '''tutorials!'''
 +
* [[Create Music|Music]]
 +
* [[Create Writing|Writing]]
 +
* [[Wesnoth AI|Artificial Intelligence]] - how to create and modify AI behavior
 +
* [[WesnothTranslations|Translations]] - work on translating Wesnoth
 +
* [[Authoring tools]] - tools for helping you write campaign WML
 +
* [[Maintenance tools]] - tools for helping you sanity-check and maintain campaigns
  
 
== What have others done? ==
 
== What have others done? ==
Quick descriptions of the campaigns and scenarios that have been published on the campaign server.
+
 
* [[UserScenarios|User contributed campaigns]]
+
<div class="thumb tright"><div>
This there are a multitude multiplayer maps and discussion of the campaigns on the [http://www.wesnoth.org/forum Wesnoth forum]
+
[https://www.wesnoth.org/wiki-images/umc-example-1.12.jpg https://www.wesnoth.org/wiki-images/umc-example-1.12-175.jpg]
* [http://www.wesnoth.org/forum/viewforum.php?f=15 Multiplayer development forum]
+
<div class="thumbcaption"><i>After the Storm</i>, a UMC campaign</div></div>
* [http://www.wesnoth.org/forum/viewforum.php?f=8 Scenario and campaign development forum]
+
</div>
 +
There is a multitude of multiplayer factions and eras, multiplayer maps and discussion of campaigns on the [https://forums.wesnoth.org/ Wesnoth forums]
 +
* [https://forums.wesnoth.org/viewforum.php?f=8 Scenario and Campaign Development forum]
 +
* [https://forums.wesnoth.org/viewforum.php?f=15 Multiplayer Development forum]
 +
* [https://forums.wesnoth.org/viewforum.php?f=19 Faction and Era Development forum]
 +
* [[Guide_to_UMC_Content|Guide to UMC Content]]
 +
* [[Player_UMC_Reviews|Player UMC Reviews]]
 +
 
 +
If you want to be creative without having to invent an entire new campaign, we have some hidden treasures:
 +
* A forum thread on [https://forums.wesnoth.org/viewtopic.php?t=17171 abandoned campaigns]
 +
* A [https://docs.google.com/spreadsheets/d/1C3RJNgIfYY6H6wU73drO8qSByelZNBXra-pvwNEu8RQ/edit?usp=drive_web&ouid=109233572392013695552 google sheet document]
 +
* A dedicated [https://wiki.wesnoth.org/Abandoned wiki-page]. 
 +
You should be able to pick one of these up and complete it with much less effort than doing an all-new one.
  
 
== The world of Wesnoth ==
 
== 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.
+
 
* [[WesnothHistory|The history of Wesnoth]]
+
<div class="thumb tright"><div>
* [[WesnothGeography|The geography of Wesnoth]]
+
[https://www.wesnoth.org/wiki-images/wesnoth-map-1.12.jpg https://www.wesnoth.org/wiki-images/wesnoth-map-1.12-175.jpg]
* [[RaceDescriptions|The races of creatures in Wesnoth]]
+
<div class="thumbcaption">The Great Continent</div></div>
* [[WesnothPoetry|Wesnothian poetry]]
+
</div>
 +
Not all campaigns 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.
 +
* [[Timeline of Wesnoth|The timeline of Wesnoth]]
 +
* [[Geography of Wesnoth|The geography of Wesnoth]]
 +
* [[Races|The races of creatures in Wesnoth]]
 +
* [[Poetry of Wesnoth|Wesnothian poetry]]
  
 
== Miscellaneous ==
 
== Miscellaneous ==
 +
 
* [[ReferenceWML|WML Reference]] - a quicklink
 
* [[ReferenceWML|WML Reference]] - a quicklink
* [[FAQ#Scenario_and_Campaigns|FAQ]] - if you have a question, post it
+
* [[FAQ]] - if you have a question, post it
* Campaign server web access
+
* [https://addons.wesnoth.org Add-on server web interface] - An alternate way to download user made content
  
== See Also ==
+
[[Category:Create|*]]
[http://www.wesnoth.org/new-home.html Home]
 

Latest revision as of 00:47, 7 January 2022

Interested in creating your content? 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 a UTF-8 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.

Remember you can always ask for assistance and collaborate with fellow content creators on the Wesnoth forums.

Read this first!

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

What can I create, and how?

Easy to use map editor

What have others done?

umc-example-1.12-175.jpg

After the Storm, a UMC campaign

There is a multitude of multiplayer factions and eras, multiplayer maps and discussion of campaigns on the Wesnoth forums

If you want to be creative without having to invent an entire new campaign, we have some hidden treasures:

You should be able to pick one of these up and complete it with much less effort than doing an all-new one.

The world of Wesnoth

wesnoth-map-1.12-175.jpg

The Great Continent

Not all campaigns 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

This page was last edited on 7 January 2022, at 00:47.