Skip to content

Commit

Permalink
Updated, again
Browse files Browse the repository at this point in the history
  • Loading branch information
n-core committed Nov 15, 2022
1 parent 489939e commit a3e3d76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Maps/Tectonic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- Haftetavenscrap - Original creator of the map script
(Jibbles on Steam)
- James Barrows - A (very) small part of the code is based on Small Continents Deluxe (v 100)
- N.Core - Added size modifier, ocean rift width option, start placement method,
more options for existing custom options for gradual adjustment,
- N.Core - Added map ratio selector, size modifier, rift width option, arctic ocean width option,
start placement method, more options for existing custom options for gradual adjustment,
balancing the map to be kinder to smaller sizes by generate more land and fewer islands,
and the opposite for larger sizes.
Expand Down Expand Up @@ -322,8 +322,8 @@ function GetMapInitData(worldSize)
map_ratioMultiplierW = 1;
map_ratioMultiplierH = 1;
elseif (map_ratio == 4) then -- Wide Rectangular
map_ratioMultiplierW = 1.06;
map_ratioMultiplierH = 0.94;
map_ratioMultiplierW = 1.05;
map_ratioMultiplierH = 0.95;
elseif (map_ratio == 5) then -- Rectilinear
map_ratioMultiplierW = 1.1;
map_ratioMultiplierH = 0.9;
Expand Down Expand Up @@ -1322,7 +1322,7 @@ function GenerateTerrain()
end

print("--");
print("Map Size Ratio option: ", map_ratio);
print("Map Size Ratio option: ", map_ratio);
print("Latitude change because of ratio:", fLatitudeChange);
print("--");

Expand Down
10 changes: 5 additions & 5 deletions version archive/Tectonic v6/Maps/Tectonic v6 - VI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- Haftetavenscrap - Original creator of the map script
(Jibbles on Steam)
- James Barrows - A (very) small part of the code is based on Small Continents Deluxe (v 100)
- N.Core - Added size modifier, ocean rift width option, start placement method,
more options for existing custom options for gradual adjustment,
- N.Core - Added map ratio selector, size modifier, rift width option, arctic ocean width option,
start placement method, more options for existing custom options for gradual adjustment,
balancing the map to be kinder to smaller sizes by generate more land and fewer islands,
and the opposite for larger sizes.
Expand Down Expand Up @@ -322,8 +322,8 @@ function GetMapInitData(worldSize)
map_ratioMultiplierW = 1;
map_ratioMultiplierH = 1;
elseif (map_ratio == 4) then -- Wide Rectangular
map_ratioMultiplierW = 1.06;
map_ratioMultiplierH = 0.94;
map_ratioMultiplierW = 1.05;
map_ratioMultiplierH = 0.95;
elseif (map_ratio == 5) then -- Rectilinear
map_ratioMultiplierW = 1.1;
map_ratioMultiplierH = 0.9;
Expand Down Expand Up @@ -1322,7 +1322,7 @@ function GenerateTerrain()
end

print("--");
print("Map Size Ratio option: ", map_ratio);
print("Map Size Ratio option: ", map_ratio);
print("Latitude change because of ratio:", fLatitudeChange);
print("--");

Expand Down
Binary file modified version archive/Tectonic v6/Tectonic Map Script (v 6).civ5mod
Binary file not shown.

0 comments on commit a3e3d76

Please sign in to comment.