diff --git a/binaries/data/config/system.cfg b/binaries/data/config/system.cfg index 116e36b04a..5be0d8d4cc 100755 --- a/binaries/data/config/system.cfg +++ b/binaries/data/config/system.cfg @@ -13,6 +13,13 @@ ; -xres=N set desired screen X resolution to (integer) ; -yres=N set desired screen Y resolution to (integer) ; -conf NAME=VAL set config variable (string) to (string) +; +; Command-line switches override anything in config or profile files. + + +; Profile settings + +; profile = default ; System settings: @@ -92,13 +99,19 @@ hotkey.camera.zoom.in = Plus, Equals, NumPlus ; Zoom camera in. hotkey.camera.zoom.out = Minus, NumMinus ; Zoom camera out. hotkey.camera.zoom.wheel.in = WheelDown ; Zoom camera in (wheel speed). hotkey.camera.zoom.wheel.out = WheelUp ; Zoom camera out (wheel speed). -hotkey.camera.rotate = "Ctrl+MouseMiddle" ; Rotate view by moving mouse. -hotkey.camera.rotate.abouttarget = "MouseLeft+MouseRight" ; Rotate view by moving mouse. +hotkey.camera.rotate = "Ctrl+MouseMiddle" ; Rotate view by moving mouse, maintaining the + ; absolute position of the camera +hotkey.camera.rotate.keyboard = "Shift" ; +hotkey.camera.rotate.abouttarget = "MouseLeft+MouseRight" ; Rotate view by moving mouse, maintaining the + ; world coordinates of the centre of the viewport +hotkey.camera.rotate.abouttarget.keyboard = "Ctrl" ; + hotkey.camera.pan = MouseMiddle, ForwardSlash ; Scroll by moving mouse. -hotkey.camera.pan.left = LeftArrow ; Scroll screen left. -hotkey.camera.pan.right = RightArrow ; Scroll screen right. -hotkey.camera.pan.forward = UpArrow ; Scroll screen up. -hotkey.camera.pan.backward = DownArrow ; Scroll screen down. +hotkey.camera.pan.keyboard = "~Shift+~Ctrl" ; = holding neither Ctrl nor Shift +hotkey.camera.left = LeftArrow ; Scroll or rotate left. +hotkey.camera.right = RightArrow ; Scroll or rotate right. +hotkey.camera.up = UpArrow ; Scroll or rotate up/forwards. +hotkey.camera.down = DownArrow ; Scroll or rotate down/backwards. hotkey.camera.bookmark.0 = F5 ; Saved bookmark 1. hotkey.camera.bookmark.1 = F6 ; Saved bookmark 2. hotkey.camera.bookmark.2 = F7 ; Saved bookmark 3. @@ -149,6 +162,7 @@ hotkey.teamtray.toggle = "Shift+T" ; Toggle Team Tray. hotkey.flipgui.toggle = "Alt+G" ; Toggle GUI to top or bottom of screen. ; (TEMPORARY) hotkey.alwayson.toggle = "Shift+X" ; Toggle always ons (Exit Button, End Game Button). +hotkey.onlinehelp = "F1" ; UNMAPPED KEY/MOUSE REFERENCE: diff --git a/binaries/data/mods/official/entities/gaia/template_gaia.xml b/binaries/data/mods/official/entities/gaia/template_gaia.xml new file mode 100755 index 0000000000..80460f572b --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia.xml @@ -0,0 +1,19 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_fauna.xml b/binaries/data/mods/official/entities/gaia/template_gaia_fauna.xml new file mode 100755 index 0000000000..0abb571265 --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_fauna.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_flora.xml b/binaries/data/mods/official/entities/gaia/template_gaia_flora.xml new file mode 100755 index 0000000000..938e0f6bd5 --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_flora.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_flora_plant.xml b/binaries/data/mods/official/entities/gaia/template_gaia_flora_plant.xml new file mode 100755 index 0000000000..e4de94e5c6 --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_flora_plant.xml @@ -0,0 +1,12 @@ + + + + + + + diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_flora_tree.xml b/binaries/data/mods/official/entities/gaia/template_gaia_flora_tree.xml new file mode 100755 index 0000000000..0351c9aa86 --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_flora_tree.xml @@ -0,0 +1,18 @@ + + + + + + + + diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_flora_tree_pine.xml b/binaries/data/mods/official/entities/gaia/template_gaia_flora_tree_pine.xml new file mode 100755 index 0000000000..9e10ababca --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_flora_tree_pine.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_geo.xml b/binaries/data/mods/official/entities/gaia/template_gaia_geo.xml new file mode 100755 index 0000000000..131cc10cbb --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_geo.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_geo_mineral.xml b/binaries/data/mods/official/entities/gaia/template_gaia_geo_mineral.xml new file mode 100755 index 0000000000..b4a4573fb7 --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_geo_mineral.xml @@ -0,0 +1,12 @@ + + + + + + + diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_geo_rock.xml b/binaries/data/mods/official/entities/gaia/template_gaia_geo_rock.xml new file mode 100755 index 0000000000..0b6385d6e3 --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_geo_rock.xml @@ -0,0 +1,12 @@ + + + + + + + diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_special.xml b/binaries/data/mods/official/entities/gaia/template_gaia_special.xml new file mode 100755 index 0000000000..373d9dae7f --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_special.xml @@ -0,0 +1,13 @@ + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/gaia/template_gaia_special_building.xml b/binaries/data/mods/official/entities/gaia/template_gaia_special_building.xml new file mode 100755 index 0000000000..e6bb2db6ae --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/template_gaia_special_building.xml @@ -0,0 +1,12 @@ + + + + + + + diff --git a/binaries/data/mods/official/entities/gaia/wrld_flora_pine_8.xml b/binaries/data/mods/official/entities/gaia/wrld_flora_pine_8.xml index 159cad0c41..d25eb4377d 100755 --- a/binaries/data/mods/official/entities/gaia/wrld_flora_pine_8.xml +++ b/binaries/data/mods/official/entities/gaia/wrld_flora_pine_8.xml @@ -1,10 +1,10 @@ - + Pine8 diff --git a/binaries/data/mods/official/entities/gaia/wrld_flora_pine_9.xml b/binaries/data/mods/official/entities/gaia/wrld_flora_pine_9.xml index 64cb9ab54f..0fe748e860 100755 --- a/binaries/data/mods/official/entities/gaia/wrld_flora_pine_9.xml +++ b/binaries/data/mods/official/entities/gaia/wrld_flora_pine_9.xml @@ -1,10 +1,10 @@ - + Pine9 diff --git a/binaries/data/mods/official/entities/gaia/wrld_special_st1.xml b/binaries/data/mods/official/entities/gaia/wrld_special_st1.xml new file mode 100755 index 0000000000..c0c9626d6b --- /dev/null +++ b/binaries/data/mods/official/entities/gaia/wrld_special_st1.xml @@ -0,0 +1,11 @@ + + + + + + + Settlement + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/other/template_other.xml b/binaries/data/mods/official/entities/other/template_other.xml new file mode 100755 index 0000000000..bf8ce6d185 --- /dev/null +++ b/binaries/data/mods/official/entities/other/template_other.xml @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/other/template_other_projectile.xml b/binaries/data/mods/official/entities/other/template_other_projectile.xml new file mode 100755 index 0000000000..7b8eb8cc5f --- /dev/null +++ b/binaries/data/mods/official/entities/other/template_other_projectile.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/other/template_other_special.xml b/binaries/data/mods/official/entities/other/template_other_special.xml new file mode 100755 index 0000000000..ae46e0fa7b --- /dev/null +++ b/binaries/data/mods/official/entities/other/template_other_special.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure.xml b/binaries/data/mods/official/entities/structures/template_structure.xml new file mode 100755 index 0000000000..4214f5d0de --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm.xml b/binaries/data/mods/official/entities/structures/template_structure_norm.xml new file mode 100755 index 0000000000..a1dc81e17e --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic.xml new file mode 100755 index 0000000000..072701002c --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_cc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_cc.xml new file mode 100755 index 0000000000..93f7fd776d --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_cc.xml @@ -0,0 +1,22 @@ + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_hc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_hc.xml new file mode 100755 index 0000000000..007b067a9a --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_hc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_ho.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_ho.xml new file mode 100755 index 0000000000..b4454b9d57 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_ho.xml @@ -0,0 +1,22 @@ + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_tf.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_tf.xml new file mode 100755 index 0000000000..7b5f5cc690 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_tf.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wc.xml new file mode 100755 index 0000000000..dc068224f0 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wg.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wg.xml new file mode 100755 index 0000000000..8c50233539 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wg.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wt.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wt.xml new file mode 100755 index 0000000000..ce1709ffb0 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_civic_wt.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_economic.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_economic.xml new file mode 100755 index 0000000000..670584edff --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_economic.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_economic_fc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_economic_fc.xml new file mode 100755 index 0000000000..0d195b5db0 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_economic_fc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_economic_rc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_economic_rc.xml new file mode 100755 index 0000000000..b1ec0efcdc --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_economic_rc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_economic_tc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_economic_tc.xml new file mode 100755 index 0000000000..a985cbfff5 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_economic_tc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_military.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_military.xml new file mode 100755 index 0000000000..481a26d38c --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_military.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_military_ff.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_military_ff.xml new file mode 100755 index 0000000000..fec048eb71 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_military_ff.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_military_mc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_military_mc.xml new file mode 100755 index 0000000000..a8129235ec --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_military_mc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_military_pc.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_military_pc.xml new file mode 100755 index 0000000000..113c217cc4 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_military_pc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_special.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_special.xml new file mode 100755 index 0000000000..481a26d38c --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_special.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_norm_special_sb.xml b/binaries/data/mods/official/entities/structures/template_structure_norm_special_sb.xml new file mode 100755 index 0000000000..52bad4f6fd --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_norm_special_sb.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_resource.xml b/binaries/data/mods/official/entities/structures/template_structure_resource.xml new file mode 100755 index 0000000000..6b375e0652 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_resource.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_resource_economic_fc.xml b/binaries/data/mods/official/entities/structures/template_structure_resource_economic_fc.xml new file mode 100755 index 0000000000..4a1457f2d9 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_resource_economic_fc.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/structures/template_structure_resource_economic_fv.xml b/binaries/data/mods/official/entities/structures/template_structure_resource_economic_fv.xml new file mode 100755 index 0000000000..4cca9a0d57 --- /dev/null +++ b/binaries/data/mods/official/entities/structures/template_structure_resource_economic_fv.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/template_corpse.xml b/binaries/data/mods/official/entities/template_corpse.xml new file mode 100755 index 0000000000..b8588748be --- /dev/null +++ b/binaries/data/mods/official/entities/template_corpse.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/template_entity.xml b/binaries/data/mods/official/entities/template_entity.xml new file mode 100755 index 0000000000..db31ef8b98 --- /dev/null +++ b/binaries/data/mods/official/entities/template_entity.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/combat_dude_carthaginian.xml b/binaries/data/mods/official/entities/units/combat_dude_carthaginian.xml new file mode 100755 index 0000000000..8a4438b80e --- /dev/null +++ b/binaries/data/mods/official/entities/units/combat_dude_carthaginian.xml @@ -0,0 +1,36 @@ + + + + Carthaginian Dude + + + + + + + + + + + diff --git a/binaries/data/mods/official/entities/units/combat_dude_iberian.xml b/binaries/data/mods/official/entities/units/combat_dude_iberian.xml new file mode 100755 index 0000000000..aa80293692 --- /dev/null +++ b/binaries/data/mods/official/entities/units/combat_dude_iberian.xml @@ -0,0 +1,36 @@ + + + + Iberian Dude + + + + + + + + + + + diff --git a/binaries/data/mods/official/entities/units/combat_dude_roman.xml b/binaries/data/mods/official/entities/units/combat_dude_roman.xml new file mode 100755 index 0000000000..80a34defc9 --- /dev/null +++ b/binaries/data/mods/official/entities/units/combat_dude_roman.xml @@ -0,0 +1,36 @@ + + + + Roman Dude + + + + + + + + + + + diff --git a/binaries/data/mods/official/entities/units/template_unit.xml b/binaries/data/mods/official/entities/units/template_unit.xml index bddbef8263..24200d772d 100755 --- a/binaries/data/mods/official/entities/units/template_unit.xml +++ b/binaries/data/mods/official/entities/units/template_unit.xml @@ -1,18 +1,23 @@ - + + - \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry.xml new file mode 100755 index 0000000000..97863e59e2 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry_melee.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry_melee.xml new file mode 100755 index 0000000000..0a70506b66 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry_melee.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry_melee_csp.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry_melee_csp.xml new file mode 100755 index 0000000000..f992de6d82 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry_melee_csp.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry_melee_csw.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry_melee_csw.xml new file mode 100755 index 0000000000..54faca6095 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry_melee_csw.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged.xml new file mode 100755 index 0000000000..3d18aeb7ea --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged_car.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged_car.xml new file mode 100755 index 0000000000..dac72ac106 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged_car.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged_cjv.xml b/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged_cjv.xml new file mode 100755 index 0000000000..de36e1223c --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_cavalry_ranged_cjv.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_hero.xml b/binaries/data/mods/official/entities/units/template_unit_hero.xml new file mode 100755 index 0000000000..34baa39ce7 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_hero.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry.xml b/binaries/data/mods/official/entities/units/template_unit_infantry.xml new file mode 100755 index 0000000000..fc5c524979 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_melee.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_melee.xml new file mode 100755 index 0000000000..e0a61cea6c --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_melee.xml @@ -0,0 +1,29 @@ + + + + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_melee_isp.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_melee_isp.xml new file mode 100755 index 0000000000..1567184c27 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_melee_isp.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_melee_isw.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_melee_isw.xml new file mode 100755 index 0000000000..686528b8fa --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_melee_isw.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_ranged.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged.xml new file mode 100755 index 0000000000..f25c8fd114 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_iar.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_iar.xml new file mode 100755 index 0000000000..a02530bfc2 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_iar.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_ijv.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_ijv.xml new file mode 100755 index 0000000000..e81edbbfbe --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_ijv.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_isl.xml b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_isl.xml new file mode 100755 index 0000000000..5826322d0e --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_infantry_ranged_isl.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical.xml new file mode 100755 index 0000000000..4445b8ebab --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_ship.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship.xml new file mode 100755 index 0000000000..2226625492 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_bir.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_bir.xml new file mode 100755 index 0000000000..3bbb564f37 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_bir.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_mer.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_mer.xml new file mode 100755 index 0000000000..d50ff0f0f0 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_mer.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_qui.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_qui.xml new file mode 100755 index 0000000000..3477127f55 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_qui.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_tri.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_tri.xml new file mode 100755 index 0000000000..2a7f86c004 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_ship_tri.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_siege.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege.xml new file mode 100755 index 0000000000..bdae7c8b37 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege.xml @@ -0,0 +1,13 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_bal.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_bal.xml new file mode 100755 index 0000000000..1d63f7dede --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_bal.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_ong.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_ong.xml new file mode 100755 index 0000000000..857d1c89ae --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_ong.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_ram.xml b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_ram.xml new file mode 100755 index 0000000000..7f23340ab2 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_mechanical_siege_ram.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_superunit.xml b/binaries/data/mods/official/entities/units/template_unit_superunit.xml new file mode 100755 index 0000000000..aeab7871d1 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_superunit.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_superunit_scu.xml b/binaries/data/mods/official/entities/units/template_unit_superunit_scu.xml new file mode 100755 index 0000000000..9b94e28631 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_superunit_scu.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_superunit_siu.xml b/binaries/data/mods/official/entities/units/template_unit_superunit_siu.xml new file mode 100755 index 0000000000..9375d0fca0 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_superunit_siu.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_superunit_ssu.xml b/binaries/data/mods/official/entities/units/template_unit_superunit_ssu.xml new file mode 100755 index 0000000000..160b3e2350 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_superunit_ssu.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_support.xml b/binaries/data/mods/official/entities/units/template_unit_support.xml new file mode 100755 index 0000000000..8d830e2b03 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_support.xml @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_support_fem.xml b/binaries/data/mods/official/entities/units/template_unit_support_fem.xml new file mode 100755 index 0000000000..f753aae25e --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_support_fem.xml @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_support_med.xml b/binaries/data/mods/official/entities/units/template_unit_support_med.xml new file mode 100755 index 0000000000..4b30a00f5d --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_support_med.xml @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/mods/official/entities/units/template_unit_support_trd.xml b/binaries/data/mods/official/entities/units/template_unit_support_trd.xml new file mode 100755 index 0000000000..71ee7e6b97 --- /dev/null +++ b/binaries/data/mods/official/entities/units/template_unit_support_trd.xml @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file diff --git a/binaries/data/profiles/default.cfg b/binaries/data/profiles/default.cfg new file mode 100755 index 0000000000..0cd54b7839 --- /dev/null +++ b/binaries/data/profiles/default.cfg @@ -0,0 +1,3 @@ +; Settings in a profile config are used instead of the equivalent settings in the system.cfg file, +; but note that not some settings are only allowed to be specified in system.cfg, for security reasons. +