An open API service indexing awesome lists of open source software.

https://github.com/curegit/superplume

Civilization IV map script (a Perfect World 2 fork)
https://github.com/curegit/superplume

civilization-iv map-generation map-scripting python2 tectonics

Last synced: about 2 months ago
JSON representation

Civilization IV map script (a Perfect World 2 fork)

Awesome Lists containing this project

README

          

# Superplume: a Perfect World 2 fork

This is yet another trivial fork of the map script Perfect World 2 for Civilization 4.

![Superplume.py result](superplume.png)

## Changes

- Place glaciers along the northern and southern edges, as in the official maps
- Prevent peaks from being next to oceans
- Ensure that every sea resource is accessible from the coast
- Simplify the code by removing unnecessary definitions and lines
- Formatted the code by using Black to make it easier to maintain
- Minor bug fixes

## License

[GNU General Public License v2.0 or later](LICENSE)

## Development Notes

The game's map scripting reference is located at: `Assets\Python\EntryPoints\CvMapScriptInterface.py`