https://github.com/ryan-rsm-mckenzie/commonlibsse
A reverse engineered library for hacking Skyrim Special Edition
https://github.com/ryan-rsm-mckenzie/commonlibsse
cpp modding skse64 skyrim-special-edition
Last synced: 6 months ago
JSON representation
A reverse engineered library for hacking Skyrim Special Edition
- Host: GitHub
- URL: https://github.com/ryan-rsm-mckenzie/commonlibsse
- Owner: Ryan-rsm-McKenzie
- License: mit
- Created: 2018-11-21T05:36:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T12:41:44.000Z (over 2 years ago)
- Last Synced: 2024-05-09T07:37:29.819Z (over 1 year ago)
- Topics: cpp, modding, skse64, skyrim-special-edition
- Language: C++
- Homepage:
- Size: 7.61 MB
- Stars: 195
- Watchers: 15
- Forks: 140
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `CommonLibSSE`
[](https://en.cppreference.com/w/cpp/compiler_support)
[](#)
[](https://github.com/Ryan-rsm-McKenzie/CommonLibSSE/actions/workflows/main_ci.yml)## Build Dependencies
* [binary_io](https://github.com/Ryan-rsm-McKenzie/binary_io)
* [Boost](https://www.boost.org/)
* Stl_interfaces
* [spdlog](https://github.com/gabime/spdlog)
* [fmt](https://github.com/fmtlib/fmt)
* [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/preview/) (or later)
* Desktop development with C++## End User Dependencies
* [Address Library for SKSE Plugins](https://www.nexusmods.com/skyrimspecialedition/mods/32444)
* [SKSE64](https://skse.silverlock.org/)## Development
* [Address Library for SKSE Plugins](https://www.nexusmods.com/skyrimspecialedition/mods/32444)
* [clang-format 12.0.0](https://github.com/llvm/llvm-project/releases) (or later)
* [CMake](https://cmake.org/)
* [vcpkg](https://github.com/microsoft/vcpkg)## Notes
* CommonLib is incompatible with SKSE and is intended to replace it as a static dependency. However, you will still need the runtime component.## Tutorial
Learn how to build your very first SKSE plugin using CommonLib by following [this video tutorial](https://www.youtube.com/watch?v=FLRhsrQ8mqw).