Skip to content

Releases: Lauriethefish/quest-mod-template

CMake, a whole bunch of other stuff

18 Feb 15:29
9b54629
Compare
Choose a tag to compare

Just gonna put out a quick update, not gonna go through all the commits.

Update BS version and BS hook versions,

15 Sep 05:26
c0c5b55
Compare
Choose a tag to compare

Changelog:

  • Updated packageVersion to 1.17.1.
  • Updated BS-hook versions to 2_3_0

Bump QuestPatcher version, remove redundant properties

09 May 07:01
02e6ba0
Compare
Choose a tag to compare

Changelog:

  • Removed type as it is not a qmod property.
  • Changed _QPVersion to 0.1.1

Add QMOD build, remove legacy BMBF build, fix script issues.

02 Apr 16:58
Compare
Choose a tag to compare

Changelog:

  • Fixed some errors in various scripts.
  • Added .QMOD build for BMBF or QuestPatcher. (the mod.json defaults to com.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.

04 Feb 16:14
52a850f
Compare
Choose a tag to compare

Changelog:

  • Added CMake lists for writing mods with IDEs that support it. (e.g. CLion).

Updated BS-hook version again.

22 Jan 17:57
Compare
Choose a tag to compare

Changelog:

  • Create logger using new instead of directly via constructor.
  • Version bumped BS-hook.

Updated to BS-hook 1.0.4.

08 Jan 11:01
Compare
Choose a tag to compare

Changelog:

  • Removed const from loggers so that they work with BS-hook 1.0.
  • Updated default game version.

Initial release.

21 Nov 20:51
Compare
Choose a tag to compare

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.