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
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.
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.
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 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 ‘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.
EDIT: This was updated to 1.0.2282. It should now be compatible with pretty much everything except the ModCheck mod. Please let us know about any problems in the comments! Reading carefully.
Original post below:
On the unstable beta branch, you'll find version 1.0.2271. This version is almost the same as the previous version, with the following changes:
A potential fix for a bug that can cause very slow loading of mods in some cases.
Updated language data to latest version.
Updated player-created names with all approved content.
Mostly we're looking to test the first of the above. It would be awesome if any player who had trouble with slow loading of mods (anything over a minute or two) would give the unstable branch a try and let us know if anything changes.
Thanks in advance to anyone who can give feedback on this in the comments here or in the Ludeon forums!
The new version should be compatible with all saves and mods, except possibly a few mods that directly interact with how mods are loaded.
I’ve just released a technical update to version 1.0 of RimWorld. It should be 100% compatible with all existing savegames and mods. The new version is 1.0.2150.
Steam will auto-update. If you’re playing the DRM-free version of the game you can go download it now from your permanent personal download link which was emailed to you.
Aside from updating translations and player content, and fixing a handful critical bugs, the new version’s main purpose is to add support for multi-version mods. Previously one entry in Steam workshop could only work with one version of RimWorld. This causes problems when we release a new version: Players can’t continue on the old version since some mods are updated, but can’t continue on the new version since not all mods are updated.
Now, mods will be able to support multiple versions simply by putting version-specific files in directories named for the target game version. Other files from the mod’s base directory are used in all versions, as before.
For modders, here is how to set your mod up for multi-version support:
In the mod’s About.xml file, don’t use <targetVersion> any more. Instead, write a list of supported versions like this:
When you upload to the Steam Workshop, your mod will be properly tagged with all supported versions.
Version-specific content should go in a folder named after the version being targeted. For example, if you make a folder called “1.0/Defs”, version 1.0 of the game will load Defs only from that folder, while other versions of the game will load from “/Defs”. (Note that if you add a version-specific folder like “1.0/Defs”, the default “/Defs” folder will be ignored when playing on 1.0.)
You can do this with the “Defs”, “Assemblies”, and “Patches” folders. Other data types, like textures, are always shared between versions (for now).
If you do not need the multi-version content loading, you place the “Defs”, “Assemblies” and “Patches” folders in the mod’s root folder, just like before.