Freeciv
(Adding categories)
No edit summary
 
Line 1: Line 1:
To update a tileset from 2.2 to 2.3 you must add some new graphics and change the format of a few tags.
+
To update a tileset from 2.2 to 2.3 you must add some new graphics and update the file format strings.
   
 
==The ''.tilespec'' file==
 
==The ''.tilespec'' file==
   
* Set tilespec format to <strike><tt>options = "+tilespec4+2007.Oct.26"</tt></strike>
+
* Set tilespec format to <tt>options = "+Freeciv-2.3-tilespec"</tt>.
   
 
* If you want to use the larger building and wonder sprites formerly in the Amplio tileset, include the following files from misc/ :
 
* If you want to use the larger building and wonder sprites formerly in the Amplio tileset, include the following files from misc/ :
 
**buildings-large.spec
 
**buildings-large.spec
 
**wonders-large.spec
 
**wonders-large.spec
  +
  +
* If you want to use the new larger flagset (twice the size) include the following files from misc/ :
  +
**flags-large.spec
  +
**shields-large.spec
  +
  +
==The ''.spec'' files==
  +
  +
* Set spec format to <tt>options = "+Freeciv-2.3-spec"</tt>.
   
 
==Various tiles==
 
==Various tiles==
Line 15: Line 23:
   
 
==New files in misc/==
 
==New files in misc/==
* Larger building and wonder sprites sprites (see buildings/ and wonders/).
+
* Larger building and wonder icon spec files (sprites are included from buildings/ and wonders/).
  +
* Larger flags and shields spec files (sprites are included from flags/).
 
[[Category:Editing tilesets]]
 
[[Category:Editing tilesets]]

Latest revision as of 23:41, 16 November 2010

To update a tileset from 2.2 to 2.3 you must add some new graphics and update the file format strings.

The .tilespec file[]

  • Set tilespec format to options = "+Freeciv-2.3-tilespec".
  • If you want to use the larger building and wonder sprites formerly in the Amplio tileset, include the following files from misc/ :
    • buildings-large.spec
    • wonders-large.spec
  • If you want to use the new larger flagset (twice the size) include the following files from misc/ :
    • flags-large.spec
    • shields-large.spec

The .spec files[]

  • Set spec format to options = "+Freeciv-2.3-spec".

Various tiles[]

  • Add sprites for city sizes >99.
    • Minimum requirement is the second zero in '100': city.size_00.
    • Recommended is also city.size_100 through city.size_900.

New files in misc/[]

  • Larger building and wonder icon spec files (sprites are included from buildings/ and wonders/).
  • Larger flags and shields spec files (sprites are included from flags/).