RimWorld - Tynan
We've just released another hotfix of version 1.1. It should be compatible with all mods and saves.

Change list:

- Updated translations
- Add feedback on trying to deconstruct walls of a mech cluster before defeating it.
- Give 1 psychic amplifier as inheritance reward. Make title rewards a separate message that can handle more than 1 item.
- Cancelling monument markers for quests sends a copy via drop pod.
- Adjust smelt apparel description.
- Fix: Mod descriptions are cut off if they use <size> tags.
- Fix: Royal ascent quest doesn't end properly when the stellarch dies before arriving
- Fix: Unfeasible farming decrees during winter.
- Fix: Royal prisoners try to swap pants continuously.
- Fix: Explosion in null map error in SmokepopBelt for unspawned pawns
- Fix: Designators not appearing with old custom scenarios where rules is null.
- Fix: Fertility grid doesn't update when edifices are removed.
- Fix: Can trade with outpost without required title.
- Fix: Transhumanists aren't satisfied with certain implants.
- Fix: Missing translation key.
- Fix: Various typos.
RimWorld - Tynan
We've been hard at work on a hotfix for some important bugs discovered in 1.1. The hotfix build is now released. The build number is 1.1.2257.

Saves and mods should be 100% compatible.

Please let us know if you have any trouble with it!

We're still working and there will be more hotfix builds with language updates and more fixes.

Fixes:

- Fixed not being able to uninstall/reinstall unstable power cells after defeating mech cluster.
- Made smoothed stone count as floor for royal room requirements.
- Fixed a bug where the mechanoid cluster quest never completes.
- Mech clusters can no longer drop indoors.
- Fixed a bug where injured pawns would never do recreation.
- Added info on new features to ModUpdating.
- Fixed a bug where turrets have a red cross overlay after loading a 1.0 savegame.
- Fixed a bug where a "colonist died" thought would appear when a quest helper died.
- Mood caused mental breaks are now disabled for the wimp from the noble wimp quest.
- Change string.Replace to Substring for finding relative file path in LanguageData.
- Fixed a bug where the "Carry to shuttle" command drops the target on the floor if the shuttle is outside the allowed area.
- The Empire intro quest is now skipped if the player has opted out of royal favor rewards from the Empire.
- Fixed a bug where arrest success chance can exceed 100%.
- Fixed a bug where royal apparel generated on non-royal characters to satisfy warmth requirements.
- Fixed a bug where a different trader would arrive than the one requested.
- Added monument size limit for quests.
- Fixed a bug where the noble wimp doesn't leave the colony after the quest ends
- Fixed a bug where the "Open linked quest" command appears even if the quest is expired/completed/dismissed.
- Fixed a bug where unnecessary blueprints are removed in DoTerrainChangedEffects
- Fixed a bug that would cause a black screen if a mod was missing packageID in dependencies.
- Fixed a few typos.

Modding features:

- Added IgnoreIfNoMatchingField attribute to allow having custom data in About.xml.
- Added the ability to set description and dependency relations on a game version-specific basis for About.xml.
- Added support for negative conditional load folders support. Rename attributes to IfModActive/IfModNotActive. Allow comma-separated packageId lists as values.
- Added Language folder support to LoadFolder system.
- Added MayRequire attrib functionality to individual load folders, to allow using them conditionally.

RimWorld - Tynan
Two big pieces of news today!

Free update to version 1.1
RimWorld's free 1.1 update is now live for all players! This update has been on the unstable branch for a week to smooth the transition for mods, and now it's the standard branch for everyone.

To see the full change log for this update, see the end of this post.

RimWorld - Royalty released
RimWorld's new expansion RimWorld - Royalty is available!

See the trailer and full description on the RimWorld - Royalty Steam page here.


See the trailer and full description on the RimWorld - Royalty Steam page here.

The expansion includes a new system for nobles and titles, psychic powers, mechanoid combat structures, quests and rituals, luxurious palaces, Imperial technology, and new music from Alistair Lindsay.

Here's some of the things that have been important to us recently:

Supporting modders: I was a modder for 5+ years, back in the days of Unreal Tournament. So mod support, and supporting the mod community has been critical to us for a long time.

That's why we've brought A-list modders like Brrainz and Fluffy to give feedback on our development. We also did a public beta of version 1.1 to give time for mods to be updated. We added multi-version support for mods so players would still be able to continue on version 1.0 without mods breaking (if modders choose to support that).

Supporting modders also means being clear about the relationship between mod content and official content:
  • The Royalty expansion is 100% original content created by us. With 6,000 mods out for RimWorld, it's bound to have some superficial resemblance to a few of them, but the resemblance is skin-deep. In implementation it's all new. In actual play and features it's a distinct experience unlike any mod or combination of mods. It's the product of 16 months of development from the same team that made RimWorld.
  • The free 1.1 update includes one piece of mod content, the Vanilla Animals art by Oskar Potocki. Since Oskar worked for us making the art for Royalty, he offered the Vanilla Animals art as well. We redesigned these animals in terms of gameplay, and added original sound effects.
