freeciv-ruleup enhancements
4 in game.ruleset, add the ui names (e.g. ui_name_attack = _("%sAttack%s")) for the action enablers.
Reply To ddeanbrown
Note - there is no Component called Ruleup, so I chose Rulesets.
Ruleup goes with Ruiledit (it's practically all the ruledit ruleset loading and saving code without the gui)
As for the suggestions ... I don't really see ruleup to extend to handle tilesets. That would require a completely new utility.
1 terrain.ruleset, the graphic tag for ruins got changed from base.ruins to extra.ruins in the standard tilespec fiies like amplio2.tilespec, so line in terrain.ruleset should be changed to match
graphic="extra.ruins"
2 would like ruleup to also handle any .spec files - update the options line
options = "+Freeciv-3.0-spec"
3 would like ruleup to also handle {rulesetname}.tilespec file if there is one:
- update the options line and version line
- add required new entries:
select_offset_x = 0
select_offset_y = 0
city_size_offset_x = 0
city_size_offset_y = 0
Note - there is no Component called Ruleup, so I chose Rulesets.