Adjusts bath prices based on the room price. formula is:
BathPrice = RoomPrice / 2
but with a minimum of 20
Improved Innkeepers (soft requirement, not actually needed but made for changing room costs)
Simple Inn Bath (hard requirement. needs a global from the mod and is made for this mod)
Address Library
this mod only works on Skyrim 1.6.1170+
- XMake [2.8.2+]
- C++23 Compiler (MSVC, Clang-CL)
git clone --recurse-submodules https://github.com/Styyx1/DynamicBathPrices
cd DynamicBathPricesTo build the project, run the following command:
xmake buildNote: This will generate a
build/windows/directory in the project's root directory with the build output.
If you want to redirect the build output, set one of or both of the following environment variables:
-
Path to a Skyrim install folder:
XSE_TES5_GAME_PATH -
Path to a Mod Manager mods folder:
XSE_TES5_MODS_PATH
If you want to generate a Visual Studio project, run the following command:
xmake project -k vsxmakeNote: This will generate a
vsxmakeXXXX/directory in the project's root directory using the latest version of Visual Studio installed on the system.