Expanding Ludeon: Through all of RimWorld development from 2013 to its release in 2018, our team size hovered between two and three developers. Since the game's release, we've been scaling up. Now we're at seven developers, which has allowed us to work on multiple projects in parallel. This is how we've been able to commit resources both to improving RimWorld's core and adding new free content, as well as developing a rich expansion that opens up new kinds of gameplay.

Keeping the community together: With an expansion pack, there is always the worry that the community could be split into different shards, where one part has the expansion and the other doesn't. This is a concern with mods, because people want mods to be widely compatible. It's been something at the front of my mind since we started working on Royalty in 2018. So Royalty is carefully designed not to modify any of the 'bases' of gameplay in RimWorld.

For example, some features, like the new Quest system, are included in the 1.1 free update since it wouldn't be natural to make these an add-on.

Royalty is designed to be a clean drop-in piece expansion, so only mods that expand directly on its unique content will need to depend on it. I expect nearly all mods going forward to work equally well with or without Royalty. We'll be watching this and adjusting things to keep the community unified going forward.

Technical details
If you’re playing without mods: You’ll be able to update and continue playing on the new version without interruption.

If you're using mods that haven't added support for 1.1: You can continue playing version 1.0 as long as you like by using the version-1.0 beta branch. To access it, right-click RimWorld in your Steam library list, click Properties, then select the ‘betas’ tab. Select ‘version-1.0’ from the drop-down list. You'll want to change this back to 'default' eventually.

For modders: We did a lot of work before 1.0 and in this version to make updating as painless as possible. There’s a guide to updating mods to 1.1 included in the game files, called ModUpdating.txt. The excellent modder Brrainz has also written a separate online guide here – thanks to him! You can also get live help with modding on the RimWorld Discord server.

The game now includes a system for handling multi-version mods, so there is no need to make multiple Workshop items or break old mod uploads by updating them in-place.

We will be carefully watching for critical bugs and fixing them! If you find anything, please post about it on the Ludeon bugs forum.

Thanks
Big thanks to the developers who worked on 1.1 and this expansion: Piotr Walczak, Kenneth Ellersdorfer, Igor Lebedev, and Matt Ritchie. Thanks to Oskar Potocki both for his new art made just for us, and for providing his animal art. And I have to thank the volunteer modders, testers, and translators who helped out: Haplo, Brrainz, Pheanox, Dubski, Jaxxa, alphaBeta, Diana Winters, XeoNovaDan, someonesneaky, Mehni, RawCode, and many others. Thank you.

1.1 free update change list
Below this is the changelist for the free 1.1 update. All players of the base game get all the below improvements automatically for free. The Royalty expansion adds more content on top of this, which you can see on its Steam page.

New features
  • UI now looks sharp at UI scales over 1.0. Great for 4K monitors.
  • New Quests tab provides information about available, active, and historical quests.
  • Added a new data-driven quests generation and management system. This should make it straightforward for modders and us to add or change quests without programming.
  • UI now uses colored text to highlight important words like character names, places, and rewards.
  • Improved the mod management interface and code.
  • Mods now have a global package ID which lets them refer to each other.
  • Mods can now define other mods they must be loaded after or before. Added a tool to automatically sort the mod list.
  • Mods can now define other mods that they depend on. Shortcuts allow the player to easily download required mods.
  • Mods can now define other mods that they are incompatible with. The interface will warn players about incompatibilities.
  • Added loading screen tips. These are short bits of text helping the player understand an obscure aspect of the game. They’re displayed during loading.
  • Loading screen now displays present and active expansions and mods.
  • Added room stats gizmo, which displays the stats of the room containing a selected building, at a glance.
  • Added recon armor, a lighter variant of marine armor.
  • Added EMP launcher weapon. It fires EMP grenades a long distance.
  • Added smoke launcher weapon. It fires smoke grenades a long distance.
  • Added smoke grenadier enemy.
  • Added a planet population slider to the planet generation parameters.
  • Added animals: Bison, donkey, duck, goat, goose, guinea pig, horse, sheep, yak.
  • Added ‘tortured artist’ trait. The character has a permanent mood debuff, but gets art inspirations from low mood.
  • Added a bunch of new backstories across multiple categories.
  • Added heatstroke alert for colonists and tame animals.
  • Added taming inspiration, which makes the next tame attempt very likely to succeed.
  • Added fertility overlay, which shows terrain fertility in an easy-to-see way.
  • Added terrain affordance overlay, which shows where you can build what in an easy-to-see way.
  • Added barricades, which are like sandbags, but can be constructed of metal, wood, or stone. Changed sandbags to be constructed of textile stuff instead of steel.
  • Added an option to choose which kinds of letters pause the game.
  • Added recipes to burn entire stacks of drugs at once.
  • Added wooden hand and wooden foot.
  • Added a variety of new tribal backstories.
  • Added a letter to the player when a colonist is kidnapped, noting that there will be chances to get them back.
  • Added asexual trait.
  • Bisexual trait is no longer hidden.
  • Context menu now shows icons next to each option depending on what’s being chosen. E.g. When choosing a building material, see icons for the material. When choosing a drug to administer, see icons for the drugs. And so on.
  • Info cards can now include hyperlinks to other info cards. This is used in various places. For example, the info card for animals (and people) links to the type of meat and leather you can get from them. Info card for plants links to what you harvest from them. Info card for surgeries links to each ingredient. Info card for buildings links to the building materials. And so on.
  • Info card now visually displays the object being inspected.
  • Added weapon biocoding, which makes a weapon only usable by one individual.
  • For modders, added ModUpdating.txt, a file included with each version from now on with notes on what they might need to update to keep their mod working.
  • Added Greek language localzation created by some wonderful volunteers.
  • Added new Pikeman long-ranger mechanoid.
  • Generation of ancient ruins is much richer now. They will have far more interesting shapes.
  • Added new buildings: Column, large stele, grand stele, urn (ancient ruins only).
