Skip to content

ahyangyi/Civ4-mapgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Antaeus Map Generator

Usage

Put the Antaeus.py into the PublicMaps directory of your Civilization IV intallation.

Major Modes

IID

Each grid has the same distribution, ending in ultimately chaotic map.

This mode began as a learning exercise, but it was deemed interesting enough to be kept.

IID Example

Fractal

Fractal-flame-based map generation. The resulting map is unpredictable, and tends to have long mountain ranges, island chains and lake chains (for canal lovers).

Map is guaranteed to be connected. That is, every two grid are connected by a path without mountains.

Fractal Example

Riveria

Draw “rivers” consisting of water tiles. Navy is probably necessary, but it is not going to dominate your game, since even if the land is not connected, adjacent continents are close to each other.

Riveria Example

Shader

Draws water, hills and mountains in broad strokes. Will probably contain one cluster of mountains and one big ocean, but the distribution and shape unpredictable.

Shader Example

Minor Options

Default water level and climate options are supported.

Maps can be generated in various symmetry types. The symmetry will be approximate, as is necessary for the more unusual types of symmetry (how can you get an “accurate” 3-way rotational symmetry?). It does not affect starting location placement either.

2-way rotational symmetry

Multiple climate modes are provided.

About

Map generator for Civilization IV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages