Skip to content

Commit

Permalink
Slow down elevator a little bit :/
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed Oct 30, 2018
1 parent fb44d4f commit a7eff32
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,22 @@
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
{
"Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.6.1"
}
}
}
}
"Release"
{
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:Installer.msi"
"OutputFilename" = "8:WitnessRandomizerInstaller.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand Down Expand Up @@ -154,15 +162,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Witness Randomizer"
"ProductCode" = "8:{6F5835BB-A6A5-431A-8375-F8992CD74B86}"
"PackageCode" = "8:{88F29213-17E5-4446-A1F4-97D01C6DF2C5}"
"ProductCode" = "8:{03F86460-1996-4804-B316-2D403F37CADE}"
"PackageCode" = "8:{4F55E8DA-1DC7-4319-9DC7-91D8F1BBC605}"
"UpgradeCode" = "8:{4CB5496B-A47E-41D3-B4A7-677E29AB7513}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.0.1"
"ProductVersion" = "8:3.0.0"
"Manufacturer" = "8:jbzdarkid"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://www.github.com/jbzdarkid/witness-randomizer/issues"
Expand Down Expand Up @@ -690,7 +698,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E86F0F0DE4B646B6956C8E30890951D2"
{
"SourcePath" = "8:..\\x64\\Release\\Source.exe"
"SourcePath" = "8:..\\x64\\Release\\WitnessRandomizer.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_5393EB12357E4BF29E8149058ABE909F"
Expand Down
2 changes: 1 addition & 1 deletion Source/Randomizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ void Randomizer::AdjustSpeed() {
// Swamp Sliding Bridge
_core.WritePanelData<float>(0x0061A, OPEN_RATE, {0.1f}); // 4x
// Mountain 2 Elevator
_core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.1f}); // 4x
_core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.075f}); // 3x
}

void Randomizer::RandomizeTutorial() {
Expand Down

0 comments on commit a7eff32

Please sign in to comment.