Adjustments
  • The game now uses an incremental garbage collector, which should remove the periodic frame hitches that would appear when a lot of memory was allocated and released. However, note that there is still a cost to memory allocations, so modders should still try to reduce allocation wherever possible.
  • Optimizations to many systems. Performance should be significantly better, especially in complex game situations with many pawns.
  • Faction icons are now differentiated by shape as well as color, to help out colorblind players.
  • Redesigned how the underground mineral scanner works. Instead of showing all minerals on the map instantly, it can be worked at by a pawn, who will periodically find new mineral patches. This can go on forever, so minerals are never exhausted.
  • Split tribe into two factions, the gentle tribe (naturally neutral) and fierce tribe (naturally hostile).
  • Redesigned the system for generating ruined buildings on map start to make much more varied and interesting ruins.
  • Prisoner tab now shows slave price, recruitment chance, potential faction relation gain upon release, and information about the last recruiter and their impacting.
  • Added new body impact visual effects for when a creature gets hit by a projectile.
  • Added ‘pawn lost’ thought that happens when a pawn is kidnapped or abandoned by their caravan.
  • Downed pawns can now be loaded into transport pods like prisoners.
  • Added confirmation dialog before attacking friendly factions.
  • Added ‘allow refueling’ toggle to torch, campfire and passive cooler.
  • Pawns now really like the pawn who rescued them.
  • Added toggle refuel allow command to pod launcher, wood generator, chemfuel generator, fueled smithy and fueled stove.
  • Added an explanatory letter telling players how to get advanced components for the fabrication bench.
  • Added skill descriptions to combat log text.
  • Added an arrow that points at the UI during the tutorial.
  • Added scar pain feedback and reworked how scar pain works. Scars are now assigned an easy-to-understand pain category instead of an obscure number.
  • Added ‘freed from slavery’ mood-boosting thought for pawns bought from a trader.
  • Trade interface now shows the next restock time for settlements.
  • Added mood boost when prisoner released.
  • Open caskets now look different from closed ones.
  • Brawler trait disallows shooting passion.
  • Colonists attending a party gain recreation value.
  • Player can now inspect the contents of cryptosleep caskets on a new tab.
  • Stomach is no longer a vital organ.
  • Changed animal rescue radius from 30 to 75.
  • Info card for surgeries now shows the chance of death upon failure.
  • Info card shows max hit points factor for materials.
  • Interface now reports the chance of a successful arrest before you try to make it.
  • Insect hives slowly heal over the course of days.
  • Reworked how traits and work disables are laid out in the Bio tab for greater space efficiency.
  • Changed caravan reform to be allowed with sleeping hostiles on site.
  • Changed sites to stop and reset forced exit timer when enemies start a battle (for awakening mechanoids and hidden ambushes).
  • Reworked the world site system to allow easier combination of different site parts, and to feed things back to the player more flexibly.
  • Added the ability for world sites to have unknown parts.
  • Rebalanced sleeping sickness.
  • Rebalanced mechanoid bodypart coverages
  • Changed rare thrumbo incident to send from 2 to 6 thrumbos.
  • Adjusted a lot of text to use a colon instead of brackets, and to consistent use a capital after colon.
  • Ashes from burned plants and buildings now survive rain and disappear after 10-15 days. They’re also visually larger.
  • Trade price improvement from negotiator is now reported on the trade screen.
  • Tattered apparel and unhappy nudity alerts now shows how many are affected.
  • Changed and fixed some hotkeys.
  • Smelting, burning and destruction review. Plate armor is now smeltable, except for wooden plate armor which is burnable. Wooden club also is burnable now and the metallic variants are smeltable. Apparels from hyperweave or devilstrand can no longer be burnt, can destroy apparels now same as with weapons. Neolithic ranged weapons can now be burnt.
  • Placing turrets now shows min and max range, not just max range.
  • IEDs now explode when bullets hit them.
  • Pawns no longer engage in recreational acitivites when injured, unless the activity can be done in bed.
  • Bridges now only support light buildings.
  • The terrain requirements for building walls now depends on what they’re built from. This means stone walls can’t be built on bridges any more.
  • Pawns now sometimes take the family name of their partner upon marriage.
  • Dementia now causes slow skill losses.
  • Rework stock generation for all trader and settlement types.
  • Factions tab display changed for clarity; enemy relations are shown with icons.
  • Bio tab now displays faction icons.
  • History messages tab layout reworked – tooltip replaced with a pane on the right side that displays the letter.
  • Credits now list the memory of colonists who died.
  • Anasthetic now wears off slowly instead of all at once. The person will be drowsy for some time.
  • Nimble pawns are now better at avoiding traps.
  • Increased the selection limit up to 200.
  • Combined the stats ArtSpeed, TailoringSpeed and SmeltingSpeed into UnskilledLaborSpeed and renamed UnskilledLaborSpeed to GeneralLaborSpeed.
  • Renamed sculptor’s table to art bench since it’s not just for sculptures any more.
  • Localization data is now packed into a single file per language, which massively reduces the number of files in an install of the game and speeds up various file operations.
  • Many other balance changes, code improvements, optimizations, and adjustments.
