Difference between revisions of "EditingWesnoth"

From The Battle for Wesnoth Wiki
m (How to get there)
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{EditingWesnoth/Translations}}
+
{{Translations}}
 
<!-- single enters on this page are intentional -->
 
<!-- single enters on this page are intentional -->
  
Line 25: Line 25:
 
==== Windows====
 
==== Windows====
  
* <b>On 32-bit computers:</b> X:\Program Files\Battle for Wesnoth <version>\data
+
* <b>On 32-bit computers:</b> C:\Program Files\Battle for Wesnoth <version>\data
* <b>On 64-bit computers:</b> X:\Program Files (x86)\Battle for Wesnoth <version>\data
+
* <b>On 64-bit computers:</b> C:\Program Files (x86)\Battle for Wesnoth <version>\data
  
<b>Note:</b> X refers to the drive Windows is installed on, usually C. The path may be different if you originally chose to install the game in a different location. In such case, look for the data folder in the folder where you installed the game. If you don't remember where you installed the game, right click on the game's shortcut, open properties, and click on the <b>"Find target"</b> button.
+
<b>Note:</b> C refers to the partition or drive where Windows is installed. If your copy of Windows is not on C, or Wesnoth is installed in a different location, the path may not match those given above. If you don't remember where you installed the game, right click on the game's shortcut, open Properties, and click on the <b>"Find target"</b> button.
  
 
====Mac OS X ====
 
====Mac OS X ====
Line 39: Line 39:
 
* <b>Debian/Ubuntu packages, or emerge (Gentoo)</b>: /usr/share/games/wesnoth
 
* <b>Debian/Ubuntu packages, or emerge (Gentoo)</b>: /usr/share/games/wesnoth
 
* <b>Red Hat Linux-based distributions in general (openSUSE, Fedora):</b> /usr/share/wesnoth
 
* <b>Red Hat Linux-based distributions in general (openSUSE, Fedora):</b> /usr/share/wesnoth
 +
* <b>Arch Linux:</b> /usr/share/wesnoth
 
* <b>Mandriva:</b> /usr/share/games/wesnoth
 
* <b>Mandriva:</b> /usr/share/games/wesnoth
 
* <b>Slackware Linux:</b> /usr/local/share/wesnoth
 
* <b>Slackware Linux:</b> /usr/local/share/wesnoth
Line 56: Line 57:
 
The game looks at the following paths for the respective content:
 
The game looks at the following paths for the respective content:
  
* <i>userdata</i>/data/add-ons - add-ons you have installed via the built-in add-on manager or are designing yourself
+
* <b><i>userdata</i>/data/add-ons</b> - add-ons you have installed via the built-in add-on manager or are designing yourself
* <i>userdata</i>/editor/maps - multiplayer standalone maps (map data only)
+
* <b><i>userdata</i>/editor</b> - scenario and map files created via the in-game editor
* <i>userdata</i>/saves - the directory containing all your savegame files
+
* <b><i>userdata</i>/saves</b> - the directory containing all your savegame files
* <i>userdata</i>/cache - the auto-generated game cache files
+
* <b><i>userdata</i>/cache</b> - the auto-generated game cache files
* <i>userdata</i>/preferences - plaintext file containing all your saved user preferences
+
* <b><i>userdata</i>/preferences</b> - plaintext file containing all your saved user preferences
  
 
''Note: This may not be totally accurate for all systems, for my Linux system the preferences file is stored in ~/.config/wesnoth''
 
''Note: This may not be totally accurate for all systems, for my Linux system the preferences file is stored in ~/.config/wesnoth''
Line 71: Line 72:
  
 
* <b>Windows 2000/XP:</b> My Documents\My Games\Wesnoth<version>
 
* <b>Windows 2000/XP:</b> My Documents\My Games\Wesnoth<version>
* <b>Windows Vista/7/8:</b> Documents\My Games\Wesnoth<version>
+
* <b>Windows Vista/7/8/10:</b> Documents\My Games\Wesnoth<version>
  
<b>Note:</b> The above only applies if you did not select "Store userdata in the install location" when installing the game. If you did, keep in mind that on Windows Vista, 7, or 8, writes to the userdata directory in the install location may be silently redirected to the "Virtual Store", typically <code>C:\Users\yourname>\AppData\Local\VirtualStore\Program Files\Battle for Wesnoth <version></code>. Virtual Store is hidden by default; it can be accessed by by typing <i>"shell:local appdata"</i> in Explorer's address bar.
+
<b>Note:</b> The above only applies if you did not select "Store userdata in the install location" when installing the game. If you did, keep in mind that on Windows Vista and later writes to the userdata directory in the install location may be silently redirected to the "Virtual Store", typically <code>C:\Users\yourname>\AppData\Local\VirtualStore\Program Files\Battle for Wesnoth <version></code>. Virtual Store is hidden by default; it can be accessed by by typing <i>"shell:local appdata"</i> in Explorer's address bar.
  
 
==== Mac OS X ====
 
==== Mac OS X ====
Line 79: Line 80:
 
