User Tools

Site Tools


designer_tutorials:xml:xml

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
designer_tutorials:xml:xml [2018/05/15 15:10]
Kjeld formatting changes
designer_tutorials:xml:xml [2018/05/15 16:41]
Kjeld
Line 3: Line 3:
 The designer allows you to download and upload XML versions of your boards. This feature can be very helpful when designing boards with complex game mechanics that require hundreds (or thousands) of continents, borders, or border modifiers, as you can use scripts to automate much of the process. The designer allows you to download and upload XML versions of your boards. This feature can be very helpful when designing boards with complex game mechanics that require hundreds (or thousands) of continents, borders, or border modifiers, as you can use scripts to automate much of the process.
  
-Even if you are not automating via script, it can still be quicker to make edits directly in an XML than in the board designer. An example is if you decide that you want to adjust all your continent bonuses by +1 -- if you just have a a few dozen continents, you can make this change far more quickly by manually editing the XML file than you can in the designer.+Even if you are not automating via script, it can still be quicker to make edits directly in an XML (using a text editor) rather than in the board designer (using the GUI)To give an example, it is far quicker to adjust all your continent bonuses by +1 in the XML.
  
-==== What is an XML file and how to view XML ====+==== What is an XML file====
  
-You can look it up XML on Wikipedia, but the [[https://en.wikipedia.org/wiki/XML|entry]] is not necessarily that helpful, apart from the section on Key Terminology. Basically, an XML file is a textual representation of all the board mechanics that you add and edit through the graphical user interface on the board designer. In other words, the XML represents what's going on in the background as you create and modify your board design in the designer. The only things the XML doesn't capture are the image files: board, fill, and fog images.+You can look up XML on Wikipedia, but the [[https://en.wikipedia.org/wiki/XML|entry]] is not necessarily that helpful, apart from the section on Key Terminology. For our purposes as WarGear board designers, an XML file is a textual representation of all the board mechanics that you add and edit through the graphical user interface on the board designer. In other words, the XML represents what's going on in the background as you create and modify your board design in the designer. The only things the XML doesn't capture are the image files: board, fill, and fog images.
  
-For WarGear purposes, what you most need to know is how territories, continents, and borders are represented in XML format. The easiest way to do this is to export the XML file for an existing boardand simply browse through it. Most browsers will display an XML file, but to edit an XML you will generally want to use a specialized application.+What you most need to know is how territories, continents, and borders are represented in XML format. The easiest way to do this is to export the XML file for an existing board and simply browse through it.
  
-One good free option is [[https://notepad-plus-plus.org/|Notepad++]]. It is recommended that you also install the [[https://sourceforge.net/projects/npp-plugins/files/XML%20Tools/|XML Tools]] plugin, which gives you access to some helpful bells and whistles such as Pretty print (XML only - with line breaks). WarGear exports the XML files in a difficult-to-read format, and using the pretty print tool will quickly separate the code associated with each individual territory, continent, and border into separate lines.+==== How to view and edit an XML file ==== 
 + 
 +Most browsers will display an XML file, but to edit an XML you will generally want to use a specialized application. One good free option is [[https://notepad-plus-plus.org/|Notepad++]]. 
 + 
 +It is recommended that you also install the [[https://sourceforge.net/projects/npp-plugins/files/XML%20Tools/|XML Tools]] plugin, which gives you access to some helpful bells and whistles such as Pretty print (XML only - with line breaks). WarGear exports the XML files in a difficult-to-read format, and using the pretty print tool will quickly separate the code associated with each individual territory, continent, and border into separate lines.
  
 ==== Territories, Continents, and Borders in XML Format ==== ==== Territories, Continents, and Borders in XML Format ====
designer_tutorials/xml/xml.txt · Last modified: 2018/05/16 09:44 by Kjeld