Fixes
  • Fix: Explosions from missed projectiles landing in wall cells could hit things on the other side of the wall.
  • Fix: Enemy settlements could generate with floors on water.
  • Fix: Nutrition eaten per day readout when forming a caravan would be affected by the current hunger level.
  • Fix: Manhunting animals could attack doors without seeing anyone going through them.
  • Fix: Corpses wouldn’t create corpse bile.
  • Fix: Colonists could play horseshoes from a different room.
  • Fix: Prisoner’s food restrictions were ignored when the food came from the warden’s inventory.
  • Fix: Duplicate context menu options on campfire when producing psychite tea.
  • Fix: Can’t give a rescued addict their drug without angering their faction.
  • Fix: Goodwill change during siege does not end attack.
  • Fix: Blind guy won’t use recreation.
  • Fix: Jawless animals can still haul.
  • Fix: Prisoner gets mood debuff when colonist euthanized.
  • Fix: Wind turbines register no wind during windy storm.
  • Fix: Shelves have no path cost and description doesn’t state they hide beauty of things inside of them.
  • Fix: No mood penalty for giving bonded animal as a gift if sent by transport pod.
  • Fix: Pawns with one-arm and alcohol withdrawal are unable to manipulate anything at all.
  • Fix: Pawn with alcohol-induced brain damage are doomed to die.
  • Fix: Uninstalling a trap does not properly roll the chance to trigger the trap.
  • Fix: Wild animals spawn in sealed underground spaces.
  • Fix: Pregnant animal is also viewed as sick one (since pregnancy affects its capacities), so it sells for less than one with no health conditions.
  • Fix: No forced departure countdown for caravan if there are sleeping mechanoids.
  • Fix: Luciferium wont remove Frail. Now, lucifierum can remove all chronic health conditions.
  • Fix: Even if campfire runs out of fuel during cooking, cooking continues.
  • Fix: Raiders keep attacking walls forever after their group flees.
  • Fix: Crashed ship parts that land on bridges are instantly destroyed.
  • Fix: Duplicate context menu options when opening cryptosleep casket.
  • Fix: Butchering rotted animal yields fresh meat even if it rots during the job.
  • Fix: Lag spikes on animal birth in endgame.
  • Fix: Storyteller choice resets when you reopen the storyteller config page.
  • Fix: When placing a cooler, the system ignores blueprints and building frames.
  • Fix: The ‘restore default settings’ tool exits game without saving.
  • Fix: If your only colony is on an island, the endgame quest to journey to the ship never occurs.
  • Fix: Rain and Snow weather overlay textures replaced with blank rectangles in old colonies due to loss of floating-point precision.
  • Fix: Age displayed differently in trade screen and on colonist.
  • Fix: Animals that are wandering won’t follow area restrictions.
  • Fix: Hopper and vitals monitor rotate in the opposite direction from other buildings.
  • Fix: Can’t restrict ambrosia in food restrictions.
  • Fix: Administered beer does not provide nutrition.
  • Fix: Steadfast and iron-willed traits effects’ are clamped to a small effect.
  • Fix: When a colonist dies while being rescued, others get no negative thoughts.
  • Fix: For the ‘drag a character from left behind to selected’ tutorial instruction, it allows you to drag a character anywhere at all, even just within ‘left behind’. It should only accept dragging from left behind to selected.
  • Fix: It’s possible to land in any biome in the tutorial by selecting a landing site, going to the character creation screen, then going back to select a different landing site.
  • Fix: Insects can be tamed and hunted after their hives are destroyed.
  • Fix: Preferred character list not working correctly.
  • Fix: Power conduit graphic does not display properly on top of grave.
  • Fix: Change colonist schedule to ‘sleep’ instantly ends the food binge mental state.
  • Fix: Selecting several beds causes a major performance drop.
  • Fix: Manhunter pack incident not working on high wealth or difficulty.
  • Fix: Can see things in undiscovered cells if they peek around the edge of the fog.
  • Fix: Arrested wild man don’t use nutrient despenser and can’t receive food.
  • Fix: Military commissar backstory missing Social bonus.
  • Fix: Allies can sometimes push player pawns out of cover during combat.
  • Fix: ‘Run in background’ being disabled can make the game stop loading when in the background.
  • Fix: Player can start with pets his pawns can’t keep tame.
  • Fix: Escape ship letter mentions raiders even in peaceful difficulty, where they are not present.
  • Many other fixes.