* ~/Library/Application Support/Wesnoth_<version>
 
* ~/Library/Application Support/Wesnoth_<version>
  
<b>Note:</b> As of OS X 10.7, the Library folder is hidden by default. Press "alt" and use "Go" to access it.
+
<b>Note:</b> As of OS X 10.7, the Library folder is hidden by default. You can press the Option key and choose Go to access it, or choose Go > Go to Folder… and type in the path there.
  
 
==== Linux ====
 
==== Linux ====

Revision as of 03:43, 12 August 2017


In order to create custom content for Wesnoth, you need to know where the game's resources are and where to put your own. This page will explain how to find both the data (core game resources) and userdata (custom content) directories, as well as an explanation as to working with each one.

wesnoth-1.11.7-1-175.jpg

Game paths

The simplest way to find your game and userdata directories is to go to Preferences → General → Paths (shown on the right). From here you can copy respective the paths to your clipboard or open them in your platform's file manager. If you want more detailed explanations on the specific locations for your specific system, you can read the How to get there sections below.

The game data directory

Wherever you installed the game, you will find these folders, among others: data, music, sounds, images. The rest are unimportant unless you're a developer looking to tweak stuff about the game itself. Besides data, they contain resources used by the game, not by campaigns.

Inside the data folder you will find , among others, these folders: campaigns, multiplayer, core. These contain the mainline campaigns, the multiplayer maps and scenarios, and all the resources used in add-ons. You may examine the contents of the former for reference on how the campaigns and maps included in mainline are coded. In core, you will find another set of music, sounds, images directories. Look in here to find resources for creating your UMC content.

NOTE: These folders are NOT the place to put your own resources when creating an add-on. You should keep them in your add-on's folder the userdata directory, as detailed below.

In this wiki, the terms "game data", wesnoth/data, or ./data refer to the wesnoth/data directory. The terms "core folder" or core refer to the wesnoth/data/core directory.

How to get there

Windows

  • On 32-bit computers: C:\Program Files\Battle for Wesnoth <version>\data
  • On 64-bit computers: C:\Program Files (x86)\Battle for Wesnoth <version>\data

Note: C refers to the partition or drive where Windows is installed. If your copy of Windows is not on C, or Wesnoth is installed in a different location, the path may not match those given above. If you don't remember where you installed the game, right click on the game's shortcut, open Properties, and click on the "Find target" button.

Mac OS X

  • Control+click on the application icon. Select "Show Package Contents", then navigate to "Contents""Resources".

Linux

  • Custom builds: /usr/local/share/wesnoth
  • Debian/Ubuntu packages, or emerge (Gentoo): /usr/share/games/wesnoth
  • Red Hat Linux-based distributions in general (openSUSE, Fedora): /usr/share/wesnoth
  • Arch Linux: /usr/share/wesnoth
  • Mandriva: /usr/share/games/wesnoth
  • Slackware Linux: /usr/local/share/wesnoth

In a terminal, the command wesnoth --path shows the game data directory.

BSD

  • OpenBSD package: /usr/local/share/wesnoth

The command wesnoth --path also works.

The user data directory

The user data directory in particular is the most important to a content creator. Inside are your preferences file, custom maps, saved games, the WML cache and data files corresponding to user-created content. In this wiki, "user data" and userdata/ refer to this directory.

The game looks at the following paths for the respective content:

  • userdata/data/add-ons - add-ons you have installed via the built-in add-on manager or are designing yourself
  • userdata/editor - scenario and map files created via the in-game editor
  • userdata/saves - the directory containing all your savegame files
  • userdata/cache - the auto-generated game cache files
  • userdata/preferences - plaintext file containing all your saved user preferences

Note: This may not be totally accurate for all systems, for my Linux system the preferences file is stored in ~/.config/wesnoth

The add-ons directory is particularly useful. In order to work with custom scenarios or campaigns, you will need to have your own add-on set up here. Instructions on how to do so can be found in AddonStructure. Several pages on this wiki will assume you have done so and refer to relative paths in such.

How to get there

Windows

  • Windows 2000/XP: My Documents\My Games\Wesnoth<version>
  • Windows Vista/7/8/10: Documents\My Games\Wesnoth<version>

Note: The above only applies if you did not select "Store userdata in the install location" when installing the game. If you did, keep in mind that on Windows Vista and later writes to the userdata directory in the install location may be silently redirected to the "Virtual Store", typically C:\Users\yourname>\AppData\Local\VirtualStore\Program Files\Battle for Wesnoth <version>. Virtual Store is hidden by default; it can be accessed by by typing "shell:local appdata" in Explorer's address bar.

Mac OS X

  • ~/Library/Application Support/Wesnoth_<version>

Note: As of OS X 10.7, the Library folder is hidden by default. You can press the Option key and choose Go to access it, or choose Go > Go to Folder… and type in the path there.

Linux

  • ~/.local/share/wesnoth/<version>

In a terminal, the command wesnoth --config-path shows the user data directory.

BSD

  • Same place as Linux.

See Also