diff options
author | Hop311 <hop3114@gmail.com> | 2023-05-08 23:03:21 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-05-11 00:54:24 +0200 |
commit | f3bcc10f06ed9aebd281df7851045b0247113e19 (patch) | |
tree | e17c5fe07e80b8f0d3dfd09f45dad37ba93e8fe5 /game/localisation | |
parent | bd08b517ed8e3a42de981b7173a99fa362134021 (diff) |
Added Goods loading + mapmode
Diffstat (limited to 'game/localisation')
-rw-r--r-- | game/localisation/en_GB/goods.csv | 59 | ||||
-rw-r--r-- | game/localisation/en_GB/goods.csv.import | 3 | ||||
-rw-r--r-- | game/localisation/en_GB/mapmodes.csv | 10 | ||||
-rw-r--r-- | game/localisation/en_GB/menus.csv | 1 |
4 files changed, 69 insertions, 4 deletions
diff --git a/game/localisation/en_GB/goods.csv b/game/localisation/en_GB/goods.csv new file mode 100644 index 0000000..7e2c63c --- /dev/null +++ b/game/localisation/en_GB/goods.csv @@ -0,0 +1,59 @@ + +,, Good Categories +good_category_military,Military +good_category_raw,Raw +good_category_industrial,Industrial +good_category_consumer,Consumer + +,, Goods +good_ammunition,Ammunition +good_small_arms,Small Arms +good_artillery,Artillery +good_canned_food,Canned Food +good_tanks,Tanks +good_aeroplanes,Aeroplanes + +good_coal,Coal +good_cotton,Cotton +good_dye,Dye +good_iron,Iron +good_oil,Oil +good_precious_metal,Precious Metal +good_rubber,Rubber +good_silk,Silk +good_sulphur,Sulphur +good_timber,Timber +good_tropical_wood,Tropical Wood +good_wool,Wool + +good_steel,Steel +good_cement,Cement +good_machine_parts,Machine Parts +good_glass,Glass +good_fuel,Fuel +good_fertilizer,Fertilizer +good_explosives,Explosives +good_clipper_convoys,Clipper Convoys +good_steamer_convoys,Steamer Convoys +good_electric_gears,Electric Gears +good_fabric,Fabric +good_lumber,Lumber + +good_paper,Paper +good_cattle,Cattle +good_fish,Fish +good_fruit,Fruit +good_grain,Grain +good_tobacco,Tobacco +good_tea,Tea +good_coffee,Coffee +good_opium,Opium +good_automobiles,Automobiles +good_telephones,Telephones +good_wine,Wine +good_liquor,Liquor +good_regular_clothes,Regular Clothes +good_luxury_clothes,Luxury Clothes +good_furniture,Furniture +good_luxury_furniture,Luxury Furniture +good_radios,Radio diff --git a/game/localisation/en_GB/goods.csv.import b/game/localisation/en_GB/goods.csv.import new file mode 100644 index 0000000..8dd0c09 --- /dev/null +++ b/game/localisation/en_GB/goods.csv.import @@ -0,0 +1,3 @@ +[remap] + +importer="keep" diff --git a/game/localisation/en_GB/mapmodes.csv b/game/localisation/en_GB/mapmodes.csv index 440175f..7c2830d 100644 --- a/game/localisation/en_GB/mapmodes.csv +++ b/game/localisation/en_GB/mapmodes.csv @@ -1,6 +1,8 @@ ,, Test Mapmodes -mapmode_province,Province Mapmode -mapmode_region,Region Mapmode -mapmode_terrain,Terrain Mapmode -mapmode_index,Index Mapmode +mapmode_province,Province +mapmode_region,Region +mapmode_terrain,Terrain +mapmode_index,Index +mapmode_rgo,RGO +mapmode_infrastructure,Infrastructure diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv index 6a44f3a..6351b59 100644 --- a/game/localisation/en_GB/menus.csv +++ b/game/localisation/en_GB/menus.csv @@ -71,6 +71,7 @@ DIALOG_SAVE_AND_QUIT,Save and Quit province_MISSING,No Province region_MISSING,No Region LIFE_RATING_TOOLTIP,Liferating: %d +rgo_MISSING,No RGO building_MISSING,No Building building_fort,Fort building_naval_base,Naval Base |