RimWorld - Tynan
Another update with some fixes!

- Fix: Material memory leak in DrawFieldEdges and possibly other places
- Updated translations and player created names.
RimWorld - Tynan
Another small update with some fixes today.

- Fix RebuildModList being called prmaturely during initialization.
- Fix nested RebuildModList calls messing up active mod list in some cases.
- Convert all tabs to spaces in ModUpdating.xml
- When a kidnapped pawn dies, we now remove the "lost" thoughts because we add "died" thoughts anyway.
- Workaround for text overflowing a single character with UI scaling. Also, reset label width cache when changing scaling.
- Drafted colonists again automatically shoot fleeing enemies. Raiders and drafted colonists again automatically shoot all insects.
- Replace string.GetHashCode with GenText.StableStringHash for mod packageId.
RimWorld - Tynan
Another minor update to 1.1 unstable. There are a few more final fixes to do. Thanks to everyone who reported a bug on the bugs forum!

- Fix: Selecting different kinds of zones displays first selected label in inspect pane.
- Fix: Minor graphical issue with IED antigrain warhead trap transparency
- Fix: inspect pane displays name of first selected pawn if several are selected.
- Fix: Multi-selecting minified things selects all minified things in view.
- Fix: Barricades are never flammable, even if made of wood.
- Fix: Mouse scrolling is inverted on Linux

This is version 1.1.2550.
RimWorld - Tynan
I've just pushed version 1.0.2549. This is an update to version 1.0.

The only change is that the game will no longer log errors when processing mod metadata (About.xml) from a multi-version mod that supports 1.0 and 1.1. It's purely a small compatibility fix.
RimWorld - Tynan
A new version of 1.1 unstable has just been posted.

- Improved the code that auto-generates packageIds for old mods. It should generate somewhat meaningful packageIds where possible, and use some hashed data to avoid collisions.
- Medieval weapons can no longer be biocoded since it made no sense.
- Fixed an issue that caused spurious error happens if a mod defines no defs, but still has patches.
- Fixed mod sorting tool using packageId with postfix.
- Removed warnings on duplicate mods present but only one of them active
- Fixed typos and outdated references in ModUpdating.xml.
- Re-labeled some animal trainables to better match what they actually mean. "Obedience" is now called "Guard", and "Release" is now called "Attack".
- Removed some guard and attack trainability from a few animals where it didn't make sense and broke gameplay roles.

Regarding the last entry above, the goal is to move towards a situation where animals have identifiable purposes distinct from each other. There should be some distinction between combat animals, utility animals, economic animals, and multi-role animals, as opposed to every random chinchilla, cow, rabbit, and wolf in the colony following colonists into combat in an incoherent gaggle. This is a small step in that direction.

As always, I'm very thankful for all ongoing feedback. It's exciting to finally be in contact with the wider player base after having been working in private for so long.
RimWorld - Tynan
A new build of 1.1 unstable is up! Just some minor fixes.

The changes are:

- Fixed a bug that caused mods to not load if they added defs using patches (which is useful if you want to add a def based on some condition).
- In About.xml, we changed <supportedGameVersions> back to <supportedVersions> for consistency. Modders can remove <supportedGameVersions> now.
- We rewrote part of ModUpdating to reflect the fact that 1.0 can load some content from a folder named "1.0", and removed corresponding warnings from code. See ModUpdating.txt for full details.

Thanks for the ongoing feedback everyone! And to our excellent volunteer testers and modders for giving such useful feedback. It's really down to them that this release has gone smoothly.
RimWorld - Tynan
RimWorld version 1.1, a major update from version 1.0, is now available for public testing and modding on Steam’s unstable beta branch. That’s right everyone – RimWorld is done, but that doesn’t mean we’re done with it!

