0 of 0

File information

Last updated

Original upload

Created by

Ungeziefi

Uploaded by

Ungeziefi

Virus scan

Safe to use

Tags for this mod

About this mod

A collection of fixes made with compatibility and modularity in mind.

Requirements
Permissions and credits
Changelogs
Donations
Tweaks and Fixes is a great mod but I was unhappy with it, so I went through all of its fixes and added some.

Here's the main things this mod does differently:
  • Every fix is isolated in the source code, avoiding the super long files that drive away contributions.
  • Better readability, once again promoting contributions.
  • No undocumented changes.
  • Every fix can be toggled, preventing the common scenario where users have to choose between T&F and other mods.
  • Limited use of bool Prefix patches that skip the original game code entirely. These are very common in T&F and are largely responsible for the limited compatibility.

To toggle the settings, simply load the game up and go in the Mod menu. Most features can be toggled mid-game but some require a restart.

Disclaimer: None of the T&F code was a direct copy, assuming the feature isn't simple to the point it can't be implemented any differently.


Documentation (Only the fixes)

The documentation includes:
  • A list of what was ported from T&F and what won't be.
  • User-facing differences between the implementation in T&F and in this mod.
  • A list of new fixes.
  • A list of features that T&F listed as fixes but that should be tweaks, these will be part of a future release aimed at reworking the tweaks side of T&F (you can already find it in my repository alongside its alpha releases if you want to try it early).



Requirements and Installation

Install with a mod manager or by dragging the extracted folder to the game's root folder.


Recommended Additional Fixes



FAQ
What does this fix?
Read the documentation linked above.

Why use this over Tweaks and Fixes?
Read above.

Can I use this with Tweaks and Fixes?
No. If you are sticking to the original T&F for its tweaks, know that I'm remaking that as well and it's going to be released eventually.

Is this compatible with (insert mod name here)?
The chances are far higher than they were with T&F and in 99% of cases I'd say yes. If you notice any weirdness, simply disable any fix in this mod that may be related to the mod's features, then test again.

Can I suggest a fix?
Create an issue in the repository, goes without saying that only vanilla bugs are considered.

Can I use this on an existing save?
Yes, although some fixes might not apply retroactively.

Legacy? Below Zero?
Not interested. Permissions are open so feel free to port the mod.

Are other languages supported?
No. The few features involving text use hardcoded strings in English. Feel free to PR localization.


Credits

Source Code