SaucyPigeon / RW-Realistic-Planets-Fan-Update

Note: I am not the original mod author. This is a fan update for RimWorld version 1.1. The original mod can be found here: https://steamcommunity.com/sharedfiles/filedetails/?id=1571623829&searchtext=realistic+planets
3 stars 1 forks source link

Boats: Settlements are not moved closer to sea with vanilla settings #31

Open SaucyPigeon opened 4 years ago

SaucyPigeon commented 4 years ago

With RPFU's nation building setting set as "none" and "consider temperature when placing factions" set to false, Boats should be able to move settlements towards the coast.

SaucyPigeon commented 4 years ago

This will require serious rework of faction generation. Would help if there was some form of faction generation framework that mods like Faction Control, Realistic Planets and Boats can use all together for maximum compatibility.

SaucyPigeon commented 4 years ago

Managed to gain compatibility with extensive use of transpilers on the TileFinder::RandomSettlementTileFor(Faction, Boolean, Boolean) method. Need to test with other faction-changing mods for further general compatibility. Compatibility with Faction Control remains.