You can find a full change log for this update at the bottom of this post. This update will be released to the default branch soon; we’ve placed it on the unstable branch now to get in some final testing and to smooth out the transition for mods.

If you want to help test, right-click RimWorld in your Steam library list, click Properties, then select the ‘betas’ tab. Select ‘unstable’ from the drop-down list. Note that this version is unstable and might break.

We will be carefully watching for critical bugs and fixing them! If you find anything, please post about it on the Ludeon bugs forum.

About compatibility:
  • If you’re playing without mods: You’ll be able to update and continue playing on the new version without interruption.
  • If you’re playing with mods: Simple data-only mods, like new hairstyles, will probably work on the new version without changes. Complex mods will break. If you’re using complex mods, I recommend that you set your Steam branch to version-1.0. Then, set it back to default after your mods have been updated in a few weeks. Anyone can keep playing on version 1.0 as long as they wish, using the version-1.0 branch.
For modders: We did a lot of work before 1.0 and in this version to make updating as painless as possible. There’s a guide to updating mods to 1.1 included in the game files, called ModUpdating.txt. The excellent modder Brrainz has also written a separate online guide here – thanks to him! You can also get live help with modding on the RimWorld Discord server.

The game now includes a system for handling multi-version mods, so there is no need to make multiple Workshop items or break old mod uploads by updating them in-place. (Mods which gain support for 1.1 will log an error message in version 1.0, but this error is harmless.)

Big thanks to Oskar Potocki for donating his Vanilla Animals mod to become part of the core game.

New features
  • UI now looks sharp at UI scales over 1.0. Great for 4K monitors.
  • New Quests tab provides information about available, active, and historical quests.
  • Added a new data-driven quests generation and management system. This should make it straightforward for modders and us to add or change quests without programming.
  • UI now uses colored text to highlight important words like character names, places, and rewards.
  • Improved the mod management interface and code.
  • Mods now have a global package ID which lets them refer to each other.
  • Mods can now define other mods they must be loaded after or before. Added a tool to automatically sort the mod list.
  • Mods can now define other mods that they depend on. Shortcuts allow the player to easily download required mods.
  • Mods can now define other mods that they are incompatible with. The interface will warn players about incompatibilities.
  • Added loading screen tips. These are short bits of text helping the player understand an obscure aspect of the game. They’re displayed during loading.
  • Loading screen now displays present and active expansions and mods.
  • Added room stats gizmo, which displays the stats of the room containing a selected building, at a glance.
  • Added recon armor, a lighter variant of marine armor.
  • Added EMP launcher weapon. It fires EMP grenades a long distance.
  • Added smoke launcher weapon. It fires smoke grenades a long distance.
  • Added smoke grenadier enemy.
  • Added a planet population slider to the planet generation parameters.
  • Added animals: Bison, donkey, duck, goat, goose, guinea pig, horse, sheep, yak.
  • Added ‘tortured artist’ trait. The character has a permanent mood debuff, but gets art inspirations from low mood.
  • Added a bunch of new backstories across multiple categories.
  • Added heatstroke alert for colonists and tame animals.
  • Added taming inspiration, which makes the next tame attempt very likely to succeed.
  • Added fertility overlay, which shows terrain fertility in an easy-to-see way.
  • Added terrain affordance overlay, which shows where you can build what in an easy-to-see way.
  • Added barricades, which are like sandbags, but can be constructed of metal, wood, or stone. Changed sandbags to be constructed of textile stuff instead of steel.
  • Added an option to choose which kinds of letters pause the game.
  • Added recipes to burn entire stacks of drugs at once.
  • Added wooden hand and wooden foot.
  • Added a variety of new tribal backstories.
  • Added a letter to the player when a colonist is kidnapped, noting that there will be chances to get them back.
  • Added asexual trait.
  • Bisexual trait is no longer hidden.
  • Context menu now shows icons next to each option depending on what’s being chosen. E.g. When choosing a building material, see icons for the material. When choosing a drug to administer, see icons for the drugs. And so on.
  • Info cards can now include hyperlinks to other info cards. This is used in various places. For example, the info card for animals (and people) links to the type of meat and leather you can get from them. Info card for plants links to what you harvest from them. Info card for surgeries links to each ingredient. Info card for buildings links to the building materials. And so on.
  • Info card now visually displays the object being inspected.
  • Added weapon biocoding, which makes a weapon only usable by one individual.
  • For modders, added ModUpdating.txt, a file included with each version from now on with notes on what they might need to update to keep their mod working.
  • Added Greek language localzation created by some wonderful volunteers.
  • Added new Pikeman long-ranger mechanoid.
  • Generation of ancient ruins is much richer now. They will have far more interesting shapes.
  • Added new buildings: Column, large stele, grand stele, urn (ancient ruins only).
