Skip to content

Releases: friesofdoom/FriesBSCam

v1.7.1b

24 Aug 09:13

Choose a tag to compare

v1.7.1b Pre-release
Pre-release

Beta because It needs testing, so feel free to help and report any issues.

Added Features:

  • Bug fixes, mostly to do with audio device handling and volume
  • AudioLink now works when the camera plugin is inactive

Notes:

  • I used Unity 2019.4.31f1
  • The files in "LivCameraBehaviour" must go in "\Documents\LIV\Plugins\CameraBehaviours"
  • The files in "UnityEditor\Dlls" must go in "Assets\Libraries" in your unity project. This is where you need to get the OVR LipSync scripts from in Unity.
  • The files in "UnityEditor\Scripts" must go in "Assets\Scripts\Editor" in your unity project. This is a custom avatar exporter which solves some compiler errors.
  • Add an Audio Link Component to your avatar in Unity if you want audio link to work

v1.7.0 Beta

21 Aug 19:36

Choose a tag to compare

v1.7.0 Beta Pre-release
Pre-release

Beta because It needs testing, so feel free to help and report any issues.

Added Features:

  • Global FOV Control (you can't animate it)
  • LipSync support on .avatar files using OVR Lipsync - You can now use Poiyomi shaders and have LipSync in Liv. The LipSync uses 15 blend shapes, so it is higher quality than what Liv provides with .vrm files.
  • AudioLink shader support - Most of your Audio Link shaders should work when running the camera plugin.

Notes:

  • Files in LivCameraBehaviour go in \Documents\LIV\Plugins\CameraBehaviours
  • File in UnityEditor go in Assets\Libraries\ in your unity project

v1.6.0

03 Feb 14:13

Choose a tag to compare

v1.6.0

  • fixes camera crash when changing camera modes from plugin to another mode and back

Files:

  • FriesBSCameraPlugin.dll - This is all you really need, the plugin DLL.
  • FriesBSCam.zip - optional settings files, mainly song specific files and some other things

v1.5.0

13 May 12:57
4df182b

Choose a tag to compare

v1.5.0 BugFixes:

  • Fixed bug where the camera would not animate on certain songs.

Files:

  • FriesBSCameraPlugin.dll - This is all you really need, the plugin DLL.
  • FriesBSCam.zip - optional settings files, mainly song specific files and some other things

v1.4.0

29 Apr 17:48
4df182b

Choose a tag to compare

v1.4.0 BugFixes:

  • Fixed GlobalBias not working
  • Fixed bug where the camera would crash on certain songs (All OST and some custom)

Files:

  • FriesBSCameraPlugin.dll - This is all you really need, the plugin DLL.
  • FriesBSCam.zip - optional settings files, mainly song specific files and some other things

Alpha 1.3.0

07 Apr 11:27

Choose a tag to compare

v1.3.0 Enhancements:

  • Added TransitionType to the settings file (this allows you to specify Linear, EaseOutCubic, and EaseInOutCubic when transitioning to the current camera)
  • Implements TransitionTime in the settings file (this allows you to specify how long to blend in seconds to the current camera)
  • Added ReleaseBehindPlayer to the settings file (boolean used by orbital camera, if true the camera will remain active until behind the player)
  • Song-specific filename changes, ignores everything before the songhash in order to have partially human readable file names
  • Code cleanup (Thanks Windy and Fries!)

v1.3.0 Bugfixes:

  • Removed some unused variables
  • Moved _timeSinceSceneStarted inside OnUpdate to fix not transitioning to menu properly
  • Changed default TransitionTime to 2s when writing fresh config

BREAKING CHANGES

  • Maybe not quite breaking changes, but if you have an existing settings.txt file that doesn't have TransitionTime='2.0' for each of your cameras it will do hard cuts.
  • The attached zip file has updates to many song-specific cameras to add these (in addition to having the new file naming format)
  • settings.sepf can be renamed to settings.txt if you'd like to use Sepf's default settings file. If you're used to using the default one, it's recommended that you rename your settings.txt file and let the plugin create a new one for you to compare

Alpha 1.2.0

26 Feb 22:36
66d8c60

Choose a tag to compare

v1.2.0 Includes the following features:

  • Created a MenuCamera setting that can be added to settings file for more control over placement
    • Default settings file now creates the MenuCamera as well
    • If no MenuCamera is found, will fall back to an internally generated one
    • Added MenuCamera to optional settings files
    • Fixed bug where first camera index gets skipped over in song-specific settings files (where the MenuCamera was before)

Bugfixes:

  • Added code to handle less than 3 Cameras in settings file, tested with 1 and 2
    • Likely still broken if you only have 2 cameras and they're orbital

Alpha 1.1.3

26 Feb 13:36
ac13092

Choose a tag to compare

v1.1.3 Includes the following initial features:

  • Initial HTTPStatus Support
  • Static Menu Camera when using HTTPStatus and in BS Menu
  • Song-specific settings files supported on song load when using HTTPStatus
  • Non-random camera movements in Song-specific settings files supported

Alpha 1.0

22 Jan 12:01

Choose a tag to compare

Alpha 1.0 Pre-release
Pre-release
a1.0

Merge branch 'main' of https://github.com/friesofdoom/FriesBSCam into…

Testing alpa

22 Jan 08:51
c9f0d00

Choose a tag to compare

Testing alpa Pre-release
Pre-release

First release. I don't know how to do releases. This is an alpha version. X3