Releases: friesofdoom/FriesBSCam
Releases · friesofdoom/FriesBSCam
v1.7.1b
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
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
v1.5.0
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
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
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
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
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
a1.0 Merge branch 'main' of https://github.com/friesofdoom/FriesBSCam into…
Testing alpa
First release. I don't know how to do releases. This is an alpha version. X3