Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update for Beat Saber 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatdahopper committed Apr 10, 2023
1 parent 6886e6b commit 53f8db4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions OldschoolBeatSaber/Behaviours/MenuFogParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ public void OnActivate(DiContainer container)
_customBloomFogEnvironmentParams.offset = _offset;
_customBloomFogEnvironmentParams.heightFogStartY = _heightFogStartY;
_customBloomFogEnvironmentParams.heightFogHeight = _heightFogHeight;
_customBloomFogEnvironmentParams.brightness = _brightness;
_customBloomFogEnvironmentParams.autoExposureIntensity = _autoExposureIntensity;
//_customBloomFogEnvironmentParams.brightness = _brightness;
//_customBloomFogEnvironmentParams.autoExposureIntensity = _autoExposureIntensity;
_customBloomFogEnvironmentParams.autoExposureLimit = _autoExposureIntensity * 1000f;
}

_bloomFogEnvironment.enabled = false;
Expand Down
4 changes: 2 additions & 2 deletions OldschoolBeatSaber/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
4 changes: 2 additions & 2 deletions OldschoolBeatSaber/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"id": "OldschoolBeatSaber",
"name": "Oldschool Beat Saber",
"author": "Kaitlyn",
"version": "1.0.0",
"version": "1.0.1",
"description": "Go back in time.",
"gameVersion": "1.26.0",
"gameVersion": "1.29.0",
"dependsOn": {
"BSIPA": "^4.2.2"
}
Expand Down

0 comments on commit 53f8db4

Please sign in to comment.