Adjustments
  • The game now uses an incremental garbage collector, which should remove the periodic frame hitches that would appear when a lot of memory was allocated and released. However, note that there is still a cost to memory allocations, so modders should still try to reduce allocation wherever possible.
  • Optimizations to many systems. Performance should be significantly better, especially in complex game situations with many pawns.
  • Faction icons are now differentiated by shape as well as color, to help out colorblind players.
  • Redesigned how the underground mineral scanner works. Instead of showing all minerals on the map instantly, it can be worked at by a pawn, who will periodically find new mineral patches. This can go on forever, so minerals are never exhausted.
  • Split tribe into two factions, the gentle tribe (naturally neutral) and fierce tribe (naturally hostile).
  • Redesigned the system for generating ruined buildings on map start to make much more varied and interesting ruins.
  • Prisoner tab now shows slave price, recruitment chance, potential faction relation gain upon release, and information about the last recruiter and their impacting.
  • Added new body impact visual effects for when a creature gets hit by a projectile.
  • Added ‘pawn lost’ thought that happens when a pawn is kidnapped or abandoned by their caravan.
  • Downed pawns can now be loaded into transport pods like prisoners.
  • Added confirmation dialog before attacking friendly factions.
  • Added ‘allow refueling’ toggle to torch, campfire and passive cooler.
  • Pawns now really like the pawn who rescued them.
  • Added toggle refuel allow command to pod launcher, wood generator, chemfuel generator, fueled smithy and fueled stove.
  • Added an explanatory letter telling players how to get advanced components for the fabrication bench.
  • Added skill descriptions to combat log text.
  • Added an arrow that points at the UI during the tutorial.
  • Added scar pain feedback and reworked how scar pain works. Scars are now assigned an easy-to-understand pain category instead of an obscure number.
  • Added ‘freed from slavery’ mood-boosting thought for pawns bought from a trader.
  • Trade interface now shows the next restock time for settlements.
  • Added mood boost when prisoner released.
  • Open caskets now look different from closed ones.
  • Brawler trait disallows shooting passion.
  • Colonists attending a party gain recreation value.
  • Player can now inspect the contents of cryptosleep caskets on a new tab.
  • Stomach is no longer a vital organ.
  • Changed animal rescue radius from 30 to 75.
  • Info card for surgeries now shows the chance of death upon failure.
  • Info card shows max hit points factor for materials.
  • Interface now reports the chance of a successful arrest before you try to make it.
  • Insect hives slowly heal over the course of days.
  • Reworked how traits and work disables are laid out in the Bio tab for greater space efficiency.
  • Changed caravan reform to be allowed with sleeping hostiles on site.
  • Changed sites to stop and reset forced exit timer when enemies start a battle (for awakening mechanoids and hidden ambushes).
  • Reworked the world site system to allow easier combination of different site parts, and to feed things back to the player more flexibly.
  • Added the ability for world sites to have unknown parts.
  • Rebalanced sleeping sickness.
  • Rebalanced mechanoid bodypart coverages
  • Changed rare thrumbo incident to send from 2 to 6 thrumbos.
  • Adjusted a lot of text to use a colon instead of brackets, and to consistent use a capital after colon.
  • Ashes from burned plants and buildings now survive rain and disappear after 10-15 days. They’re also visually larger.
  • Trade price improvement from negotiator is now reported on the trade screen.
  • Tattered apparel and unhappy nudity alerts now shows how many are affected.
  • Changed and fixed some hotkeys.
  • Smelting, burning and destruction review. Plate armor is now smeltable, except for wooden plate armor which is burnable. Wooden club also is burnable now and the metallic variants are smeltable. Apparels from hyperweave or devilstrand can no longer be burnt, can destroy apparels now same as with weapons. Neolithic ranged weapons can now be burnt.
  • Placing turrets now shows min and max range, not just max range.
  • IEDs now explode when bullets hit them.
  • Pawns no longer engage in recreational acitivites when injured, unless the activity can be done in bed.
  • Bridges now only support light buildings.
  • The terrain requirements for building walls now depends on what they’re built from. This means stone walls can’t be built on bridges any more.
  • Pawns now sometimes take the family name of their partner upon marriage.
  • Dementia now causes slow skill losses.
  • Rework stock generation for all trader and settlement types.
  • Factions tab display changed for clarity; enemy relations are shown with icons.
  • Bio tab now displays faction icons.
  • History messages tab layout reworked – tooltip replaced with a pane on the right side that displays the letter.
  • Credits now list the memory of colonists who died.
  • Anasthetic now wears off slowly instead of all at once. The person will be drowsy for some time.
  • Nimble pawns are now better at avoiding traps.
  • Increased the selection limit up to 200.
  • Combined the stats ArtSpeed, TailoringSpeed and SmeltingSpeed into UnskilledLaborSpeed and renamed UnskilledLaborSpeed to GeneralLaborSpeed.
  • Renamed sculptor’s table to art bench since it’s not just for sculptures any more.
  • Localization data is now packed into a single file per language, which massively reduces the number of files in an install of the game and speeds up various file operations.
  • Many other balance changes, code improvements, optimizations, and adjustments.
