Map Creator Tutorial


In Spirits of Steel: A New Dawn it is possible to create your own starting conditions, with custom factions, borders, and date, to create your own alternate history scenario. This tutorial will detail how to create your own map to play by yourself, or to share with others.

General Format:

Each map must be contained within a folder on your computer, with five required files inside: creator.txt, factions.txt, startDate.txt, tags.txt, and map.png. When the folder is placed inside the starts folder within the game files, it will appear as a playable map in the game's maps menu.  The folder can be given any name, with it's name being what is displayed as the name of the map in the game.

Editing the Map:

A blank map, for use as a template when creating your own maps, can be found in the maps folder under the name blank.png. Alternatively, you can copy a map.png file from any existing map folder located within the starts folder.

To edit the borders of a country or add countries, simply fill in a region with a country's associated color using an image editor of your choice. All regions filled in with that color will be given to that country when the game starts. A list of the RGB and HEX values of each country's respective color can be found at the bottom of this blog post. To create a valid map.png file, every region must be filled in with a color associated with the country, excluding ocean tiles. The colors of ocean tiles or borders cannot be changed; borders will be automatically generated when the map is loaded in game.

The first time you load the map, you may notice a large lag spike. This is normal, and stems from the game rendering two new images: factions.png and ideologies.png. Once these are generated, each subsequent time you load the file will be much faster. Please note that these are only ever generated if both files do not already exist, and are not updated each time the game runs. In the case that you edit the map or factions following these files being generated, you will be required to delete both files so that the ideology view and faction view within the game accurately represent the borders of countries, factions, and ideologies.

Creating Factions:

Factions are created through the information in the file factions.txt, where each faction is defined by a new line with the following format:

<Name of Faction>: [<Country 1>, <Country 2>, ... , <Country n>]

The first country in the list will be given the position of faction leader, and will give that faction the same color and flag as that country. There is an exception however, where naming a faction NATO, CSTO, or Warsaw_Pact will give that faction a unique flag corresponding to that name. Countries added to each faction must already exist when the map is loaded. Spaces are not allowed when listing the names of countries or naming a faction, and must instead be replaced with underscores. These underscores will be replaced by spaces in the game. When naming factions note that the name for the faction cannot be the name of a country, ideology, or another faction.

Changing the Start Date:

The day which the game will start on is decided based on the information given in the startDate.txt file. A startDate.txt file must be formatted with only one line of text as follows:

[<Hour>, <Day>, <Month>, <Year>]

Within this, hour must be a natural number between 1 and 23. Day must be a natural number between 1 and 31. Month must be a natural number between 1 and 12, and year must be any natural number. Please note that a natural number is any number without any decimal places, excluding negative numbers, and excluding 0.

Changing Tags and Setting Map Creator:

Both tags.txt and creator.txt exist to allow you to explain what your map is, and who the creator of the map is respectively. There is no specific format for these files, other than that all text has to be on one line, and the length of the text is limited by how much can fit onto the window in the game's menu.

Countries:

