CameraPlus 是一款 Beat Saber 模組,可讓多個寬 FOV 攝影機進行平滑移動,從而帶來更加愉快的整體觀眾體驗。
ModAssistant發表了Camera2,全新設計,更輕。
因此,CameraPlus 不再在 ModAssistant 中註冊。
這是我將在未經許可的情況下添加我想要的功能的版本。
節奏劍 1.39.0
CameraPlus 是一個外部插件。
您需要 BSIPA 來載入插件,因此請先安裝 BSIPA。
請使用 ModAssistant 安裝 BSIPA 或從以下頁面取得。
請注意,更新遊戲版本時可能不支援。
BSIPA 連結
最新版本可以從以下地址下載。
發布頁面
作為先決條件,請從 ModAssistant 安裝 BSIPA。
1. Make sure that Beat Saber is not running.
2. Extract the contents of the zip into Beat Saber's installation folder.
For Oculus Home: Oculus AppsSoftwarehyperbolic-magnetism-beat-saber
For Steam: steamappscommonBeat Saber
(The folder that contains Beat Saber.exe)
3. Done! You've installed the CameraPlus Plugin.
最新版本將自動強制關閉 SmoothCamera,忽略遊戲設定。
要即時編輯任何攝影機的設置,請右鍵單擊 Beat Saber 遊戲視窗!將出現一個上下文選單,其中包含特定於您右鍵單擊的相機的選項!
按F1可在第一人稱和第三人稱之間切換主相機。
您的系統中有 BSIPA 嗎?
檢查閱讀要求。
相機設定已損壞,或不相關的檔案與 CameraPlus 設定檔混合在一起。
Beat SaberUserDataCameraPlus
請勿在上面放置 Camera Plus 設定檔以外的任何內容。
Beat SaberUserDataCameraPlusScripts
MovementScript都放在上面了。不要將其放在設定檔資料夾或任何其他資料夾中。
在聯絡我們之前,請嘗試將 UserData/CameraPlus 移至其他位置。
如果正常啟動,則表示混有損壞/不相關的檔案。
相機加維基
wiki 中的 CameraPlus.json
wiki 中的 CameraConfig
wiki 中的移動腳本
ScriptMapper(https://github.com/hibit-at/Scriptmapper)
暫定使用Camera2 Mod進行設定轉換。
請注意當時的版本,設定檔可能會因相互更新而改變。
轉換為 Camera2 設定
https://discord.gg/BeatSaberMods
為了建置此項目,請建立檔案CameraPlus.csproj.user
並將您的 Beat Saber 目錄路徑新增至專案目錄。該檔案不應上傳到 GitHub,而是位於 .gitignore 中。
<? xml version = " 1.0 " encoding = " utf-8 " ?>
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
< PropertyGroup >
<!-- Set "YOUR OWN" Beat Saber folder here to resolve most of the dependency paths! -->
< BeatSaberDir >E:Program Files (x86)SteamsteamappscommonBeat Saber</ BeatSaberDir >
</ PropertyGroup >
</ Project >
如果您打算新增位於 Beat Saber 目錄中的任何新依賴項,那麼如果您在CameraPlus.csproj
中編輯了使用$(BeatSaberDir)
的路徑,那就太好了
...
< Reference Include = " BS_Utils " >
< HintPath >$(BeatSaberDir)PluginsBS_Utils.dll</ HintPath >
</ Reference >
< Reference Include = " IPA.Loader " >
< HintPath >$(BeatSaberDir)Beat Saber_DataManagedIPA.Loader.dll</ HintPath >
</ Reference >
...
VMCAvatar-BS 完整版本目前需要預發行版本。 https://github.com/nagatsuki/VMCAvatar-BS/releases/tag/v1.0.0-dev2
要建立自訂著色器,您需要從 UnityEditor 開啟 UnityProject 資料夾並建立一個 AssetBundle。
此著色器是Reiya1013修改的Unity內建著色器。
hecomi/uChromaKey