You are viewing a potentially older version of this package. View all versions.
RadDude-RadRefinements-1.0.8 icon

RadRefinements

QOL refinements for Sailwind

Date uploaded a year ago
Version 1.0.8
Download link RadDude-RadRefinements-1.0.8.zip
Downloads 70
Dependency string RadDude-RadRefinements-1.0.8

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
RadDude-ModSaveBackups-1.1.1 icon
RadDude-ModSaveBackups

This Sailwind mod creates separate save files for you mod data and also handles making and loading backups.

Preferred version: 1.1.1

README

RadRefinements

QOL refinements for Sailwind.

Inventory Refinements

  • The ability to swap the item held with the one in the selected inventory slot.
  • A quick map button which withdraws and stows the leftmost map in your inventory slots.
  • Quick slot buttons which withdraws from and stows to the selected inventory slot.
  • When looking at an item in a crate, see that item's description.

Instrument Reading Refinements

  • On clocks, text that shows the time on clocks in global, local, or both global and local times. Only viewable when the clock face is visible.
  • On compasses, text that shows the direction the compass is facing in cardinal directions and/or degrees.
  • On quadrants when inspecting, text that shows the angle read.

Other Refinements

  • You can break an empty crate, tobacco box, candle box, or standard size barrel into firewood with a knife.
  • When looking at a crate that has been opened, you can see how many items are in the crate.
  • Remove hint text for the knife and fishing hook. This is disabled by default and must be turned on in the config.

Configurable

  • Enable or disable: inventory swap, quick map, quick slots, crate item description, clock global time text, clock local time text, compass reading while held, compass cardinal direction text, compass degrees text, quadrant text, crate inventory count text, containers into firewood, hint texts for common items. All but clock local time text are defaulted to true.
  • Setting the quick map/slots buttons to desired keys. Defaults to 'M' for map and 1, 2, 3, 4, 5 for inventory quick slots.
  • Distance at which the compass and clock texts are viewable. Defaults to 3 for the compass and 7 for the clock.
  • Number of cardinal directions to give compass reading in (4, 8, 16, or 32). Defaults to 16.

Requires

Installation

If updating, remove RadRefinements folders and/or RadRefinements.dll files from previous installations.

Extract the downloaded zip. Inside the extracted RadRefinements-<version> folder copy the RadRefinements folder into the Sailwind/BepInEx/Plugins folder.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

[v1.4.0] - 2026-06-21

Added

  • Removal of hint text from purchased hammers.

Removed

  • Dependency on ModSaveBackups
  • Testing code left in suncompass

[v1.3.0] - 2026-06-05

Removed

  • QuickSlots as they are now part of the base game.

Added

  • When holding suncompasses, not in shadow, and between local time 1100 and 1300, text that shows the latitude.
  • Config option to enable/disable sun compass reading text.

Fixed

  • Error thrown on startup because of the function that was patched change from Update to LateUpdate in LookUI in 0.37.

[v1.2.0] - 2026-06-03

Updated

  • Changed the release process so hopefully some linux users will no longer have issues when unzipping the release file.

Performance Improvements

  • Changed the way the compass direction reading text is being made so they are allocating arrays each time it is called.
  • Removal of various LINQ usages when not necessary.
  • Remove multiple string operations on same item, instead use quick returns.
  • Caching of game transform instead of finding it at every call.

[v1.1.4] - 2025-09-15

Added

  • Ability to cut coffee and tea boxes.

[v1.1.3] - 2025-08-26

Added

  • Ability to cut new BetterFishing lure crates.

Fixed

  • Bug that can occur with water barrels that makes them not able to be cut even though they are empty.

[v1.1.2] - 2025-08-06

Added

  • Smoke the pipe with one activate click/press instead of holding it down. Will continue to smoke until another activate click/press or the bowl is empty. Default disabled.

[v1.1.1] - 2025-08-06

Added

  • Empty crates and sealing nails box from BetterFishing mod can be cut by knife for firewood.

[v1.1.0] - 2025-07-28

Added

  • Log book will now remember the last section you were in when you closed it and reopen to it.
  • Configuration option to enable/disable new feature.

Removed

  • All fishing related items as they were not a QOL feature. They have been moved to their own mod Better Fishing!

[v1.0.14] - 2025-07-14

Added

  • Faster fish will increase tension on the fishing line.
  • Distinct colors to Energy Elixir (blue) and Snake Oil (brown).
  • Configuration options to enable/disable new features.

[v1.0.13] - 2025-04-12

Added

  • Text that shows all the items in a crates inventory and their respective counts. Text will only show when assigned key is held down.
  • Configuration option for the key to show inventory counts.

[v1.0.12] - 2025-04-10

Fixed

  • Bug that caused multiple FishMovement components.

[v1.0.11] - 2025-04-10

Fixed

  • Bug that caused NREs when cutting containers.

[v1.0.10] - 2025-04-10

Fixed

  • Bug that made the cut control text not show when looking at some cuttable containers.
  • Bug that caused NREs when cutting fruit.

Removed

  • Debug logging that was used for testing.

[v1.0.9] - 2025-04-10

Added

  • Fish move when caught instead of remaining motionless.
  • Configuration option to enable/disable fish movement.

[v1.0.8] - 2025-04-09

Added

  • Control text showing that you can cut a container to turn it into firewood.
  • Configuration options to enable/disable the crate inventory count text and the ability to turn containers into firewood.
  • Configuration option to disable the hint text for items. Currently only the knife and fishing hooks.

[v1.0.7] - 2025-04-08

Added

  • The ability to break up an empty crate, tobacco box, candle box, or standard size barrel into firewood with a knife.
  • Item quantity to crate look text.

[v1.0.6] - 2025-04-04

Added

  • Disable reading text while looking through spyglass.

Fixed

  • NRE during save file load.

Removed

  • MVC files, no longer needed.

[v1.0.5] - 2025-03-31

Added

  • Option to view compass reading text while holding compass.
  • Files for MVC support.

[v1.0.3] - 2025-03-30

Added

  • Item descriptions when looked at in a crate.

Fixed

  • Save serialization bug.

[v1.0.2] - 2025-03-29

Added

  • Added cardinal direction text option to compass reading text with options for level of cardinal directions.

[v1.0.1] - 2025-03-28

Updated

  • Updated to check for ModSaveBackups dependency.

[v1.0.0] - 2025-03-28

Added

  • The ability to swap the item held with the one in the selected inventory slot.
  • A quick map button which withdraws and stows the leftmost map in your inventory slots.
  • Quick slot buttons which withdraws from and stows to the selected inventory slot.
  • On clocks, text that shows the time on clocks in global, local, or both global and local times.
  • On compasses, text that shows the direction the compass is facing in degrees.
  • On quadrants when inspecting, text that shows the angle read.
  • Config settings for enabling/disabling: inventory swap, quick map, quick slots, global clock text, local clock text, compass text, quadrant text.
  • Config settings for setting the quick map/slots buttons.
  • Config settings for the distance at which the compass and clock texts are viewable.