// Management Β· RimWorld Mod
[RH2] BCD: First Aid (Fork)
BCD: First Aid (1.6 Update) This is a reimplementation of the original " BCD: First Aid" mod for RimWorld, updated to support version 1.6. In RimWorld 1.5, the original mod added a Float Menu option via Harmony patching. However, as of RimWorld 1.6, this functionality can now be
BCD: First Aid (1.6 Update)
This is a reimplementation of the original " BCD: First Aid" mod for RimWorld, updated to support version 1.6. In RimWorld 1.5, the original mod added a Float Menu option via Harmony patching. However, as of RimWorld 1.6, this functionality can now be added using the native `FloatMenuOptionProvider` system, which this mod takes full advantage of.β Features
- Adds a Perform first aid Float Menu option when right-clicking on downed pawns.
- First aid tends to downed pawns without a bed.
- First aid will allow the medic to grab the nearest medicine resource, otherwise they will tend to the casualty with no medicine.
- Can be used on enemy pawns and friendlies.
- First aid tending speed is faster than normal tending, however the quality of tending is reduced.
π¦ Differences from the Original Mod
- The Float Menu is built using RimWorld 1.6's native modding API, not the Harmony Patch.
- Refactored and cleaned up logic for better compatibility with the new FloatMenu system.
- Fully compatible with other FloatMenuOptionProviders in 1.6.
π Notes
- This is not an official update by the original author.
- This version was rebuilt by reviewing and understanding the original modβs functionality, then adapting it using new 1.6 tools.
- The mod should be safe to use in existing saves, but always back up your game just in case.
π Credits
- Original mod by Chicken Plucker (Workshop page)
- 1.6 update and native FloatMenu integration by Bounty
π§ Compatibility
- RimWorld 1.6
- Incompatible with the original mod (disable one or the other)
- Compatible with most other mods unless they interfere with inventory or FloatMenu logic