Skip to content

szymonj99/WashThatBloodOff

 
 

Repository files navigation

Wash That Blood Off

SKSE plugin that washes away blood when swimming and in rain

Requirements

  • CMake
    • Add this to your PATH
  • PowerShell
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2019
    • Desktop development with C++
  • CommonLibSSE
    • You need to build from the powerof3/dev branch
    • Add this as as an environment variable CommonLibSSEPath
  • CommonLibVR
    • Add this as as an environment variable CommonLibVRPath

User Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/powerof3/WashThatBloodOff.git
cd WashThatBloodOff
# pull commonlib, skip if you've defined it in the path
git submodule init
# to update submodules to latest build (warning may result in build problems)
git submodule update

SSE

cmake --preset vs2022-windows-vcpkg-se
cmake --build build --config Release

AE

cmake --preset vs2022-windows-vcpkg-ae
cmake --build buildae --config Release

VR

cmake --preset vs2022-windows-vcpkg-vr # for vs2019 use vs2019-windows-vcpkg-vr
cmake --build buildvr --config Release

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.0%
  • CMake 31.5%
  • Python 5.5%