Scripts to build Armored Era for Wesnoth
- Wesnoth installation
ruby,rake,bundler
bundle install- Modify
Makefilevariables to match your paths. - Modify
unit_list. It should contain all names of original units you want to have in your era. make fetchto fetch units from the game.- If needed
make createemptyto create modifications list templates. - Modify units modificatons lists under the
modifydirectory. There isGENERIC.cfgspecial list which will be applied to all units. make erato copy units to your era.make installto install your era to wesnoth data directory.