The following is a list of every country, and the colors associated with them. I have provided both the HEX and RGB values for your convenience.

  • Canada: #C35C6D, (195, 92, 109)
  • Denmark: #99745D, (153, 116, 93)
  • Russia: #386038, (56, 96, 56)
  • Norway: #6F4747, (111, 71, 71)
  • United_States: #1485ED, (20, 133, 237)
  • Finland: #C2C6D7, (194, 198, 215)
  • Sweden: #2484F7, (36, 132, 247)
  • Iceland: #445171, (68, 81, 113)
  • Estonia: #3287AF, (50, 135, 175)
  • United_Kingdom: #C8385D, (200, 56, 93)
  • Latvia: #4B4DBA, (75, 77, 186)
  • Belarus: #C7D5E0, (199, 213, 224)
  • Lithuania: #DBDB77, (219, 219, 119)
  • Ireland: #509F5A, (80, 159, 90)
  • Kazakhstan: #58A1C1, (88, 161, 193)
  • Germany: #49484D, (73, 72, 77)
  • Poland: #C55C6A, (197, 92, 106)
  • Mongolia: #A38E4B, (163, 142, 75)
  • Netherlands: #C78749, (199, 135, 73)
  • China: #A7575A, (167, 87, 90)
  • Ukraine: #34588A, (52, 88, 138)
  • Belgium: #C1AB08, (193, 171, 8)
  • France: #3D75E8, (61, 117, 232)
  • Czechia: #36A79C, (54, 167, 156)
  • Luxembourg: #55E4E9, (85, 228, 233)
  • Slovakia: #795C9F, (121, 92, 159)
  • Austria: #A8AEC6, (168, 174, 198)
  • Hungary: #4E7D73, (78, 125, 115)
  • Moldova: #866E52, (134, 110, 82)
  • Romania: #D7C448, (215, 196, 72)
  • Transnistria: #2A1618, (42, 22, 24)
  • Switzerland: #E00505, (224, 5, 5)
  • Liechtenstein: #575A7F, (87, 90, 127)
  • Italy: #437F3F, (67, 127, 63)
  • Slovenia: #4F6F96, (79, 111, 150)
  • Croatia: #2A2D60, (42, 45, 96)
  • Serbia: #9A6867, (154, 104, 103)
  • Bosnia_and_Herzegovina: #DFC087, (223, 192, 135)
  • Uzbekistan: #CACEFD, (202, 206, 253)
  • Japan: #FFC9B2, (255, 201, 178)
  • Bulgaria: #339B00, (51, 155, 0)
  • Spain: #F2CD5E, (242, 205, 94)
  • San_Marino: #62B0C6, (98, 176, 198)
  • Monaco: #EDA2BA, (237, 162, 186)
  • Abkhazia: #3F1F2D, (63, 31, 45)
  • Montenegro: #FC7279, (252, 114, 121)
  • Kosovo: #768EBA, (118, 142, 186)
  • Georgia: #EFE4E8, (239, 228, 232)
  • Andorra: #C90001, (201, 0, 1)
  • Kyrgyzstan: #F43D6F, (244, 61, 111)
  • South_Ossetia: #C29657, (194, 150, 87)
  • North_Korea: #F50C37, (245, 12, 55)
  • Albania: #952D66, (149, 45, 102)
  • North_Macedonia: #CA9576, (202, 149, 118)
  • Azerbaijan: #728CD9, (114, 140, 217)
  • Portugal: #277446, (39, 116, 70)
  • Turkmenistan: #BD8C6E, (189, 140, 110)
  • Turkey: #A63443, (166, 52, 67)
  • Vatican_City: #C4B582, (196, 181, 130)
  • Greece: #5DB5E3, (93, 181, 227)
  • Armenia: #F6A286, (246, 162, 134)
  • Tajikistan: #6D9482, (109, 148, 130)
  • Iran: #5A8F7B, (90, 143, 123)
  • Afghanistan: #716B79, (113, 107, 121)
  • South_Korea: #5E76BE, (94, 118, 190)
  • Tunisia: #B9566A, (185, 86, 106)
  • Iraq: #B27263, (178, 114, 99)
  • Syria: #374E5C, (55, 78, 92)
  • Pakistan: #002917, (0, 41, 23)
  • Algeria: #0A2B24, (10, 43, 36)
  • Morocco: #9B4A59, (155, 74, 89)
  • Malta: #D9D9D9, (217, 217, 217)
  • Turkish_Cyprus: #5C4D32, (92, 77, 50)
  • India: #D0A36C, (208, 163, 108)
  • Cyprus: #DEB51B, (222, 181, 27)
  • Lebanon: #549C8B, (84, 156, 139)
  • Libya: #2A7054, (42, 112, 84)
  • Israel: #4569D9, (69, 105, 217)
  • Jordan: #E3989C, (227, 152, 156)
  • Mexico: #689752, (104, 151, 82)
  • Saudi_Arabia: #ABBE98, (171, 190, 152)
  • Palestine: #564857, (86, 72, 87)
  • Egypt: #AFA358, (175, 163, 88)
  • Nepal: #003893, (0, 56, 147)
  • Kuwait: #5A402A, (90, 64, 42)
  • Bhutan: #79645F, (121, 100, 95)
  • Myanmar: #3B714F, (59, 113, 79)
  • Western_Sahara: #C5AE78, (197, 174, 120)
  • Mauritania: #2A6F53, (42, 111, 83)
  • Bahrain: #3A414B, (58, 65, 75)
  • Bangladesh: #002A30, (0, 42, 48)
  • Qatar: #6F2373, (111, 35, 115)
  • United_Arab_Emirates: #279678, (39, 150, 120)
  • Taiwan: #5B4D5C, (91, 77, 92)
  • Mali: #9E8A57, (158, 138, 87)
  • Oman: #815458, (129, 84, 88)
  • Niger: #26584D, (38, 88, 77)
  • Cuba: #9744B0, (151, 68, 176)
  • Chad: #BBAA7E, (187, 170, 126)
  • Sudan: #0C3827, (12, 56, 39)
  • Vietnam: #C6BE75, (198, 190, 117)
  • Laos: #594D3F, (89, 77, 63)
  • Haiti: #A5746F, (165, 116, 111)
  • Dominican_Republic: #728877, (114, 136, 119)
  • Thailand: #142D4C, (20, 45, 76)
  • Belize: #823214, (130, 50, 20)
  • Yemen: #4E3235, (78, 50, 53)
  • Jamaica: #8BDC0A, (139, 220, 10)
  • Philippines: #7255A6, (114, 85, 166)
  • Guatemala: #48306D, (72, 48, 109)
  • Eritrea: #CE8CA2, (206, 140, 162)
  • Cabo_Verde: #CE2027, (206, 32, 39)
  • St_Kitts_and_Nevis: #3B3800, (59, 56, 0)
  • Senegal: #B8757C, (184, 117, 124)
  • Honduras: #99B04A, (153, 176, 74)
  • Burkina_Faso: #CA6E7B, (202, 110, 123)
  • El_Salvador: #9F88C6, (159, 136, 198)
  • Nicaragua: #91B2BE, (145, 178, 190)
  • Ethiopia: #30477B, (48, 71, 123)
  • Cambodia: #E2B490, (226, 180, 144)
  • Dominica: #7670B2, (118, 112, 178)
  • Nigeria: #C27A6B, (194, 122, 107)
  • Gambia: #44355C, (68, 53, 92)
  • Barbados: #FCD116, (252, 209, 22)
  • St_Lucia: #5DB7E6, (93, 183, 230)
  • Guinea_Bissau: #DABD81, (218, 189, 129)
  • Guinea: #205A4E, (32, 90, 78)
  • Venezuela: #C86496, (200, 100, 150)
  • Grenada: #007B5F, (0, 123, 95)
  • Benin: #DBC478, (219, 196, 120)
  • Djibouti: #D7141A, (215, 20, 26)
  • Cameroon: #185E61, (24, 94, 97)
  • South_Sudan: #D4BF6E, (212, 191, 110)
  • Somalia: #6683AB, (102, 131, 171)
  • Somaliland: #55AB70, (85, 171, 112)
  • Costa_Rica: #A78C2A, (167, 140, 42)
  • Colombia: #DEBB5B, (222, 187, 91)
  • Togo: #153323, (21, 51, 35)
  • Maldives: #929BA2, (146, 155, 162)
  • Ghana: #A24A58, (162, 74, 88)
  • Central_African_Republic: #A64D63, (166, 77, 99)
  • Trinidad_and_Tobago: #F05A27, (240, 90, 39)
  • Ivory_Coast: #D1996A, (209, 153, 106)
  • Sierra_Leone: #729FBE, (114, 159, 190)
  • Panama: #3C3558, (60, 53, 88)
  • Sri_Lanka: #564B39, (86, 75, 57)
  • Liberia: #513D76, (81, 61, 118)
  • Guyana: #B49678, (180, 150, 120)
  • Palau: #FFC90E, (255, 201, 14)
  • Nauru: #292F85, (41, 47, 133)
  • Malaysia: #C56064, (197, 96, 100)
  • Suriname: #803754, (128, 55, 84)
  • Indonesia: #DDBEC4, (221, 190, 196)
  • Brazil: #4C913F, (76, 145, 63)
  • DR_Congo: #416893, (65, 104, 147)
  • Kenya: #833640, (131, 54, 64)
  • Brunei: #3C6E55, (60, 110, 85)
  • Uganda: #92824F, (146, 130, 79)
  • Equatorial_Guinea: #5090AB, (80, 144, 171)
  • Congo: #D16C78, (209, 108, 120)
  • Gabon: #DCBF7B, (220, 191, 123)
  • Singapore: #4D4986, (77, 73, 134)
  • Ecuador: #F99262, (249, 146, 98)
  • Sao_Tome_and_Principe: #12AD2B, (18, 173, 43)
  • Peru: #C4BDCC, (196, 189, 204)
  • Rwanda: #1D3841, (29, 56, 65)
  • Tanzania: #678792, (103, 135, 146)
  • Burundi: #9A4BA0, (154, 75, 160)
  • Papua_New_Guinea: #2B385A, (43, 56, 90)
  • Angola: #2C1823, (44, 24, 35)
  • Seychelles: #A11E24, (161, 30, 36)
  • Solomon_Islands: #E20C0C, (226, 12, 12)
  • Zambia: #22562F, (34, 86, 47)
  • East_Timor: #28AA4C, (40, 170, 76)
  • Tuvalu: #ED1C24, (237, 28, 36)
  • Malawi: #A15468, (161, 84, 104)
  • Bolivia: #CCA66C, (204, 166, 108)
  • Mozambique: #0E363E, (14, 54, 62)
  • Australia: #398F61, (57, 143, 97)
  • Madagascar: #2C8C04, (44, 140, 4)
  • Vanuatu: #EDA720, (237, 167, 32)
  • Zimbabwe: #AD585D, (173, 88, 93)
  • Fiji: #8F4952, (143, 73, 82)
  • Namibia: #C1D9A7, (193, 217, 167)
  • Niue: #B97A57, (185, 122, 87)
  • Chile: #9B656B, (155, 101, 107)
  • Botswana: #889DBC, (136, 157, 188)
  • Paraguay: #3971E4, (57, 113, 228)
  • Mauritius: #B39500, (179, 149, 0)
  • Tonga: #FF7578, (255, 117, 120)
  • Argentina: #919DEC, (145, 157, 236)
  • South_Africa: #D2A56C, (210, 165, 108)
  • Eswatini: #575F86, (87, 95, 134)
  • Lesotho: #00BEF0, (0, 190, 240)
  • Uruguay: #AEC09C, (174, 192, 156)
  • New_Zealand: #DAD1E9, (218, 209, 233)
  • American_Union: #253041, (37, 48, 65)
  • Socialist_States: #B22235, (178, 34, 53)
  • American_Commonwealth: #5A50C6, (90, 80, 198)
  • Vichy_France: #6DBBD1, (109, 187, 209)
  • French_Commune: #0A36B0, (10, 54, 176)
  • French_Empire: #055B8E, (5, 91, 142)
  • Free_France: #152551, (21, 37, 81)
  • Saar_Protectorate: #75CF85, (117, 207, 133)
  • German_Reich: #666057, (102, 96, 87)
  • German_Empire: #666666, (102, 102, 102)
  • German_Republic: #33222A, (51, 34, 42)
  • Great_Britain: #CC6E75, (204, 110, 117)
  • Oceania: #952F2F, (149, 47, 47)
  • British_Union: #CF0C27, (207, 12, 39)
  • Chinese_Republic: #DAE65C, (218, 230, 92)
  • Beiyang_China: #E08B0D, (224, 139, 13)
  • Reorganized_China: #608CC2, (96, 140, 194)
  • Great_Qing: #D6B490, (214, 180, 144)
  • Provincial_League: #828BAB, (130, 139, 171)
  • Russian_SFSR: #9C5B71, (156, 91, 113)
  • White_Russia: #4A6329, (74, 99, 41)
  • Russian_Republic: #007F0D, (0, 127, 13)
  • Soviet_Union: #7D0D18, (125, 13, 24)
  • Transamur: #EBF7F7, (235, 247, 247)
  • Imperial_Japan: #D3B8B4, (211, 184, 180)
  • Japanese_Empire: #C9BFB7, (201, 191, 183)
  • Occupied_Japan: #B4BAE0, (180, 186, 224)
  • Japanese_Republic: #FFA692, (255, 166, 146)
  • Republican_Spain: #FFD402, (255, 212, 2)
  • Francoist_Spain: #B37B69, (179, 123, 105)
  • Spanish_Republic: #E86A76, (232, 106, 118)
  • Carlist_Spain: #E88F48, (232, 143, 72)
  • Italian_Empire: #488C54, (72, 140, 84)
  • Italian_Kingdom: #56A552, (86, 165, 82)
  • Italian_Republic: #1F7A5C, (31, 122, 92)
  • Salo_Republic: #234529, (35, 69, 41)
  • Serbian_Republic: #59506E, (89, 80, 110)
  • Serbian_Kingdom: #0D4682, (13, 70, 130)
  • Yugoslavia: #48497E, (72, 73, 126)
  • SFR_Yugoslavia: #636A8F, (99, 106, 143)
  • Apartheid_South_Africa: #9882BF, (152, 130, 191)
  • British_South_Africa: #661E34, (102, 30, 52)
  • South_African_Republic: #FB8380, (251, 131, 128)
  • National_South_Africa: #B9674A, (185, 103, 74)
  • Zulu_Kingdom: #2880FF, (40, 128, 255)
  • Saudi_Republic: #828D7C, (130, 141, 124)
  • Unitary_Saudi: #4D785A, (77, 120, 90)
  • Reformed_Saudi: #9DA09F, (157, 160, 159)
  • Abyssinia: #BEB0D7, (190, 176, 215)
  • PDR_Ethiopia: #C4ADC7, (196, 173, 199)
  • Reformed_Ethiopia: #A290A1, (162, 144, 161)
  • Italian_East_Africa: #455F4D, (69, 95, 77)
  • Danish_Republic: #9C807D, (156, 128, 125)
  • Norwegian_Republic: #002865, (0, 40, 101)
  • British_Raj: #AA0A0A, (170, 10, 10)
  • Bharatiya: #782626, (120, 38, 38)
  • Princely_Federation: #E28728, (226, 135, 40)
  • Unitary_India: #5FAE5F, (95, 174, 95)
  • Indian_Empire: #B85C01, (184, 92, 1)
  • Dominion_of_Canada: #773027, (119, 48, 39)
  • Unitary_Canada: #818AA3, (129, 138, 163)
  • Popular_Canada: #F58C97, (245, 140, 151)
  • Royal_Canada: #8C6873, (140, 104, 115)
  • Mexican_Empire: #B2D4BF, (178, 212, 191)
  • Reformed_Mexico: #566655, (86, 102, 85)
  • Unitary_Mexico: #4C5262, (76, 82, 98)
  • Mexican_Republic: #4B695B, (75, 105, 91)
  • PR_Mongolia: #6C8C2A, (108, 140, 42)
  • Nigerian_Republic: #AD2F32, (173, 47, 50)
  • Unitary_Nigeria: #0B3618, (11, 54, 24)
  • Nigerian_Kingdom: #94853A, (148, 133, 58)
  • Reformed_Nigeria: #038105, (3, 129, 5)
  • Swedish_Republic: #668EC9, (102, 142, 201)
  • Unitary_Sweden: #2D5793, (45, 87, 147)
  • Swedish_Kingdom: #61B9DF, (97, 185, 223)
  • Argentinian_Republic: #3C4C9C, (60, 76, 156)
  • Unitary_Argentina: #163152, (22, 49, 82)
  • Argentinian_Kingdom: #E7CC76, (231, 204, 118)
  • Reformed_Argentina: #9895BB, (152, 149, 187)
  • Arab_Islamic_Republic: #449656, (68, 150, 86)
  • Siam: #8CA673, (140, 166, 115)
  • Reformed_Thailand: #0371AE, (3, 113, 174)
  • Thai_Republic: #A51A31, (165, 26, 49)
  • National_Siam: #742B59, (116, 43, 89)
  • Venezuelan_Republic: #BAC9AB, (186, 201, 171)
  • Dutch_East_Indies: #283278, (40, 50, 120)
  • Indonesian_Republic: #64090A, (100, 9, 10)
  • Reformed_Indonesia: #030F48, (3, 15, 72)
  • Majapahit_Empire: #823533, (130, 53, 51)
  • Occupied_Indonesia: #8A5F5E, (138, 95, 94)
  • Rosa_Luxembourg: #74A1AD, (116, 161, 173)
  • Dutch_Republic: #664E37, (102, 78, 55)
  • Niederlande: #605D63, (96, 93, 99)
  • Orange_Netherlands: #E5C386, (229, 195, 134)
  • British_Malaya: #FF7598, (255, 117, 152)
  • Afghan_Kingdom: #40A0A7, (64, 160, 167)
  • Afghan_Republic: #FF9F84, (255, 159, 132)
  • Kingdom_of_Greece: #7CA6D4, (124, 166, 212)
  • Greek_Republic: #B0BBF9, (176, 187, 249)
  • Brazilian_Republic: #6D3F4C, (109, 63, 76)
  • Brazilian_Empire: #22708A, (34, 112, 138)
  • Unitary_Brazil: #295E57, (41, 94, 87)
  • Reformed_Brazil: #358434, (53, 132, 52)
  • Bohemia: #649968, (100, 153, 104)
  • Czechoslovakia: #3FC4B7, (63, 196, 183)
  • Czech_Republic: #3EC49F, (62, 196, 159)
  • Bohemian_Protectorate: #46529D, (70, 82, 157)
  • Persia: #2F644A, (47, 100, 74)
  • Reformed_Iran: #8F7560, (143, 117, 96)
  • Iranian_Republic: #596E6A, (89, 110, 106)
  • Iraqi_Kingdom: #658779, (101, 135, 121)
  • Reformed_Iraq: #B6A665, (182, 166, 101)
  • Iraqi_Republic: #BF1E24, (191, 30, 36)
  • Egyptian_Kingdom: #DEB86E, (222, 184, 110)
  • United_Arab_Republic: #C7BBA4, (199, 187, 164)
  • Reformed_Egypt: #A8976F, (168, 151, 111)
  • Egyptian_Republic: #C9C186, (201, 193, 134)
  • Omani_Sultanate: #B07976, (176, 121, 118)
  • Yemeni_Kingdom: #664D46, (102, 77, 70)
  • Yemeni_Republic: #D98C68, (217, 140, 104)
  • Kingdom_of_Albania: #AD5372, (173, 83, 114)
  • PSR_Albania: #A34A77, (163, 74, 119)
  • Kingdom_of_Hungary: #F97E62, (249, 126, 98)
  • Hungarian_Republic: #FF938B, (255, 147, 139)
  • Greater_Hungary: #C48177, (196, 129, 119)
  • Austrian_Empire: #DCDCDC, (220, 220, 220)
  • Austrian_State: #B5AFC2, (181, 175, 194)
  • Austria_Hungary: #E9EAE3, (233, 234, 227)
  • Bulgarian_Empire: #3A7361, (58, 115, 97)
  • Bulgarian_Kingdom: #427145, (66, 113, 69)
  • Bulgarian_Republic: #4A8F4A, (74, 143, 74)
  • Irish_Republic: #739E86, (115, 158, 134)
  • Irish_Kingdom: #B9CCAC, (185, 204, 172)
  • Unitary_Ireland: #1F3E4F, (31, 62, 79)
  • Ukrainian_State: #6B2B01, (107, 43, 1)
  • Ukrainian_SSR: #6B4E4D, (107, 78, 77)
  • National_Ukraine: #6B7C8E, (107, 124, 142)
  • Reformed_Ukraine: #017DCF, (1, 125, 207)
  • Slovak_Republic: #A1A8BF, (161, 168, 191)
  • Kampuchea: #7A5E74, (122, 94, 116)
  • Independent_Croatia: #BF77AD, (191, 119, 173)
  • Illyria: #E9AFDD, (233, 175, 221)
  • Legionary_Romania: #D1CD99, (209, 205, 153)
  • Romanian_Kingdom: #FFFF77, (255, 255, 119)
  • Romanian_Republic: #E5B95C, (229, 185, 92)
  • Chosen: #36426B, (54, 66, 107)
  • Joseon: #9CA9CA, (156, 169, 202)
  • Finnish_SSR: #B5A4A4, (181, 164, 164)
  • Greater_Finland: #E6D9E2, (230, 217, 226)
  • Finnish_Kingdom: #C5CEE6, (197, 206, 230)
  • Pakistani_Republic: #4B5066, (75, 80, 102)
  • Reformed_Pakistan: #037D25, (3, 125, 37)
  • Sikh_Empire: #FF7F27, (255, 127, 39)
  • Unitary_Pakistan: #3E4541, (62, 69, 65)
  • Ottoman_Empire: #A21400, (162, 20, 0)
  • Turkish_Republic: #87948D, (135, 148, 141)
  • National_Turkey: #664A3A, (102, 74, 58)
  • Kemalist_Turkey: #C2CFBD, (194, 207, 189)
  • Montenegrin_Kingdom: #4D5969, (77, 89, 105)
  • Portugese_Kingdom: #00667A, (0, 102, 122)
  • Portugese_Republic: #B30F06, (179, 15, 6)
  • Burma: #A66A93, (166, 106, 147)
  • Syrian_Republic: #9596AB, (149, 150, 171)
  • Polish_Republic: #E67F94, (230, 127, 148)
  • Polish_Kingdom: #BF88A2, (191, 136, 162)
  • Unitary_Poland: #BB9CC9, (187, 156, 201)
  • Vietnamese_Republic: #00459A, (0, 69, 154)
  • Reformed_Vietnam: #978249, (151, 130, 73)
  • Vietnamese_Empire: #4D4005, (77, 64, 5)
  • Vietnamese_Kingdom: #DACEAF, (218, 206, 175)
  • Communist_Chile: #015984, (1, 89, 132)
  • Flanders: #FBE043, (251, 224, 67)
  • Belgian_Republic: #B5964B, (181, 150, 75)
  • Burgundy: #550100, (85, 1, 0)
  • Baltic_Duchy: #8E8E81, (142, 142, 129)
  • Angolan_Republic: #9AA87F, (154, 168, 127)
  • Lithuanian_Kingdom: #994574, (153, 69, 116)
  • Alash_Autonomy: #007AA7, (0, 122, 167)
  • PR_Congo: #9D1930, (157, 25, 48)
  • White_Ruthenia: #EFEED7, (239, 238, 215)
  • Byelorussian_SSR: #B2BEBF, (178, 190, 191)
  • Reformed_Belarus: #E5E8EE, (229, 232, 238)
  • PR_Benin: #1D4BD4, (29, 75, 212)
  • Emu_Empire: #814C9E, (129, 76, 158)
  • Australian_Republic: #C7A499, (199, 164, 153)
  • New_Caledonia: #7ABCD0, (122, 188, 208)
  • Greenland: #C4C5D7, (196, 197, 215)
  • Aussa: #824860, (130, 72, 96)
  • Tannu_Tuva: #9782BE, (151, 130, 190)
  • Manchukuo: #FF7847, (255, 120, 71)
  • Mengjiang: #B9FF98, (185, 255, 152)
  • Sinkiang: #47BE98, (71, 190, 152)
  • Tibet: #50732D, (80, 115, 45)
  • Ma_Clique: #695A84, (105, 90, 132)
  • Shanxi_Clique: #52020F, (82, 2, 15)
  • Yunnan_Clique: #729450, (114, 148, 80)
  • Guangxi_Clique: #477161, (71, 113, 97)
  • Jabal_Shammar: #DE540A, (222, 84, 10)
  • Danzig: #A3B7D6, (163, 183, 214)
  • Cyrenaica: #6B6B6B, (107, 107, 107)
  • Patagonia: #964746, (150, 71, 70)
  • West_Indies: #330DB2, (51, 13, 178)
  • California: #F2CD5F, (242, 205, 95)
  • New_England: #006B33, (0, 107, 51)
  • Mittelafrika: #87683C, (135, 104, 60)
  • Lodomeria: #A1A1A1, (161, 161, 161)
  • Sicily: #CCCC00, (204, 204, 0)
  • Sardinia: #5FCEF7, (95, 206, 247)
  • German_East_Asia: #465E96, (70, 94, 150)
  • Bukhara: #926AA0, (146, 106, 160)
  • Khiva: #CB9A68, (203, 154, 104)
  • Turkestan: #004C98, (0, 76, 152)
  • Sichuan_Clique: #4B2F34, (75, 47, 52)
  • Hunan_Clique: #8F1414, (143, 20, 20)
  • Shandong_Clique: #2A603B, (42, 96, 59)
  • Legation_Cities: #0094FF, (0, 148, 255)
  • Kumul_Khanate: #A0522D, (160, 82, 45)
  • Borneo: #B9E2FF, (185, 226, 255)
  • West_Africa: #693200, (105, 50, 0)
  • Alaska: #0F204B, (15, 32, 75)
  • PR_America: #9E1A36, (158, 26, 54)
  • Lincoln: #00D4A6, (0, 212, 166)
  • Montana: #753919, (117, 57, 25)
  • Utah: #2A4591, (42, 69, 145)
  • Nevada: #CE5C17, (206, 92, 23)
  • Illinois: #160055, (22, 0, 85)
  • Texas: #0A2846, (10, 40, 70)
  • Midwest: #FFF03C, (255, 240, 60)
  • Great_Lakes: #7CC9F1, (124, 201, 241)
  • Hawaii: #CB5420, (203, 84, 32)
  • Central_America: #ACD6EC, (172, 214, 236)
  • Kurdistan: #CCAC78, (204, 172, 120)
  • North_Ireland: #E69044, (230, 144, 68)
  • Quebec: #3EDBEA, (62, 219, 234)
  • Alberta: #4A41B8, (74, 65, 184)
  • French_Guiana: #A1C8DC, (161, 200, 220)
  • Scotland: #CAD073, (202, 208, 115)
  • Wales: #DB484E, (219, 72, 78)
  • England: #AB6A82, (171, 106, 130)
  • Anarchist_State: #963C43, (150, 60, 67)
  • Guadeloupe: #24458A, (36, 69, 138)
  • Hong_Kong: #F8E1E7, (248, 225, 231)
  • Macau: #D6CC61, (214, 204, 97)
  • Xinjiang: #EEDADA, (238, 218, 218)
  • Communist_China: #F50C38, (245, 12, 56)
  • Canary_Islands: #F9F2E4, (249, 242, 228)
  • Montserrat: #9C2C48, (156, 44, 72)
  • French_Polynesia: #0067AA, (0, 103, 170)
  • French_Antarctica: #002654, (0, 38, 84)
  • Mayotte: #D42E12, (212, 46, 18)
  • Reunion: #0170C1, (1, 112, 193)
  • Indian_Ocean: #A24300, (162, 67, 0)
  • Bavaria: #313AB0, (49, 58, 176)
  • Wurttemberg: #FF6E00, (255, 110, 0)
  • Baden: #2C5453, (44, 84, 83)
  • Brittany: #63608D, (99, 96, 141)
  • Catalonia: #F96E5B, (249, 110, 91)
  • Basque_Country: #9CBD8C, (156, 189, 140)
  • Cornwall: #736642, (115, 102, 66)
  • Ryukyuan: #363636, (54, 54, 54)
  • Siberia: #2E4A65, (46, 74, 101)
  • Chechnya: #678480, (103, 132, 128)
  • Jewish_Oblast: #E0DEF6, (224, 222, 246)
  • Punjab: #B9FAE6, (185, 250, 230)

Files

sosandwin.zip 46 MB
20 days ago

Get Spirits of Steel: A New Dawn

Download NowName your own price

Comments

Log in with itch.io to leave a comment.

Could you add some pre-colonization African nations? I want to do historical mods from before the Scramble for Africa, but can't since every province has to be controlled and there aren't any pre-colonization African nations.

The next update I am adding unclaimed land and custom countries.

can you add change ideology in the main game? like not in the folders? or maybe add elections

You can change your ideology through your decision tree.