Fixes
  • Fix: Explosions from missed projectiles landing in wall cells could hit things on the other side of the wall.
  • Fix: Enemy settlements could generate with floors on water.
  • Fix: Nutrition eaten per day readout when forming a caravan would be affected by the current hunger level.
  • Fix: Manhunting animals could attack doors without seeing anyone going through them.
  • Fix: Corpses wouldn’t create corpse bile.
  • Fix: Colonists could play horseshoes from a different room.
  • Fix: Prisoner’s food restrictions were ignored when the food came from the warden’s inventory.
  • Fix: Duplicate context menu options on campfire when producing psychite tea.
  • Fix: Can’t give a rescued addict their drug without angering their faction.
  • Fix: Goodwill change during siege does not end attack.
  • Fix: Blind guy won’t use recreation.
  • Fix: Jawless animals can still haul.
  • Fix: Prisoner gets mood debuff when colonist euthanized.
  • Fix: Wind turbines register no wind during windy storm.
  • Fix: Shelves have no path cost and description doesn’t state they hide beauty of things inside of them.
  • Fix: No mood penalty for giving bonded animal as a gift if sent by transport pod.
  • Fix: Pawns with one-arm and alcohol withdrawal are unable to manipulate anything at all.
  • Fix: Pawn with alcohol-induced brain damage are doomed to die.
  • Fix: Uninstalling a trap does not properly roll the chance to trigger the trap.
  • Fix: Wild animals spawn in sealed underground spaces.
  • Fix: Pregnant animal is also viewed as sick one (since pregnancy affects its capacities), so it sells for less than one with no health conditions.
  • Fix: No forced departure countdown for caravan if there are sleeping mechanoids.
  • Fix: Luciferium wont remove Frail. Now, lucifierum can remove all chronic health conditions.
  • Fix: Even if campfire runs out of fuel during cooking, cooking continues.
  • Fix: Raiders keep attacking walls forever after their group flees.
  • Fix: Crashed ship parts that land on bridges are instantly destroyed.
  • Fix: Duplicate context menu options when opening cryptosleep casket.
  • Fix: Butchering rotted animal yields fresh meat even if it rots during the job.
  • Fix: Lag spikes on animal birth in endgame.
  • Fix: Storyteller choice resets when you reopen the storyteller config page.
  • Fix: When placing a cooler, the system ignores blueprints and building frames.
  • Fix: The ‘restore default settings’ tool exits game without saving.
  • Fix: If your only colony is on an island, the endgame quest to journey to the ship never occurs.
  • Fix: Rain and Snow weather overlay textures replaced with blank rectangles in old colonies due to loss of floating-point precision.
  • Fix: Age displayed differently in trade screen and on colonist.
  • Fix: Animals that are wandering won’t follow area restrictions.
  • Fix: Hopper and vitals monitor rotate in the opposite direction from other buildings.
  • Fix: Can’t restrict ambrosia in food restrictions.
  • Fix: Administered beer does not provide nutrition.
  • Fix: Steadfast and iron-willed traits effects’ are clamped to a small effect.
  • Fix: When a colonist dies while being rescued, others get no negative thoughts.
  • Fix: For the ‘drag a character from left behind to selected’ tutorial instruction, it allows you to drag a character anywhere at all, even just within ‘left behind’. It should only accept dragging from left behind to selected.
  • Fix: It’s possible to land in any biome in the tutorial by selecting a landing site, going to the character creation screen, then going back to select a different landing site.
  • Fix: Insects can be tamed and hunted after their hives are destroyed.
  • Fix: Preferred character list not working correctly.
  • Fix: Power conduit graphic does not display properly on top of grave.
  • Fix: Change colonist schedule to ‘sleep’ instantly ends the food binge mental state.
  • Fix: Selecting several beds causes a major performance drop.
  • Fix: Manhunter pack incident not working on high wealth or difficulty.
  • Fix: Can see things in undiscovered cells if they peek around the edge of the fog.
  • Fix: Arrested wild man don’t use nutrient despenser and can’t receive food.
  • Fix: Military commissar backstory missing Social bonus.
  • Fix: Allies can sometimes push player pawns out of cover during combat.
  • Fix: ‘Run in background’ being disabled can make the game stop loading when in the background.
  • Fix: Player can start with pets his pawns can’t keep tame.
  • Fix: Escape ship letter mentions raiders even in peaceful difficulty, where they are not present.
  • Many other fixes.
...