RimWorld

RimWorld

5,736 ratings
Geological Landforms
222
50
20
57
69
17
30
15
44
20
9
24
19
8
13
13
8
8
6
5
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.3, 1.4, 1.5
File Size
Posted
Updated
10.908 MB
5 Mar, 2022 @ 2:10pm
22 Jan @ 7:46am
50 Change Notes ( view )

Subscribe to download
Geological Landforms

In 2 collections by m00nl1ght
m00nl1ght's Mods
4 items
m00nl1ght's Essentials: Medieval World [1.5]
35 items
Description
Adds 43 landforms to the game, which generate biome-independently.

You can see an example of each landform in the image gallery on this workshop page.

The goal of this mod is to make map generation more interesting and varied, compared to the vanilla experience of having either a cliff or a coast on one edge of your map.

Some of the landforms significantly affect gameplay and can make the game both easier or much more challenging in various ways. For example, Islands and Archipelagos are very remote but provide very little stone and ores, and Canyons and Rifts are very easy to defend and have plenty of ores, but provide very little natural resources like food, light, wood, and space to grow plants or keep animals.

Landforms of the selected world tile are listed at the bottom of the world map "Terrain" tab. Each landform only generates on tiles within its appropriate temperature range, rainfall amount and other conditions.

The landforms are optimized for the standard map size (250x250). Using a larger map size is also fine, but the landforms might not generate correctly if the map is too small.

Direct downloads for non-Steam users are available here: GitHub Releases[github.com]


Add-ons

Biome Transitions: Generates maps with multiple biomes on them when you settle at the border between two or more biomes on the world map.


Creating your own landforms

Pretty much everything about the landforms provided by this mod is fully configurable, including where and how often they appear on the world map, and how exactly they affect map generation. This mod includes a node-based landform editor that can be accessed from the mod settings.

If you would like to create new landforms, this is also possible. If you don't know how the internals of RimWorld's map generation and the math behind it work yet, I recommend using one of the existing landforms as a template, so you can play around with the values and see what they do.

Landforms are stored as xml files, so if you want to share a landform you created, simply upload its file to a filesharing service and post the link. You can find the landform files by clicking the "Open custom landform data directory" button in the mod settings.


FAQ

> How is this mod different from other map generation mods?
Geological Landforms does not add or modify any biomes, and instead adds a separate layer to map generation that can then independently be applied to any biome, including ones added by other mods.

> How do events and raids work on islands?
All landforms (should) always leave at least one part of the map edge walkable, which allows events and raids to happen normally. For islands specifically, at least one side will always have shallow water to allow entering and leaving the map.

> Can I add this mod to an existing save?
Yes, it can be added at any time. Of course existing colony maps will not be affected, only new ones generated after the mod was added.

> Can I safely remove this mod from an existing save?
Yes, unless you have settled on an impassable mountains tile, which is not supported by vanilla. In that case, move to a normal tile before removing the mod.

> How can I easily find a specific landform on the world map?
Select any tile, open the "Terrain" tab and click the "Search for landform nearby" button. Alternatively, you can install Prepare Landing which allows filtering all world tiles based on selected criteria. Geological Landforms contains an integration patch that adds a filter for landforms, you can find it in the "Terrain II & Temp" tab.


Recommended Mods

  • Map Preview: Adds a map preview to the world map. It shows you the map that will generate if you settle on the currently selected world tile.

  • Prepare Landing: Allows filtering all world tiles based on selected criteria, including specific landforms, so you can find your perfect starting spot.


Compatibility

  • Biomes! Islands: Compatible, and there is an integration feature that allows the plants and animals from Biomes! Islands to spawn on coastal landforms.

  • ReGrowth Collection, Alpha Biomes and other biome mods: Compatible, landforms will generate in any biome as long as its requirements (temperature, rainfall, etc) are fulfilled.

  • Map Designer and [KV] Configurable Maps: Compatible, but not all settings from those mods will still apply if there is a landform present, and some will override landforms.

Geological Landforms provides a XML DefModExtension that authors of biome mods can use to control which landforms are allowed to spawn in their biomes. More details and an example are available on the Wiki page[github.com].


Credit

This mod uses Harmony[github.com], thanks to Andreas Pardeike for creating this awesome patching library.

The landform editor uses the C# library "Node Editor Framework" by Seneral, a flexible and modular framework for creating node based displays and editors in Unity.

Landform ideas:

Included translations:

This mod is inspired by multiple great mods from earlier versions which unfortunately seem to be abandoned. Geological Landforms does not use any content or code from these mods though.


Links

[discord.gg]
[github.com]

Popular Discussions View All (4)
286
4 Jan @ 4:44am
PINNED: Bug Reports
m00nl1ght
109
10 Jan @ 2:21pm
PINNED: Suggestions and Ideas
m00nl1ght
7
5 Nov, 2024 @ 8:42am
A bug but not yours
1M_1D10T
1,252 Comments
m00nl1ght  [author] 25 Jan @ 4:52am 
@theDehumanized

No issues with it have been reported.
theDehumanized 24 Jan @ 1:00pm 
Is this compatible with Winter Taiga mod?
Lightwave 23 Jan @ 5:47am 
Don't worry about translation mods: they will override translation data from this mod. Just put a translation mod below original mod in your modlist and you're good.
Little Mermaid 22 Jan @ 4:27pm 
Got it, thanks for replies!
m00nl1ght  [author] 22 Jan @ 3:55pm 
@Little Mermaid

I don't mind accepting an integrated translation when someone submits one. Separate translation mods still work regardless, and can be used by anyone who prefers them. If the integrated one becomes outdated, possibly someone will submit an update, or worst case I can just remove it when too out of date.
Little Mermaid 22 Jan @ 3:08pm 
Sorry, mistakenly deleted the comment.I think it is possible not to integrate the translation at all - there are lots of separate translations. Your mod will be updated for sure, and I think that this translation will not keep up with it).
m00nl1ght  [author] 22 Jan @ 3:03pm 
@Little Mermaid

Hi. I do not speak russian, therefore I can only accept what is submitted. If you want to improve the translation, you are welcome to submit your changes on GitHub [github.com].
m00nl1ght  [author] 21 Jan @ 12:07pm 
@Felios

Thanks, glad you like it
Felios 21 Jan @ 11:47am 
This is one of my favorite mods
m00nl1ght  [author] 13 Jan @ 4:22am 
Update 1.7.2

- Fixed compatibility with the 'BetterLoading' mod