Releases: Lauriethefish/quest-mod-template
Releases · Lauriethefish/quest-mod-template
CMake, a whole bunch of other stuff
Just gonna put out a quick update, not gonna go through all the commits.
Update BS version and BS hook versions,
Changelog:
- Updated
packageVersion
to1.17.1
. - Updated BS-hook versions to
2_3_0
Bump QuestPatcher version, remove redundant properties
Changelog:
- Removed
type
as it is not a qmod property. - Changed
_QPVersion
to0.1.1
Add QMOD build, remove legacy BMBF build, fix script issues.
Changelog:
- Fixed some errors in various scripts.
- Added .QMOD build for BMBF or QuestPatcher. (the
mod.json
defaults tocom.beatgames.beatsaber
, however this could be easily changed to Gorilla Tag or something else). - Removed legacy BMBF ZIP build, as BMBF now supports QMODs.
Added CMake lists for IDEs that use it.
Changelog:
- Added CMake lists for writing mods with IDEs that support it. (e.g. CLion).
Updated BS-hook version again.
Changelog:
- Create logger using new instead of directly via constructor.
- Version bumped BS-hook.
Updated to BS-hook 1.0.4.
Changelog:
- Removed const from loggers so that they work with BS-hook 1.0.
- Updated default game version.
Initial release.
Releasing the template as a ZIP file here, to avoid people having to delete the .git
directory after cloning. This ZIP file is essentially just what's in the /template
directory.