Yet not another earth map for CIV 6

Status
Not open for further replies.
Ok, I made a first list for Natural Wonders too, it's just coordinate in the actual Giant map, I let you convert it into code :goodjob:
Some have 3 or 4(!) tiles range, so it can be tricky to place them

Cliffs of Dover: 2 tiles > (11,71) (12,71), it seem too big for that map size, if possible, reduce it to one tile or suppress it
Crater lake: (131,65)
Dead Sea: (38,51) (38, 52)
Galapagos: (144,35)
Great Barrier: it's actually 2 tiles in Civ VI (101,23) (101,22)
Kilimanjaro: (31,27)
Mount Everest: Not sure for this one (65,54) or (65,56) or else?
Pantanal: 4 tiles (159,26) (159,27) (160,26) (159, 25)
Piopiotahi: 3 tiles (108,4) (107,3) (108,3)
Torres del Paine: (154,7) (155,6)
Tsingy de Bemaraha: (36,18)
Yosemite: (132,62) (132,61)

Like civ, some NW are very close
 
I don't think downsizing Natural Wonders is possible. It might be one of those case of breaking immersion for gameplay.
 
These were the locations I had picked out so far:

Code:
       <Row>
            <Type>FEATURE_CRATER_LAKE</Type>
            <X>134</X>
            <Y>67</Y>
        </Row>

Cliffs of Dover: 11,71 and 12,71
Dead Sea: 38,48 and 38,49 (based on Gedemon's Jerusalem location)
Piopiotahi: 108,3, 108,4 107,3 and 108,3 (the terrain around there will need to be tweaked, of course)
Torres del Paine: 155,8 and 156,8
Yosemite: 134,60

I had a difficult time picking locations for Crater Lake and Yosemite, as that part of the continent is a bit compressed.
 
Last edited:
Mount Everest: (65,54) is super
Cliffs of Dover: 2 tiles > (11,71) (12,71) it´s not too big.... I think we must place Cliffs overall the map first?!

Dead Sea: (38,51) (38, 52) it´s to near Euphrat! (36,49) (36,48) is it exactly, but for better gameplay I prefer (37,48) (36,47)

Yosemite: (132,63) (132,62)

"I had a difficult time picking locations for Crater Lake and Yosemite, as that part of the continent is a bit compressed."

You right! The idea with Salt Lake is good!

Galapagos: (147,36) is better because you use it from south america. you have to create a new land
 
Last edited:
Ha yes, regular cliffs placement, I can do this for my country, but it's just few % of the land mass :lol:
 
Ok, that was what I found about Ra-kedet, thanks for confirmation, so technically, Egyptian and Arabian cities are just 1 tile away :undecide:
Rename Arabian one to Mecca and place it on Civ V default location could be a good compromise, if this is still historically plausible .

This a good idea.
Place for Mecca (37/42) Change the mountail to hill and make a oasis next to the city
 
For the NW, can you format it this way please:
Code:
        <Row>
            <Type>FEATURE_BARRIER_REEF</Type>
            <X>101</X>
            <Y>23</Y>
        </Row>
posted with the [CODE ] tag to keep the indentation if possible

using this for reference:

Code:
FEATURE_BARRIER_REEF
FEATURE_CLIFFS_DOVER
FEATURE_CRATER_LAKE
FEATURE_DEAD_SEA
FEATURE_EVEREST
FEATURE_GALAPAGOS
FEATURE_KILIMANJARO
FEATURE_PANTANAL
FEATURE_PIOPIOTAHI
FEATURE_TORRES_DEL_PAINE
FEATURE_TSINGY
FEATURE_YOSEMITE

To start, can you select only the NW that takes 1 tile ?

And if possible I'd like the Civilizations start position with the the [CODE ] tag, for a start with position as far as historically possible from each others

TIA all :)
 
I think it is complicate to create the Cliffs of Dover. You need hills and more cliffs...
 

Attachments

  • Dover.jpg
    Dover.jpg
    337.6 KB · Views: 197
I'm your neighbour. Bonjour from France :)

I spend my holydays in south france two weeks ago. (It was great. I love your country) There was no cliffs between Rhone and the Pyrenees. You have nothing to do :D:crazyeye::D


For the NW, can you format it this way please:
Code:
        <Row>
            <Type>FEATURE_BARRIER_REEF</Type>
            <X>101</X>
            <Y>23</Y>
        </Row>
posted with the [CODE ] tag to keep the indentation if possible

Are you sure it is right? You can put the cliffs on 6 diferrent sites...:confused:
:confused::confused:
 
Ok that's what I've got for 1 tile NW, there is just 4 if I'm not mistaken
Indeed it's just 3. Edited :goodjob:

