├── .github └── FUNDING.yml ├── .gitignore ├── .vsconfig ├── Assets ├── Animations OwO.meta ├── Animations OwO │ ├── 1F_Load.anim │ ├── 1F_Load.anim.meta │ ├── 1F_Load.controller │ ├── 1F_Load.controller.meta │ ├── 2018.anim │ ├── 2018.anim.meta │ ├── 2019.anim │ ├── 2019.anim.meta │ ├── 2020.anim │ ├── 2020.anim.meta │ ├── 2021.anim │ ├── 2021.anim.meta │ ├── 2022.anim │ ├── 2022.anim.meta │ ├── Advanced Buttons.anim │ ├── Advanced Buttons.anim.meta │ ├── Advanced Buttons.controller │ ├── Advanced Buttons.controller.meta │ ├── Advanced Dismiss.controller │ ├── Advanced Dismiss.controller.meta │ ├── Advanced Settings.controller │ ├── Advanced Settings.controller.meta │ ├── AdvancedAnim.anim │ ├── AdvancedAnim.anim.meta │ ├── AdvancedButton.anim │ ├── AdvancedButton.anim.meta │ ├── AdvancedButton.controller │ ├── AdvancedButton.controller.meta │ ├── AdvancedDiss.anim │ ├── AdvancedDiss.anim.meta │ ├── AudioFade 1.anim │ ├── AudioFade 1.anim.meta │ ├── AudioFade.anim │ ├── AudioFade.anim.meta │ ├── BG (1).controller │ ├── BG (1).controller.meta │ ├── BG (2).controller │ ├── BG (2).controller.meta │ ├── BG (3).controller │ ├── BG (3).controller.meta │ ├── BG (4).controller │ ├── BG (4).controller.meta │ ├── BG Cycle.anim │ ├── BG Cycle.anim.meta │ ├── BG.anim │ ├── BG.anim.meta │ ├── BG.controller │ ├── BG.controller.meta │ ├── BSLLogo_1.controller │ ├── BSLLogo_1.controller.meta │ ├── BSLLogo_2.controller │ ├── BSLLogo_2.controller.meta │ ├── BSL_in.anim │ ├── BSL_in.anim.meta │ ├── BSL_out.anim │ ├── BSL_out.anim.meta │ ├── BackButton.anim │ ├── BackButton.anim.meta │ ├── BackButton.controller │ ├── BackButton.controller.meta │ ├── Backgrounds.controller │ ├── Backgrounds.controller.meta │ ├── Backup.anim │ ├── Backup.anim.meta │ ├── Backup.controller │ ├── Backup.controller.meta │ ├── BackupBar.anim │ ├── BackupBar.anim.meta │ ├── BackupBar.controller │ ├── BackupBar.controller.meta │ ├── BackupButton.controller │ ├── BackupButton.controller.meta │ ├── BackupButtonReset.anim │ ├── BackupButtonReset.anim.meta │ ├── BackupButtonReset.controller │ ├── BackupButtonReset.controller.meta │ ├── BackupCheck.anim │ ├── BackupCheck.anim.meta │ ├── BackupDismiss.anim │ ├── BackupDismiss.anim.meta │ ├── BackupDismiss.controller │ ├── BackupDismiss.controller.meta │ ├── BackupText.anim │ ├── BackupText.anim.meta │ ├── BackupText.controller │ ├── BackupText.controller.meta │ ├── Bar 1.controller │ ├── Bar 1.controller.meta │ ├── Bar 2.controller │ ├── Bar 2.controller.meta │ ├── Bar 3.controller │ ├── Bar 3.controller.meta │ ├── Bar.controller │ ├── Bar.controller.meta │ ├── BarFade.anim │ ├── BarFade.anim.meta │ ├── BarFlash.anim │ ├── BarFlash.anim.meta │ ├── BarFlash.controller │ ├── BarFlash.controller.meta │ ├── BarLoad.anim │ ├── BarLoad.anim.meta │ ├── Button.anim │ ├── Button.anim.meta │ ├── Button.controller │ ├── Button.controller.meta │ ├── Button2.anim │ ├── Button2.anim.meta │ ├── Button3.anim │ ├── Button3.anim.meta │ ├── Button4.anim │ ├── Button4.anim.meta │ ├── ButtonClick.anim │ ├── ButtonClick.anim.meta │ ├── ButtonClick.controller │ ├── ButtonClick.controller.meta │ ├── ButtonMovement.controller │ ├── ButtonMovement.controller.meta │ ├── ButtonText.anim │ ├── ButtonText.anim.meta │ ├── ButtonText2.anim │ ├── ButtonText2.anim.meta │ ├── Canvas.controller │ ├── Canvas.controller.meta │ ├── CanvasStart.anim │ ├── CanvasStart.anim.meta │ ├── Credits.anim │ ├── Credits.anim.meta │ ├── Credits.controller │ ├── Credits.controller.meta │ ├── CreditsAnim.anim │ ├── CreditsAnim.anim.meta │ ├── CreditsAnim.controller │ ├── CreditsAnim.controller.meta │ ├── CreditsDismiss.anim │ ├── CreditsDismiss.anim.meta │ ├── CreditsDismiss.controller │ ├── CreditsDismiss.controller.meta │ ├── Description.anim │ ├── Description.anim.meta │ ├── Description.controller │ ├── Description.controller.meta │ ├── Donation Buttons.anim │ ├── Donation Buttons.anim.meta │ ├── Donation Buttons.controller │ ├── Donation Buttons.controller.meta │ ├── Downgrade Text 1.anim │ ├── Downgrade Text 1.anim.meta │ ├── Downgrade Text 1.controller │ ├── Downgrade Text 1.controller.meta │ ├── Downgrade Text Dismiss.anim │ ├── Downgrade Text Dismiss.anim.meta │ ├── Downgrade Text Dismiss.controller │ ├── Downgrade Text Dismiss.controller.meta │ ├── Downgrade Text.anim │ ├── Downgrade Text.anim.meta │ ├── Downgrade Text.controller │ ├── Downgrade Text.controller.meta │ ├── DownloadMod.controller │ ├── DownloadMod.controller.meta │ ├── Error.controller │ ├── Error.controller.meta │ ├── ErrorText Old.anim │ ├── ErrorText Old.anim.meta │ ├── ErrorText.anim │ ├── ErrorText.anim.meta │ ├── Fade (1).controller │ ├── Fade (1).controller.meta │ ├── Fade 2.anim │ ├── Fade 2.anim.meta │ ├── Fade.anim │ ├── Fade.anim.meta │ ├── Fade.controller │ ├── Fade.controller.meta │ ├── Fade2FA.anim │ ├── Fade2FA.anim.meta │ ├── FadeBG.controller │ ├── FadeBG.controller.meta │ ├── FadeDown.anim │ ├── FadeDown.anim.meta │ ├── FadeDown.controller │ ├── FadeDown.controller.meta │ ├── FadeOnly.anim │ ├── FadeOnly.anim.meta │ ├── GetModsButton.controller │ ├── GetModsButton.controller.meta │ ├── Highlight.anim │ ├── Highlight.anim.meta │ ├── Highlight.controller │ ├── Highlight.controller.meta │ ├── Info Text.controller │ ├── Info Text.controller.meta │ ├── InfoText.anim │ ├── InfoText.anim.meta │ ├── InnerBar.controller │ ├── InnerBar.controller.meta │ ├── Input Fields.controller │ ├── Input Fields.controller.meta │ ├── InputFields.anim │ ├── InputFields.anim.meta │ ├── InstallButton.controller │ ├── InstallButton.controller.meta │ ├── InstallDismiss.anim │ ├── InstallDismiss.anim.meta │ ├── InvalidPassword Tips.controller │ ├── InvalidPassword Tips.controller.meta │ ├── Launch Button.controller │ ├── Launch Button.controller.meta │ ├── Launch.anim │ ├── Launch.anim.meta │ ├── LaunchBar.anim │ ├── LaunchBar.anim.meta │ ├── PasswordTip.anim │ ├── PasswordTip.anim.meta │ ├── Prompt.controller │ ├── Prompt.controller.meta │ ├── QuickLoad.anim │ ├── QuickLoad.anim.meta │ ├── QuickLoad.controller │ ├── QuickLoad.controller.meta │ ├── ReleaseInfoButton.controller │ ├── ReleaseInfoButton.controller.meta │ ├── Selected.anim │ ├── Selected.anim.meta │ ├── ShowVersions.anim │ ├── ShowVersions.anim.meta │ ├── StartButton.anim │ ├── StartButton.anim.meta │ ├── StartButton.controller │ ├── StartButton.controller.meta │ ├── Text 1.controller │ ├── Text 1.controller.meta │ ├── Text.controller │ ├── Text.controller.meta │ ├── TextBoth.controller │ ├── TextBoth.controller.meta │ ├── TextDismiss.anim │ ├── TextDismiss.anim.meta │ ├── TextDismiss.controller │ ├── TextDismiss.controller.meta │ ├── TextEnter.anim │ ├── TextEnter.anim.meta │ ├── TextEnter.controller │ ├── TextEnter.controller.meta │ ├── Uninstall.anim │ ├── Uninstall.anim.meta │ ├── Uninstall.controller │ ├── Uninstall.controller.meta │ ├── UninstallBar.anim │ ├── UninstallBar.anim.meta │ ├── UninstallButton.controller │ ├── UninstallButton.controller.meta │ ├── UninstallDrop.anim │ ├── UninstallDrop.anim.meta │ ├── UninstallPrompt.anim │ ├── UninstallPrompt.anim.meta │ ├── UpdateNotice.anim │ ├── UpdateNotice.anim.meta │ ├── UpdateNotice.controller │ ├── UpdateNotice.controller.meta │ ├── UtilVersionAnim.anim │ ├── UtilVersionAnim.anim.meta │ ├── UtilVersionNo..controller │ ├── UtilVersionNo..controller.meta │ ├── VersionAnimation.anim │ ├── VersionAnimation.anim.meta │ ├── VersionSpawn.controller │ ├── VersionSpawn.controller.meta │ ├── VersionText 2.controller │ ├── VersionText 2.controller.meta │ ├── VersionText.controller │ ├── VersionText.controller.meta │ ├── Versions.controller │ ├── Versions.controller.meta │ ├── X.anim │ ├── X.anim.meta │ ├── X.controller │ ├── X.controller.meta │ ├── YearBarFade.anim │ ├── YearBarFade.anim.meta │ ├── YearBarFade.controller │ ├── YearBarFade.controller.meta │ ├── _Soundscape 1.controller │ ├── _Soundscape 1.controller.meta │ ├── _Soundscape.controller │ ├── _Soundscape.controller.meta │ ├── _none.controller │ └── _none.controller.meta ├── Fonts.meta ├── Fonts │ ├── Aldrich-Regular.ttf │ ├── Aldrich-Regular.ttf.meta │ ├── BAHNSCHRIFT.TTF │ ├── BAHNSCHRIFT.TTF.meta │ ├── Beon.otf │ ├── Beon.otf.meta │ ├── Teko-Medium.ttf │ ├── Teko-Medium.ttf.meta │ ├── TheShapeOfThings-z2E0.ttf │ ├── TheShapeOfThings-z2E0.ttf.meta │ ├── conthrax-sb.ttf │ └── conthrax-sb.ttf.meta ├── Images.meta ├── Images │ ├── 2018 Vibes V2 (Square).png │ ├── 2018 Vibes V2 (Square).png.meta │ ├── 742148459527929967 (1) 1.png │ ├── 742148459527929967 (1) 1.png.meta │ ├── 742148459527929967 (1).png │ ├── 742148459527929967 (1).png.meta │ ├── 742148459527929967 (2).png │ ├── 742148459527929967 (2).png.meta │ ├── 742148459527929967 1.png │ ├── 742148459527929967 1.png.meta │ ├── BSLG_Block.png │ ├── BSLG_Block.png.meta │ ├── BombX.png │ ├── BombX.png.meta │ ├── KnobHD.png │ ├── KnobHD.png.meta │ ├── Kofi.png │ ├── Kofi.png.meta │ ├── Materials.meta │ ├── Materials │ │ ├── BG1.mat │ │ ├── BG1.mat.meta │ │ ├── BG2.mat │ │ ├── BG2.mat.meta │ │ ├── BG3.mat │ │ ├── BG3.mat.meta │ │ ├── BG4.mat │ │ ├── BG4.mat.meta │ │ ├── BG5.mat │ │ ├── BG5.mat.meta │ │ ├── BombX.mat │ │ ├── BombX.mat.meta │ │ ├── Glow_Line.mat │ │ ├── Glow_Line.mat.meta │ │ ├── Outline.mat │ │ ├── Outline.mat.meta │ │ ├── block.mat │ │ ├── block.mat.meta │ │ ├── header_logo.mat │ │ ├── header_logo.mat.meta │ │ ├── steam-logo-black-transparent.mat │ │ └── steam-logo-black-transparent.mat.meta │ ├── Outline.png │ ├── Outline.png.meta │ ├── Patreon.png │ ├── Patreon.png.meta │ ├── RiskiLove.png │ ├── RiskiLove.png.meta │ ├── SkillIssue.png │ ├── SkillIssue.png.meta │ ├── Thumbs.db │ ├── Thumbs.db.meta │ ├── White-Square.jpg │ ├── White-Square.jpg.meta │ ├── beatsaberlegacy logo 2_000000.png │ ├── beatsaberlegacy logo 2_000000.png.meta │ ├── beatsaberlegacy logo_000000.png │ ├── beatsaberlegacy logo_000000.png.meta │ ├── bg1.png │ ├── bg1.png.meta │ ├── bg2.png │ ├── bg2.png.meta │ ├── bg3.png │ ├── bg3.png.meta │ ├── bg4.png │ ├── bg4.png.meta │ ├── bg5.png │ ├── bg5.png.meta │ ├── block.png │ ├── block.png.meta │ ├── button_b.png │ ├── button_b.png.meta │ ├── button_c.png │ ├── button_c.png.meta │ ├── button_g.png │ ├── button_g.png.meta │ ├── button_kofi.png │ ├── button_kofi.png.meta │ ├── button_p.png │ ├── button_p.png.meta │ ├── button_patreon.png │ ├── button_patreon.png.meta │ ├── button_pixel.png │ ├── button_pixel.png.meta │ ├── button_r.png │ ├── button_r.png.meta │ ├── button_w.png │ ├── button_w.png.meta │ ├── button_y.png │ ├── button_y.png.meta │ ├── header_logo.png │ ├── header_logo.png.meta │ ├── rlove.png │ ├── rlove.png.meta │ ├── steam-logo-black-transparent.png │ └── steam-logo-black-transparent.png.meta ├── Libraries.meta ├── LoginDialog.meta ├── LoginDialog │ ├── Background.png │ ├── Background.png.meta │ ├── Circle Outline - Stroke 12px.png │ ├── Circle Outline - Stroke 12px.png.meta │ ├── CircleProgressBar.controller │ ├── CircleProgressBar.controller.meta │ ├── CircleProgressBarIdle.anim │ ├── CircleProgressBarIdle.anim.meta │ ├── EnterFade.anim │ ├── EnterFade.anim.meta │ ├── Loading.anim │ ├── Loading.anim.meta │ ├── LoadingDialog 1.prefab │ ├── LoadingDialog 1.prefab.meta │ ├── LoadingDialog old.prefab │ ├── LoadingDialog old.prefab.meta │ ├── LoadingDialog.controller │ ├── LoadingDialog.controller.meta │ ├── LoadingDialog.prefab │ ├── LoadingDialog.prefab.meta │ ├── Progress Bar Color.controller │ └── Progress Bar Color.controller.meta ├── Materials.meta ├── Materials │ ├── CustomText Blue.mat │ ├── CustomText Blue.mat.meta │ ├── CustomText Dark Blue.mat │ ├── CustomText Dark Blue.mat.meta │ ├── CustomText Green.mat │ ├── CustomText Green.mat.meta │ ├── CustomText Pink.mat │ ├── CustomText Pink.mat.meta │ ├── CustomText Yellow.mat │ ├── CustomText Yellow.mat.meta │ ├── CustomText.mat │ ├── CustomText.mat.meta │ ├── Fade 1.mat │ ├── Fade 1.mat.meta │ ├── Fade.mat │ ├── Fade.mat.meta │ ├── Glow_BLUE.mat │ ├── Glow_BLUE.mat.meta │ ├── Glow_GREEN.mat │ ├── Glow_GREEN.mat.meta │ ├── Glow_KORTY.mat │ ├── Glow_KORTY.mat.meta │ ├── Glow_MELONLOADER.mat │ ├── Glow_MELONLOADER.mat.meta │ ├── Glow_PINK.mat │ ├── Glow_PINK.mat.meta │ ├── Glow_PIXEL.mat │ ├── Glow_PIXEL.mat.meta │ ├── Glow_RED.mat │ ├── Glow_RED.mat.meta │ ├── Glow_WHITE.mat │ ├── Glow_WHITE.mat.meta │ ├── Glow_YEL.mat │ ├── Glow_YEL.mat.meta │ ├── MOON Waves.mat │ ├── MOON Waves.mat.meta │ ├── Transparent 1.mat │ ├── Transparent 1.mat.meta │ ├── Transparent.mat │ ├── Transparent.mat.meta │ ├── White.mat │ ├── White.mat.meta │ ├── bg.mat │ └── bg.mat.meta ├── Plugins.meta ├── Plugins │ └── Editor.meta ├── Prefabs.meta ├── Prefabs │ ├── Button Prefab.prefab │ ├── Button Prefab.prefab.meta │ ├── Secondary Button Prefab.prefab │ ├── Secondary Button Prefab.prefab.meta │ ├── Steamguard_2FA.prefab │ ├── Steamguard_2FA.prefab.meta │ ├── VersionButton.prefab │ ├── VersionButton.prefab.meta │ ├── YearPrefab.prefab │ └── YearPrefab.prefab.meta ├── PresentationFramework.dll ├── PresentationFramework.dll.meta ├── Scenes.meta ├── Scenes │ ├── Main.unity │ ├── Main.unity.meta │ ├── Main_Profiles.meta │ └── Main_Profiles │ │ ├── Main Camera Profile.asset │ │ └── Main Camera Profile.asset.meta ├── Scripts.meta ├── Scripts │ ├── AdvancedButtons.cs │ ├── AdvancedButtons.cs.meta │ ├── AutoLaunchManager.cs │ ├── BackButton.cs │ ├── BackButton.cs.meta │ ├── Backup.cs │ ├── Backup.cs.meta │ ├── BackupCheck.cs │ ├── BackupCheck.cs.meta │ ├── BorderlessWindow.cs │ ├── BorderlessWindow.cs.meta │ ├── ButtonController.cs │ ├── ButtonController.cs.meta │ ├── ButtonInfo.cs │ ├── ButtonInfo.cs.meta │ ├── CheckIPA.cs │ ├── CheckIPA.cs.meta │ ├── ComputerUtils.cs │ ├── ComputerUtils.cs.meta │ ├── ComputersVars.cs │ ├── ComputersVars.cs.meta │ ├── DepotDownloaderObject.cs │ ├── DepotDownloaderObject.cs.meta │ ├── DiscordController.cs │ ├── DiscordController.cs.meta │ ├── DiscordRpc.cs │ ├── DiscordRpc.cs.meta │ ├── ExitTrigger.cs │ ├── ExitTrigger.cs.meta │ ├── FocusMute.cs │ ├── FocusMute.cs.meta │ ├── ForceCaps.cs │ ├── ForceCaps.cs.meta │ ├── HideInputs.cs │ ├── HideInputs.cs.meta │ ├── Hyperlinks.cs │ ├── Hyperlinks.cs.meta │ ├── InstalledVer.cs │ ├── InstalledVer.cs.meta │ ├── InstalledVersionToggle.cs │ ├── InstalledVersionToggle.cs.meta │ ├── Interactable.cs │ ├── Interactable.cs.meta │ ├── LaunchBS.cs │ ├── LaunchBS.cs.meta │ ├── LaunchOptions.cs │ ├── LaunchOptions.cs.meta │ ├── LivConnector.cs │ ├── LivConnector.cs.meta │ ├── OculusToggle.cs │ ├── OculusToggle.cs.meta │ ├── OpenModassistant.cs │ ├── OpenModassistant.cs.meta │ ├── OpenPluginsURL.cs │ ├── OpenPluginsURL.cs.meta │ ├── OpenURL.cs │ ├── OpenURL.cs.meta │ ├── Patreon.cs │ ├── Patreon.cs.meta │ ├── ReleaseURL.cs │ ├── ReleaseURL.cs.meta │ ├── SetActive.cs │ ├── SetActive.cs.meta │ ├── Settings.cs │ ├── Settings.cs.meta │ ├── Steam.cs │ ├── Steam.cs.meta │ ├── SteamCodePopup.cs │ ├── SteamCodePopup.cs.meta │ ├── SteamCreds.cs │ ├── SteamCreds.cs.meta │ ├── TextHighlight.cs │ ├── TextHighlight.cs.meta │ ├── Uninstall.cs │ ├── Uninstall.cs.meta │ ├── UninstallAdminCheck.cs │ ├── UninstallAdminCheck.cs.meta │ ├── UninstallCheck.cs │ ├── UninstallCheck.cs.meta │ ├── UnityConsoleLogTarget.cs │ ├── UnityConsoleLogTarget.cs.meta │ ├── UpdateCheck.cs │ ├── UpdateCheck.cs.meta │ ├── Version.cs │ ├── Version.cs.meta │ ├── VersionButtonController.cs │ ├── VersionButtonController.cs.meta │ ├── VersionVar.cs │ ├── VersionVar.cs.meta │ ├── WindowScript.cs │ └── WindowScript.cs.meta ├── Shaders.meta ├── Shaders │ ├── CustomAlphaBlended.shader │ ├── CustomAlphaBlended.shader.meta │ ├── CustomFont.shader │ ├── CustomFont.shader.meta │ ├── IdleBGVisual_MODIFIED.shader │ ├── IdleBGVisual_MODIFIED.shader.meta │ ├── IdleBGVisual_UNLIT.shader │ └── IdleBGVisual_UNLIT.shader.meta ├── Sounds.meta ├── Sounds │ ├── Download.wav │ ├── Download.wav.meta │ ├── Error.wav │ ├── Error.wav.meta │ ├── MenuClick0.wav │ ├── MenuClick0.wav.meta │ ├── MenuClick1.wav │ ├── MenuClick1.wav.meta │ ├── OK.wav │ ├── OK.wav.meta │ ├── Soundscape Loop.wav │ ├── Soundscape Loop.wav.meta │ ├── Start.wav │ ├── Start.wav.meta │ ├── Start2.wav │ └── Start2.wav.meta ├── VersionButton.prefab ├── VersionButton.prefab.meta ├── YearPrefab.prefab ├── YearPrefab.prefab.meta ├── csc.rsp ├── csc.rsp.meta ├── discord-rpc.dll └── discord-rpc.dll.meta ├── BSLLUpdater └── Program.cs ├── LICENSE ├── Packages ├── Microsoft-WindowsAPICodePack-Core.1.1.4 │ ├── .signature.p7s │ ├── Microsoft-WindowsAPICodePack-Core.1.1.4.nupkg │ └── lib │ │ ├── net452 │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ └── Microsoft.WindowsAPICodePack.xml │ │ ├── net462 │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ └── Microsoft.WindowsAPICodePack.xml │ │ ├── net472 │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ └── Microsoft.WindowsAPICodePack.xml │ │ ├── net48 │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ └── Microsoft.WindowsAPICodePack.xml │ │ ├── netcoreapp3.0 │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ └── Microsoft.WindowsAPICodePack.xml │ │ └── netcoreapp3.1 │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ └── Microsoft.WindowsAPICodePack.xml └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset └── VFXManager.asset ├── README.md ├── Resources ├── BSIPA-4.2.2 │ ├── IPA.exe │ ├── IPA.exe.config │ ├── IPA.runtimeconfig.json │ └── IPA │ │ ├── Data │ │ └── Managed │ │ │ ├── I18N.West.dll │ │ │ ├── I18N.dll │ │ │ ├── IPA.Injector.dll │ │ │ ├── IPA.Loader.dll │ │ │ ├── IPA.Loader.xml │ │ │ ├── Microsoft.CSharp.dll │ │ │ ├── System.Runtime.Serialization.dll │ │ │ └── netstandard.dll │ │ ├── Libs │ │ ├── 0Harmony.dll │ │ ├── Hive.Versioning.dll │ │ ├── Ionic.Zip.dll │ │ ├── Mono.Cecil.Mdb.dll │ │ ├── Mono.Cecil.Pdb.dll │ │ ├── Mono.Cecil.Rocks.dll │ │ ├── Mono.Cecil.dll │ │ ├── MonoMod.RuntimeDetour.dll │ │ ├── MonoMod.Utils.dll │ │ ├── Newtonsoft.Json.dll │ │ └── SemVer.dll │ │ └── winhttp.dll ├── BSIPA-Legacy │ ├── IPA.exe │ ├── IPA │ │ ├── Data │ │ │ └── Managed │ │ │ │ ├── IllusionInjector.dll │ │ │ │ ├── IllusionPlugin.dll │ │ │ │ └── IllusionPlugin.xml │ │ └── Launcher.exe │ └── Mono.Cecil.dll ├── BSVersions.json ├── DepotDownloader │ ├── DepotDownloader.deps.json │ ├── DepotDownloader.dll │ ├── DepotDownloader.exe │ ├── DepotDownloader.runtimeconfig.json │ ├── LICENSE │ ├── README.md │ ├── SteamKit2.dll │ ├── protobuf-net.Core.dll │ └── protobuf-net.dll └── Patreons.json ├── app.config └── packages.config /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: RiskiVR 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/.gitignore -------------------------------------------------------------------------------- /.vsconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/.vsconfig -------------------------------------------------------------------------------- /Assets/Animations OwO.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/1F_Load.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/1F_Load.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/1F_Load.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/1F_Load.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/1F_Load.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/1F_Load.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/1F_Load.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/1F_Load.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/2018.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2018.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/2018.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2018.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/2019.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2019.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/2019.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2019.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/2020.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2020.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/2020.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2020.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/2021.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2021.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/2021.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2021.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/2022.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2022.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/2022.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/2022.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Buttons.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Buttons.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Buttons.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Buttons.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Buttons.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Buttons.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Buttons.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Buttons.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Dismiss.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Dismiss.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Dismiss.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Dismiss.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Settings.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Settings.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Advanced Settings.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Advanced Settings.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedAnim.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedAnim.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedAnim.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedAnim.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedButton.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedButton.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedButton.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedButton.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedDiss.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedDiss.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/AdvancedDiss.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AdvancedDiss.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/AudioFade 1.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AudioFade 1.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/AudioFade 1.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AudioFade 1.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/AudioFade.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AudioFade.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/AudioFade.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/AudioFade.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (1).controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (1).controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (1).controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (1).controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (2).controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (2).controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (2).controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (2).controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (3).controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (3).controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (3).controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (3).controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (4).controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (4).controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BG (4).controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG (4).controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG Cycle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG Cycle.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BG Cycle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG Cycle.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BG.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BG.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BG.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BG.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BSLLogo_1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSLLogo_1.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BSLLogo_1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSLLogo_1.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BSLLogo_2.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSLLogo_2.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BSLLogo_2.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSLLogo_2.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BSL_in.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSL_in.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BSL_in.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSL_in.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BSL_out.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSL_out.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BSL_out.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BSL_out.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackButton.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackButton.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BackButton.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackButton.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BackButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Backgrounds.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Backgrounds.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Backgrounds.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Backgrounds.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Backup.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Backup.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Backup.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Backup.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Backup.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Backup.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Backup.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Backup.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupBar.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupBar.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupBar.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupBar.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupBar.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupBar.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupBar.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupBar.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupButtonReset.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupButtonReset.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupButtonReset.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupButtonReset.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupButtonReset.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupButtonReset.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupButtonReset.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupButtonReset.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupCheck.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupCheck.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupCheck.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupCheck.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupDismiss.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupDismiss.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupDismiss.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupDismiss.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupDismiss.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupDismiss.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupDismiss.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupDismiss.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupText.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupText.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupText.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupText.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupText.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupText.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BackupText.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BackupText.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar 1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar 1.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar 1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar 1.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar 2.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar 2.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar 2.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar 2.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar 3.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar 3.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar 3.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar 3.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Bar.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Bar.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BarFade.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarFade.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BarFade.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarFade.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BarFlash.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarFlash.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BarFlash.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarFlash.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BarFlash.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarFlash.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/BarFlash.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarFlash.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/BarLoad.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarLoad.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/BarLoad.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/BarLoad.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Button.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Button.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Button.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Button.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Button2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button2.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Button2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button2.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Button3.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button3.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Button3.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button3.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Button4.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button4.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Button4.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Button4.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonClick.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonClick.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonClick.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonClick.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonClick.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonClick.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonClick.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonClick.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonMovement.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonMovement.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonMovement.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonMovement.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonText.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonText.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonText.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonText.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonText2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonText2.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/ButtonText2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ButtonText2.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Canvas.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Canvas.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Canvas.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Canvas.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/CanvasStart.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CanvasStart.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/CanvasStart.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CanvasStart.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Credits.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Credits.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Credits.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Credits.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Credits.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Credits.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Credits.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Credits.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsAnim.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsAnim.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsAnim.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsAnim.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsAnim.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsAnim.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsAnim.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsAnim.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsDismiss.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsDismiss.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsDismiss.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsDismiss.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsDismiss.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsDismiss.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/CreditsDismiss.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/CreditsDismiss.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Description.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Description.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Description.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Description.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Description.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Description.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Description.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Description.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Donation Buttons.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Donation Buttons.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Donation Buttons.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Donation Buttons.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Donation Buttons.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Donation Buttons.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Donation Buttons.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Donation Buttons.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text 1.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text 1.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text 1.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text 1.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text 1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text 1.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text 1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text 1.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text Dismiss.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text Dismiss.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text Dismiss.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text Dismiss.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text Dismiss.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text Dismiss.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text Dismiss.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text Dismiss.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Downgrade Text.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Downgrade Text.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/DownloadMod.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/DownloadMod.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/DownloadMod.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/DownloadMod.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Error.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Error.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Error.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Error.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ErrorText Old.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ErrorText Old.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/ErrorText Old.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ErrorText Old.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ErrorText.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ErrorText.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/ErrorText.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ErrorText.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade (1).controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade (1).controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade (1).controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade (1).controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade 2.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade 2.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade 2.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade 2.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade2FA.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade2FA.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Fade2FA.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Fade2FA.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeBG.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeBG.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeBG.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeBG.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeDown.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeDown.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeDown.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeDown.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeDown.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeDown.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeDown.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeDown.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeOnly.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeOnly.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/FadeOnly.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/FadeOnly.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/GetModsButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/GetModsButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/GetModsButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/GetModsButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Highlight.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Highlight.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Highlight.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Highlight.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Highlight.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Highlight.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Highlight.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Highlight.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Info Text.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Info Text.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Info Text.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Info Text.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/InfoText.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InfoText.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/InfoText.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InfoText.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/InnerBar.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InnerBar.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/InnerBar.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InnerBar.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Input Fields.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Input Fields.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Input Fields.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Input Fields.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/InputFields.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InputFields.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/InputFields.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InputFields.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/InstallButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InstallButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/InstallButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InstallButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/InstallDismiss.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InstallDismiss.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/InstallDismiss.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InstallDismiss.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/InvalidPassword Tips.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InvalidPassword Tips.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/InvalidPassword Tips.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/InvalidPassword Tips.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Launch Button.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Launch Button.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Launch Button.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Launch Button.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Launch.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Launch.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Launch.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Launch.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/LaunchBar.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/LaunchBar.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/LaunchBar.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/LaunchBar.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/PasswordTip.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/PasswordTip.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/PasswordTip.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/PasswordTip.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Prompt.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Prompt.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Prompt.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Prompt.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/QuickLoad.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/QuickLoad.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/QuickLoad.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/QuickLoad.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/QuickLoad.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/QuickLoad.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/QuickLoad.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/QuickLoad.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ReleaseInfoButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ReleaseInfoButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/ReleaseInfoButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ReleaseInfoButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Selected.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Selected.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Selected.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Selected.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/ShowVersions.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ShowVersions.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/ShowVersions.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/ShowVersions.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/StartButton.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/StartButton.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/StartButton.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/StartButton.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/StartButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/StartButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/StartButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/StartButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Text 1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Text 1.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Text 1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Text 1.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Text.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Text.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Text.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Text.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/TextBoth.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextBoth.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/TextBoth.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextBoth.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/TextDismiss.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextDismiss.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/TextDismiss.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextDismiss.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/TextDismiss.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextDismiss.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/TextDismiss.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextDismiss.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/TextEnter.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextEnter.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/TextEnter.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextEnter.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/TextEnter.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextEnter.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/TextEnter.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/TextEnter.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Uninstall.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Uninstall.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/Uninstall.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Uninstall.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Uninstall.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Uninstall.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Uninstall.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Uninstall.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallBar.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallBar.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallBar.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallBar.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallButton.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallButton.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallButton.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallButton.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallDrop.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallDrop.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallDrop.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallDrop.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallPrompt.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallPrompt.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/UninstallPrompt.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UninstallPrompt.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UpdateNotice.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UpdateNotice.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/UpdateNotice.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UpdateNotice.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UpdateNotice.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UpdateNotice.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/UpdateNotice.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UpdateNotice.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UtilVersionAnim.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UtilVersionAnim.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/UtilVersionAnim.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UtilVersionAnim.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/UtilVersionNo..controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UtilVersionNo..controller -------------------------------------------------------------------------------- /Assets/Animations OwO/UtilVersionNo..controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/UtilVersionNo..controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionAnimation.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionAnimation.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionAnimation.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionAnimation.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionSpawn.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionSpawn.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionSpawn.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionSpawn.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionText 2.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionText 2.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionText 2.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionText 2.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionText.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionText.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/VersionText.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/VersionText.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/Versions.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Versions.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/Versions.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/Versions.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/X.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/X.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/X.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/X.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/X.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/X.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/X.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/X.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/YearBarFade.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/YearBarFade.anim -------------------------------------------------------------------------------- /Assets/Animations OwO/YearBarFade.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/YearBarFade.anim.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/YearBarFade.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/YearBarFade.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/YearBarFade.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/YearBarFade.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/_Soundscape 1.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/_Soundscape 1.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/_Soundscape 1.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/_Soundscape 1.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/_Soundscape.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/_Soundscape.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/_Soundscape.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/_Soundscape.controller.meta -------------------------------------------------------------------------------- /Assets/Animations OwO/_none.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/_none.controller -------------------------------------------------------------------------------- /Assets/Animations OwO/_none.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Animations OwO/_none.controller.meta -------------------------------------------------------------------------------- /Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts.meta -------------------------------------------------------------------------------- /Assets/Fonts/Aldrich-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/Aldrich-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Aldrich-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/Aldrich-Regular.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/BAHNSCHRIFT.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/BAHNSCHRIFT.TTF -------------------------------------------------------------------------------- /Assets/Fonts/BAHNSCHRIFT.TTF.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/BAHNSCHRIFT.TTF.meta -------------------------------------------------------------------------------- /Assets/Fonts/Beon.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/Beon.otf -------------------------------------------------------------------------------- /Assets/Fonts/Beon.otf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/Beon.otf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Teko-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/Teko-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Teko-Medium.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/Teko-Medium.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/TheShapeOfThings-z2E0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/TheShapeOfThings-z2E0.ttf -------------------------------------------------------------------------------- /Assets/Fonts/TheShapeOfThings-z2E0.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/TheShapeOfThings-z2E0.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/conthrax-sb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/conthrax-sb.ttf -------------------------------------------------------------------------------- /Assets/Fonts/conthrax-sb.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Fonts/conthrax-sb.ttf.meta -------------------------------------------------------------------------------- /Assets/Images.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images.meta -------------------------------------------------------------------------------- /Assets/Images/2018 Vibes V2 (Square).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/2018 Vibes V2 (Square).png -------------------------------------------------------------------------------- /Assets/Images/2018 Vibes V2 (Square).png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/2018 Vibes V2 (Square).png.meta -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 (1) 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 (1) 1.png -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 (1) 1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 (1) 1.png.meta -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 (1).png -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 (1).png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 (1).png.meta -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 (2).png -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 (2).png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 (2).png.meta -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 1.png -------------------------------------------------------------------------------- /Assets/Images/742148459527929967 1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/742148459527929967 1.png.meta -------------------------------------------------------------------------------- /Assets/Images/BSLG_Block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/BSLG_Block.png -------------------------------------------------------------------------------- /Assets/Images/BSLG_Block.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/BSLG_Block.png.meta -------------------------------------------------------------------------------- /Assets/Images/BombX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/BombX.png -------------------------------------------------------------------------------- /Assets/Images/BombX.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/BombX.png.meta -------------------------------------------------------------------------------- /Assets/Images/KnobHD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/KnobHD.png -------------------------------------------------------------------------------- /Assets/Images/KnobHD.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/KnobHD.png.meta -------------------------------------------------------------------------------- /Assets/Images/Kofi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Kofi.png -------------------------------------------------------------------------------- /Assets/Images/Kofi.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Kofi.png.meta -------------------------------------------------------------------------------- /Assets/Images/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/BG1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG1.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/BG1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG1.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/BG2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG2.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/BG2.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG2.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/BG3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG3.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/BG3.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG3.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/BG4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG4.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/BG4.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG4.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/BG5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG5.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/BG5.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BG5.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/BombX.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BombX.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/BombX.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/BombX.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/Glow_Line.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/Glow_Line.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/Glow_Line.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/Glow_Line.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/Outline.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/Outline.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/block.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/block.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/block.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/block.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/header_logo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/header_logo.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/header_logo.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/header_logo.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Materials/steam-logo-black-transparent.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/steam-logo-black-transparent.mat -------------------------------------------------------------------------------- /Assets/Images/Materials/steam-logo-black-transparent.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Materials/steam-logo-black-transparent.mat.meta -------------------------------------------------------------------------------- /Assets/Images/Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Outline.png -------------------------------------------------------------------------------- /Assets/Images/Outline.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Outline.png.meta -------------------------------------------------------------------------------- /Assets/Images/Patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Patreon.png -------------------------------------------------------------------------------- /Assets/Images/Patreon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Patreon.png.meta -------------------------------------------------------------------------------- /Assets/Images/RiskiLove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/RiskiLove.png -------------------------------------------------------------------------------- /Assets/Images/RiskiLove.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/RiskiLove.png.meta -------------------------------------------------------------------------------- /Assets/Images/SkillIssue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/SkillIssue.png -------------------------------------------------------------------------------- /Assets/Images/SkillIssue.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/SkillIssue.png.meta -------------------------------------------------------------------------------- /Assets/Images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Thumbs.db -------------------------------------------------------------------------------- /Assets/Images/Thumbs.db.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/Thumbs.db.meta -------------------------------------------------------------------------------- /Assets/Images/White-Square.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/White-Square.jpg -------------------------------------------------------------------------------- /Assets/Images/White-Square.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/White-Square.jpg.meta -------------------------------------------------------------------------------- /Assets/Images/beatsaberlegacy logo 2_000000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/beatsaberlegacy logo 2_000000.png -------------------------------------------------------------------------------- /Assets/Images/beatsaberlegacy logo 2_000000.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/beatsaberlegacy logo 2_000000.png.meta -------------------------------------------------------------------------------- /Assets/Images/beatsaberlegacy logo_000000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/beatsaberlegacy logo_000000.png -------------------------------------------------------------------------------- /Assets/Images/beatsaberlegacy logo_000000.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/beatsaberlegacy logo_000000.png.meta -------------------------------------------------------------------------------- /Assets/Images/bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg1.png -------------------------------------------------------------------------------- /Assets/Images/bg1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg1.png.meta -------------------------------------------------------------------------------- /Assets/Images/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg2.png -------------------------------------------------------------------------------- /Assets/Images/bg2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg2.png.meta -------------------------------------------------------------------------------- /Assets/Images/bg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg3.png -------------------------------------------------------------------------------- /Assets/Images/bg3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg3.png.meta -------------------------------------------------------------------------------- /Assets/Images/bg4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg4.png -------------------------------------------------------------------------------- /Assets/Images/bg4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg4.png.meta -------------------------------------------------------------------------------- /Assets/Images/bg5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg5.png -------------------------------------------------------------------------------- /Assets/Images/bg5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/bg5.png.meta -------------------------------------------------------------------------------- /Assets/Images/block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/block.png -------------------------------------------------------------------------------- /Assets/Images/block.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/block.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_b.png -------------------------------------------------------------------------------- /Assets/Images/button_b.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_b.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_c.png -------------------------------------------------------------------------------- /Assets/Images/button_c.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_c.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_g.png -------------------------------------------------------------------------------- /Assets/Images/button_g.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_g.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_kofi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_kofi.png -------------------------------------------------------------------------------- /Assets/Images/button_kofi.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_kofi.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_p.png -------------------------------------------------------------------------------- /Assets/Images/button_p.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_p.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_patreon.png -------------------------------------------------------------------------------- /Assets/Images/button_patreon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_patreon.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_pixel.png -------------------------------------------------------------------------------- /Assets/Images/button_pixel.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_pixel.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_r.png -------------------------------------------------------------------------------- /Assets/Images/button_r.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_r.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_w.png -------------------------------------------------------------------------------- /Assets/Images/button_w.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_w.png.meta -------------------------------------------------------------------------------- /Assets/Images/button_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_y.png -------------------------------------------------------------------------------- /Assets/Images/button_y.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/button_y.png.meta -------------------------------------------------------------------------------- /Assets/Images/header_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/header_logo.png -------------------------------------------------------------------------------- /Assets/Images/header_logo.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/header_logo.png.meta -------------------------------------------------------------------------------- /Assets/Images/rlove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/rlove.png -------------------------------------------------------------------------------- /Assets/Images/rlove.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/rlove.png.meta -------------------------------------------------------------------------------- /Assets/Images/steam-logo-black-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/steam-logo-black-transparent.png -------------------------------------------------------------------------------- /Assets/Images/steam-logo-black-transparent.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Images/steam-logo-black-transparent.png.meta -------------------------------------------------------------------------------- /Assets/Libraries.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Libraries.meta -------------------------------------------------------------------------------- /Assets/LoginDialog.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Background.png -------------------------------------------------------------------------------- /Assets/LoginDialog/Background.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Background.png.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/Circle Outline - Stroke 12px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Circle Outline - Stroke 12px.png -------------------------------------------------------------------------------- /Assets/LoginDialog/Circle Outline - Stroke 12px.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Circle Outline - Stroke 12px.png.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/CircleProgressBar.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/CircleProgressBar.controller -------------------------------------------------------------------------------- /Assets/LoginDialog/CircleProgressBar.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/CircleProgressBar.controller.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/CircleProgressBarIdle.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/CircleProgressBarIdle.anim -------------------------------------------------------------------------------- /Assets/LoginDialog/CircleProgressBarIdle.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/CircleProgressBarIdle.anim.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/EnterFade.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/EnterFade.anim -------------------------------------------------------------------------------- /Assets/LoginDialog/EnterFade.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/EnterFade.anim.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/Loading.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Loading.anim -------------------------------------------------------------------------------- /Assets/LoginDialog/Loading.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Loading.anim.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog 1.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog 1.prefab -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog 1.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog 1.prefab.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog old.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog old.prefab -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog old.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog old.prefab.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog.controller -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog.controller.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog.prefab -------------------------------------------------------------------------------- /Assets/LoginDialog/LoadingDialog.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/LoadingDialog.prefab.meta -------------------------------------------------------------------------------- /Assets/LoginDialog/Progress Bar Color.controller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Progress Bar Color.controller -------------------------------------------------------------------------------- /Assets/LoginDialog/Progress Bar Color.controller.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/LoginDialog/Progress Bar Color.controller.meta -------------------------------------------------------------------------------- /Assets/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials.meta -------------------------------------------------------------------------------- /Assets/Materials/CustomText Blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Blue.mat -------------------------------------------------------------------------------- /Assets/Materials/CustomText Blue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Blue.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/CustomText Dark Blue.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Dark Blue.mat -------------------------------------------------------------------------------- /Assets/Materials/CustomText Dark Blue.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Dark Blue.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/CustomText Green.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Green.mat -------------------------------------------------------------------------------- /Assets/Materials/CustomText Green.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Green.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/CustomText Pink.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Pink.mat -------------------------------------------------------------------------------- /Assets/Materials/CustomText Pink.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Pink.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/CustomText Yellow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Yellow.mat -------------------------------------------------------------------------------- /Assets/Materials/CustomText Yellow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText Yellow.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/CustomText.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText.mat -------------------------------------------------------------------------------- /Assets/Materials/CustomText.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/CustomText.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Fade 1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Fade 1.mat -------------------------------------------------------------------------------- /Assets/Materials/Fade 1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Fade 1.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Fade.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Fade.mat -------------------------------------------------------------------------------- /Assets/Materials/Fade.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Fade.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_BLUE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_BLUE.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_BLUE.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_BLUE.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_GREEN.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_GREEN.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_GREEN.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_GREEN.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_KORTY.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_KORTY.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_KORTY.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_KORTY.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_MELONLOADER.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_MELONLOADER.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_MELONLOADER.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_MELONLOADER.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_PINK.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_PINK.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_PINK.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_PINK.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_PIXEL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_PIXEL.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_PIXEL.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_PIXEL.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_RED.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_RED.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_RED.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_RED.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_WHITE.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_WHITE.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_WHITE.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_WHITE.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Glow_YEL.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_YEL.mat -------------------------------------------------------------------------------- /Assets/Materials/Glow_YEL.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Glow_YEL.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/MOON Waves.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/MOON Waves.mat -------------------------------------------------------------------------------- /Assets/Materials/MOON Waves.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/MOON Waves.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Transparent 1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Transparent 1.mat -------------------------------------------------------------------------------- /Assets/Materials/Transparent 1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Transparent 1.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/Transparent.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Transparent.mat -------------------------------------------------------------------------------- /Assets/Materials/Transparent.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/Transparent.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/White.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/White.mat -------------------------------------------------------------------------------- /Assets/Materials/White.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/White.mat.meta -------------------------------------------------------------------------------- /Assets/Materials/bg.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/bg.mat -------------------------------------------------------------------------------- /Assets/Materials/bg.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Materials/bg.mat.meta -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Plugins.meta -------------------------------------------------------------------------------- /Assets/Plugins/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Plugins/Editor.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Button Prefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/Button Prefab.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Button Prefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/Button Prefab.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Secondary Button Prefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/Secondary Button Prefab.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Secondary Button Prefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/Secondary Button Prefab.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Steamguard_2FA.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/Steamguard_2FA.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Steamguard_2FA.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/Steamguard_2FA.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/VersionButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/VersionButton.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/VersionButton.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/VersionButton.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/YearPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/YearPrefab.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/YearPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Prefabs/YearPrefab.prefab.meta -------------------------------------------------------------------------------- /Assets/PresentationFramework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/PresentationFramework.dll -------------------------------------------------------------------------------- /Assets/PresentationFramework.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/PresentationFramework.dll.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/Main.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scenes/Main.unity -------------------------------------------------------------------------------- /Assets/Scenes/Main.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scenes/Main.unity.meta -------------------------------------------------------------------------------- /Assets/Scenes/Main_Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scenes/Main_Profiles.meta -------------------------------------------------------------------------------- /Assets/Scenes/Main_Profiles/Main Camera Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scenes/Main_Profiles/Main Camera Profile.asset -------------------------------------------------------------------------------- /Assets/Scenes/Main_Profiles/Main Camera Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scenes/Main_Profiles/Main Camera Profile.asset.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/AdvancedButtons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/AdvancedButtons.cs -------------------------------------------------------------------------------- /Assets/Scripts/AdvancedButtons.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/AdvancedButtons.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/AutoLaunchManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/AutoLaunchManager.cs -------------------------------------------------------------------------------- /Assets/Scripts/BackButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/BackButton.cs -------------------------------------------------------------------------------- /Assets/Scripts/BackButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/BackButton.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Backup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Backup.cs -------------------------------------------------------------------------------- /Assets/Scripts/Backup.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Backup.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/BackupCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/BackupCheck.cs -------------------------------------------------------------------------------- /Assets/Scripts/BackupCheck.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/BackupCheck.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/BorderlessWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/BorderlessWindow.cs -------------------------------------------------------------------------------- /Assets/Scripts/BorderlessWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/BorderlessWindow.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ButtonController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ButtonController.cs -------------------------------------------------------------------------------- /Assets/Scripts/ButtonController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ButtonController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ButtonInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ButtonInfo.cs -------------------------------------------------------------------------------- /Assets/Scripts/ButtonInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ButtonInfo.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/CheckIPA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/CheckIPA.cs -------------------------------------------------------------------------------- /Assets/Scripts/CheckIPA.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/CheckIPA.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ComputerUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ComputerUtils.cs -------------------------------------------------------------------------------- /Assets/Scripts/ComputerUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ComputerUtils.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ComputersVars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ComputersVars.cs -------------------------------------------------------------------------------- /Assets/Scripts/ComputersVars.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ComputersVars.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/DepotDownloaderObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/DepotDownloaderObject.cs -------------------------------------------------------------------------------- /Assets/Scripts/DepotDownloaderObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/DepotDownloaderObject.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/DiscordController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/DiscordController.cs -------------------------------------------------------------------------------- /Assets/Scripts/DiscordController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/DiscordController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/DiscordRpc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/DiscordRpc.cs -------------------------------------------------------------------------------- /Assets/Scripts/DiscordRpc.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/DiscordRpc.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ExitTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ExitTrigger.cs -------------------------------------------------------------------------------- /Assets/Scripts/ExitTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ExitTrigger.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/FocusMute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/FocusMute.cs -------------------------------------------------------------------------------- /Assets/Scripts/FocusMute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/FocusMute.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ForceCaps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ForceCaps.cs -------------------------------------------------------------------------------- /Assets/Scripts/ForceCaps.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ForceCaps.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/HideInputs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/HideInputs.cs -------------------------------------------------------------------------------- /Assets/Scripts/HideInputs.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/HideInputs.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Hyperlinks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Hyperlinks.cs -------------------------------------------------------------------------------- /Assets/Scripts/Hyperlinks.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Hyperlinks.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/InstalledVer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/InstalledVer.cs -------------------------------------------------------------------------------- /Assets/Scripts/InstalledVer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/InstalledVer.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/InstalledVersionToggle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/InstalledVersionToggle.cs -------------------------------------------------------------------------------- /Assets/Scripts/InstalledVersionToggle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/InstalledVersionToggle.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Interactable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Interactable.cs -------------------------------------------------------------------------------- /Assets/Scripts/Interactable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Interactable.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/LaunchBS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/LaunchBS.cs -------------------------------------------------------------------------------- /Assets/Scripts/LaunchBS.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/LaunchBS.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/LaunchOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/LaunchOptions.cs -------------------------------------------------------------------------------- /Assets/Scripts/LaunchOptions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/LaunchOptions.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/LivConnector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/LivConnector.cs -------------------------------------------------------------------------------- /Assets/Scripts/LivConnector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/LivConnector.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/OculusToggle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OculusToggle.cs -------------------------------------------------------------------------------- /Assets/Scripts/OculusToggle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OculusToggle.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/OpenModassistant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OpenModassistant.cs -------------------------------------------------------------------------------- /Assets/Scripts/OpenModassistant.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OpenModassistant.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/OpenPluginsURL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OpenPluginsURL.cs -------------------------------------------------------------------------------- /Assets/Scripts/OpenPluginsURL.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OpenPluginsURL.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/OpenURL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OpenURL.cs -------------------------------------------------------------------------------- /Assets/Scripts/OpenURL.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/OpenURL.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Patreon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Patreon.cs -------------------------------------------------------------------------------- /Assets/Scripts/Patreon.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Patreon.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ReleaseURL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ReleaseURL.cs -------------------------------------------------------------------------------- /Assets/Scripts/ReleaseURL.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/ReleaseURL.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/SetActive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/SetActive.cs -------------------------------------------------------------------------------- /Assets/Scripts/SetActive.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/SetActive.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Settings.cs -------------------------------------------------------------------------------- /Assets/Scripts/Settings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Settings.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Steam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Steam.cs -------------------------------------------------------------------------------- /Assets/Scripts/Steam.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Steam.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/SteamCodePopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/SteamCodePopup.cs -------------------------------------------------------------------------------- /Assets/Scripts/SteamCodePopup.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/SteamCodePopup.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/SteamCreds.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/SteamCreds.cs -------------------------------------------------------------------------------- /Assets/Scripts/SteamCreds.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/SteamCreds.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/TextHighlight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/TextHighlight.cs -------------------------------------------------------------------------------- /Assets/Scripts/TextHighlight.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/TextHighlight.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Uninstall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Uninstall.cs -------------------------------------------------------------------------------- /Assets/Scripts/Uninstall.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Uninstall.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/UninstallAdminCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UninstallAdminCheck.cs -------------------------------------------------------------------------------- /Assets/Scripts/UninstallAdminCheck.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UninstallAdminCheck.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/UninstallCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UninstallCheck.cs -------------------------------------------------------------------------------- /Assets/Scripts/UninstallCheck.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UninstallCheck.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/UnityConsoleLogTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UnityConsoleLogTarget.cs -------------------------------------------------------------------------------- /Assets/Scripts/UnityConsoleLogTarget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UnityConsoleLogTarget.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/UpdateCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UpdateCheck.cs -------------------------------------------------------------------------------- /Assets/Scripts/UpdateCheck.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/UpdateCheck.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Version.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Version.cs -------------------------------------------------------------------------------- /Assets/Scripts/Version.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/Version.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/VersionButtonController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/VersionButtonController.cs -------------------------------------------------------------------------------- /Assets/Scripts/VersionButtonController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/VersionButtonController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/VersionVar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/VersionVar.cs -------------------------------------------------------------------------------- /Assets/Scripts/VersionVar.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/VersionVar.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/WindowScript.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/WindowScript.cs -------------------------------------------------------------------------------- /Assets/Scripts/WindowScript.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Scripts/WindowScript.cs.meta -------------------------------------------------------------------------------- /Assets/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders.meta -------------------------------------------------------------------------------- /Assets/Shaders/CustomAlphaBlended.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/CustomAlphaBlended.shader -------------------------------------------------------------------------------- /Assets/Shaders/CustomAlphaBlended.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/CustomAlphaBlended.shader.meta -------------------------------------------------------------------------------- /Assets/Shaders/CustomFont.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/CustomFont.shader -------------------------------------------------------------------------------- /Assets/Shaders/CustomFont.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/CustomFont.shader.meta -------------------------------------------------------------------------------- /Assets/Shaders/IdleBGVisual_MODIFIED.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/IdleBGVisual_MODIFIED.shader -------------------------------------------------------------------------------- /Assets/Shaders/IdleBGVisual_MODIFIED.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/IdleBGVisual_MODIFIED.shader.meta -------------------------------------------------------------------------------- /Assets/Shaders/IdleBGVisual_UNLIT.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/IdleBGVisual_UNLIT.shader -------------------------------------------------------------------------------- /Assets/Shaders/IdleBGVisual_UNLIT.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Shaders/IdleBGVisual_UNLIT.shader.meta -------------------------------------------------------------------------------- /Assets/Sounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds.meta -------------------------------------------------------------------------------- /Assets/Sounds/Download.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Download.wav -------------------------------------------------------------------------------- /Assets/Sounds/Download.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Download.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/Error.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Error.wav -------------------------------------------------------------------------------- /Assets/Sounds/Error.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Error.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/MenuClick0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/MenuClick0.wav -------------------------------------------------------------------------------- /Assets/Sounds/MenuClick0.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/MenuClick0.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/MenuClick1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/MenuClick1.wav -------------------------------------------------------------------------------- /Assets/Sounds/MenuClick1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/MenuClick1.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/OK.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/OK.wav -------------------------------------------------------------------------------- /Assets/Sounds/OK.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/OK.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/Soundscape Loop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Soundscape Loop.wav -------------------------------------------------------------------------------- /Assets/Sounds/Soundscape Loop.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Soundscape Loop.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/Start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Start.wav -------------------------------------------------------------------------------- /Assets/Sounds/Start.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Start.wav.meta -------------------------------------------------------------------------------- /Assets/Sounds/Start2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Start2.wav -------------------------------------------------------------------------------- /Assets/Sounds/Start2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/Sounds/Start2.wav.meta -------------------------------------------------------------------------------- /Assets/VersionButton.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/VersionButton.prefab -------------------------------------------------------------------------------- /Assets/VersionButton.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/VersionButton.prefab.meta -------------------------------------------------------------------------------- /Assets/YearPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/YearPrefab.prefab -------------------------------------------------------------------------------- /Assets/YearPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/YearPrefab.prefab.meta -------------------------------------------------------------------------------- /Assets/csc.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/csc.rsp -------------------------------------------------------------------------------- /Assets/csc.rsp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/csc.rsp.meta -------------------------------------------------------------------------------- /Assets/discord-rpc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/discord-rpc.dll -------------------------------------------------------------------------------- /Assets/discord-rpc.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Assets/discord-rpc.dll.meta -------------------------------------------------------------------------------- /BSLLUpdater/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/BSLLUpdater/Program.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/.signature.p7s -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/Microsoft-WindowsAPICodePack-Core.1.1.4.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/Microsoft-WindowsAPICodePack-Core.1.1.4.nupkg -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net452/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net452/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net452/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net452/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net462/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net462/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net462/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net462/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net472/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net472/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net472/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net472/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net48/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net48/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net48/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/net48/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.0/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.0/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.0/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.0/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.1/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.1/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.1/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/Microsoft-WindowsAPICodePack-Core.1.1.4/lib/netcoreapp3.1/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.4.20f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/README.md -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA.exe -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA.exe.config -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA.runtimeconfig.json -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/I18N.West.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/I18N.West.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/I18N.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/I18N.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/IPA.Injector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/IPA.Injector.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/IPA.Loader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/IPA.Loader.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/IPA.Loader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/IPA.Loader.xml -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Data/Managed/netstandard.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Data/Managed/netstandard.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/0Harmony.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/0Harmony.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Hive.Versioning.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Hive.Versioning.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Ionic.Zip.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Ionic.Zip.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.Mdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.Mdb.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.Pdb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.Pdb.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.Rocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.Rocks.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Mono.Cecil.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/MonoMod.RuntimeDetour.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/MonoMod.RuntimeDetour.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/MonoMod.Utils.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/MonoMod.Utils.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/Libs/SemVer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/Libs/SemVer.dll -------------------------------------------------------------------------------- /Resources/BSIPA-4.2.2/IPA/winhttp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-4.2.2/IPA/winhttp.dll -------------------------------------------------------------------------------- /Resources/BSIPA-Legacy/IPA.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-Legacy/IPA.exe -------------------------------------------------------------------------------- /Resources/BSIPA-Legacy/IPA/Data/Managed/IllusionInjector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-Legacy/IPA/Data/Managed/IllusionInjector.dll -------------------------------------------------------------------------------- /Resources/BSIPA-Legacy/IPA/Data/Managed/IllusionPlugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-Legacy/IPA/Data/Managed/IllusionPlugin.dll -------------------------------------------------------------------------------- /Resources/BSIPA-Legacy/IPA/Data/Managed/IllusionPlugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-Legacy/IPA/Data/Managed/IllusionPlugin.xml -------------------------------------------------------------------------------- /Resources/BSIPA-Legacy/IPA/Launcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-Legacy/IPA/Launcher.exe -------------------------------------------------------------------------------- /Resources/BSIPA-Legacy/Mono.Cecil.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSIPA-Legacy/Mono.Cecil.dll -------------------------------------------------------------------------------- /Resources/BSVersions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/BSVersions.json -------------------------------------------------------------------------------- /Resources/DepotDownloader/DepotDownloader.deps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/DepotDownloader.deps.json -------------------------------------------------------------------------------- /Resources/DepotDownloader/DepotDownloader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/DepotDownloader.dll -------------------------------------------------------------------------------- /Resources/DepotDownloader/DepotDownloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/DepotDownloader.exe -------------------------------------------------------------------------------- /Resources/DepotDownloader/DepotDownloader.runtimeconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/DepotDownloader.runtimeconfig.json -------------------------------------------------------------------------------- /Resources/DepotDownloader/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/LICENSE -------------------------------------------------------------------------------- /Resources/DepotDownloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/README.md -------------------------------------------------------------------------------- /Resources/DepotDownloader/SteamKit2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/SteamKit2.dll -------------------------------------------------------------------------------- /Resources/DepotDownloader/protobuf-net.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/protobuf-net.Core.dll -------------------------------------------------------------------------------- /Resources/DepotDownloader/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/DepotDownloader/protobuf-net.dll -------------------------------------------------------------------------------- /Resources/Patreons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/Resources/Patreons.json -------------------------------------------------------------------------------- /app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/app.config -------------------------------------------------------------------------------- /packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RiskiVR/BSLegacyLauncher/HEAD/packages.config --------------------------------------------------------------------------------