RimWorld

RimWorld

Exosuit Framework
Showing 11-20 of 25 entries
< 1  2  3 >
Update: 3 Feb @ 10:00pm

- Exosuits are now non-flammable.
- Fixed the acceptablility of Exosuits, so a Ghoul can no longer be as a pilot.

Update: 10 Jan @ 9:35pm

- fixed out loading ammo count lost after reload save.

note: due to it making some changes on save/load coding, so after this update, your modules will have some durable point loss, but it will only be caused once.

Update: 6 Jan @ 6:33am

- having same mass value with the limit will not causing overload now.
- fix size issue with Big and small mod. the size change should instant react now.
- fix some typo in keyed file.

Update: 22 Dec, 2024 @ 1:11pm

- Fixed compatibility with most of sidearm mods.(simple sidearms, pocket sand, easy sidearms)
- Through render node-based rendering implementation, it is now possible to selectively render specified images under specific conditions.
- Add function to offset weapon rendering position while piloting a frame.
- Integrated code for weapon draw position offset.
- Removed 10% random durability loss (so without suitable armor-piercing weapons, fight against NPC exosuits will become more difficult)

Update: 8 Dec, 2024 @ 4:00am

[Auto-generated text]: Update on 12/8/2024 8:00:42 PM.

Update: 5 Dec, 2024 @ 1:32am

Add support of simple sidearm.

Update: 3 Dec, 2024 @ 12:58am

[Auto-generated text]: Update on 12/3/2024 4:58:35 PM.

Update: 28 Nov, 2024 @ 6:04am

Added feature to see what module can a slot installed in info-graphic.

Update: 22 Nov, 2024 @ 8:56am

- Fixed rendering error caused by imprisoned ghouls when playing with Anomaly.
- Thanks to the patch provided by rabisrabiosus, after assigned owner on maintenance gantry, the docking and un-dock options will now displayed on owner's Gizmo.
- Pawns that doesn't have a parking spot assigned will now stop docking in maintenance gantry owned by someone else.
- Added(back) the English Keyed translation file, again, blame baka aoba.

Update: 2 Nov, 2024 @ 3:02am

-Moved Patch RestUtility.CanUseBedEver to RestUtility.CanUseBedNow. it should have less call per tick.
-Added Extra Check for MechUtility to prevent NRE.
-Added Comp and Function to sleep in a Walker core.