Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

Beautiful Water (Fork)

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ Forked from CrunchyDuck

Git Repo: Github[github.com]

What does this mod actually do?

It assigns a beauty value to water tiles.
Type of Water:

Beauty Value:

Shallow Water

1

Shallow Moving Water

1

Chest-deep moving Water

5 or 15 [1]

Shallow Ocean Water

5

Deep Water

15 [2]

Deep Ocean Water

25 [2]

Marsh

-1 [3]

  • There are mods that make Chest-Deep Moving Water impassable. If they are installed the beauty is bumped to 15
  • Water that you can't walk in is treated as a wall by the game, and therefore the beauty for these tiles only goes to a depth of 1.
  • Marsh has an in game default beauty of -3, but this only applies indoors.

Why was this forked?

The original mod was erroneously marked as compatible with Rimworld 1.1 despite it not actually supporting 1.1.

When the original was enabled on 1.1 the original would cause:

  • Errors on startup
  • The breaking of world generation

So how does the fork fix these issues?

It was honestly a really simple fix. All that needed to be done was to make a minor refactor to the Defs that changed it from relying on the Mod Check library to instead using the built in FindMod Patch Operation

Compatibility

Basic functionality of the mod seems to work fine on:

  • Beta 18
  • Beta 19

The automatic patching for the Impassable Chest-deep water mods has not been tested on these versions. There will be errors on startup as those versions do not support the multi version mod system.

Works alongside Beautiful Outdoors
I would greatly appreciate it if and when you run into issues if said issues are reported on this thread

Credits

CrunchyDuck for creating the original
Oken for making the thumbnails on the workshop, and for helping the original creator decide on the beauty values.
Meltup for Beautiful Outdoors sorry for stealing your patching code in the latest version