Spoiler :
Code:
         <Row>
            <Type>FEATURE_CRATER_LAKE</Type>
            <X>131</X>
            <Y>65</Y>
        </Row>
        <Row>
            <Type>FEATURE_KILIMANJARO</Type>
            <X>31</X>
            <Y>27</Y>
        </Row>
        <Row>
            <Type>FEATURE_TSINGY</Type>
            <X>36</X>
            <Y>18</Y>
        </Row>

EDIT: Addition of Civ and CS placement
Arabia is in Civ V default placement (Mecca, rename needed), Egyptian is in default Civ V too
Greece is too close, what option do we have?
Sparta position on Byzantium capital

CIV PLACEMENT

Spoiler :
Code:
       </Row>
            <Type>CIVILIZATION_AMERICA</Type>
            <X>155</X>
            <Y>64</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_ARABIA</Type>
            <X>36</X>
            <Y>41</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_AZTEC</Type>
            <X>138</X>
            <Y>49</Y>
        </Row>
               <Row>
            <Type>CIVILIZATION_BRAZIL</Type>
            <X>165</X>
            <Y>20</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_CHINA</Type>
            <X>83</X>
            <Y>65</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_EGYPT</Type>
            <X>32</X>
            <Y>43</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_ENGLAND</Type>
            <X>11</X>
            <Y>71</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_FRANCE</Type>
            <X>12</X>
            <Y>67</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_GERMANY</Type>
            <X>22</X>
            <Y>69</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_GREECE</Type>
            <X>28</X>
            <Y>56</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_GREECE</Type>
            <X>31</X>
            <Y>60</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_INDIA</Type>
            <X>61</X>
            <Y>52</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_JAPAN</Type>
            <X>94</X>
            <Y>57</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_KONGO</Type>
            <X>22</X>
            <Y>22</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_NORWAY</Type>
            <X>21</X>
            <Y>85</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_ROME</Type>
            <X>20</X>
            <Y>57</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_RUSSIA</Type>
            <X>35</X>
            <Y>74</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_SCYTHIA</Type>
            <X>49</X>
            <Y>75</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_SPAIN</Type>
            <X>7</X>
            <Y>57</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_SUMERIA</Type>
            <X>39</X>
            <Y>51</Y>
        </Row>

CS PLACEMENT

Spoiler :
Code:
       <Row>
            <Type>CIVILIZATION_AMSTERDAM</Type>
            <X>15</X>
            <Y>71</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_BRUSSELS</Type>
            <X>15</X>
            <Y>70</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_BUENOS_AIRES</Type>
            <X>161</X>
            <Y>16</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_CARTHAGE</Type>
            <X>18</X>
            <Y>52</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_GENEVA</Type>
            <X>15</X>
            <Y>63</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_HATTUSA</Type>
            <X>36</X>
            <Y>59</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_HONG_KONG</Type>
            <X>82</X>
            <Y>48</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_JAKARTA</Type>
            <X>80</X>
            <Y>26</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_JERUSALEM</Type>
            <X>36</X>
            <Y>51</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_KABUL</Type>
            <X>53</X>
            <Y>55</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_KANDY</Type>
            <X>62</X>
            <Y>33</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_KUMASI</Type>
            <X>11</X>
            <Y>34</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_LA_VENTA</Type>
            <X>143</X>
            <Y>47</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_LISBON</Type>
            <X>4</X>
            <Y>56</Y>
        </Row>
       <Row>
            <Type>CIVILIZATION_MOHENJO_DARO</Type>
            <X>55</X>
            <Y>52</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_NAN_MADOL</Type>
            <X>105</X>
            <Y>31</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_PRESLAV</Type>
            <X>31</X>
            <Y>62</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_SEOUL</Type>
            <X>89</X>
            <Y>62</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_STOCKHOLM</Type>
            <X>24</X>
            <Y>79</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_TORONTO</Type>
            <X>153</X>
            <Y>69</Y>
        </Row>
         <Row>
            <Type>CIVILIZATION_VALLETTA</Type>
            <X>22</X>
            <Y>51</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_VILNIUS</Type>
            <X>28</X>
            <Y>72</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_YEREVAN</Type>
            <X>43</X>
            <Y>59</Y>
        </Row>
        <Row>
            <Type>CIVILIZATION_ZANZIBAR</Type>
            <X>33</X>
            <Y>27</Y>
        </Row>
 
Last edited:
The river placement was automated on this test version, ATM my code is only exporting/importing the type of the landmass, features and rivers are added by the normal map generator.

Would it maybe be possible to release such a version too? That would be much like the earth maps included in civ 5 and would probably be better for the balance.
 
Status
Not open for further replies.
Top Bottom