about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Installer/Installer.vdproj18
-rw-r--r--Source/Randomizer.cpp2
2 files changed, 14 insertions, 6 deletions
diff --git a/Installer/Installer.vdproj b/Installer/Installer.vdproj index 11319a9..11c53ed 100644 --- a/Installer/Installer.vdproj +++ b/Installer/Installer.vdproj
@@ -44,6 +44,14 @@
44 "PrerequisitesLocation" = "2:1" 44 "PrerequisitesLocation" = "2:1"
45 "Url" = "8:" 45 "Url" = "8:"
46 "ComponentsUrl" = "8:" 46 "ComponentsUrl" = "8:"
47 "Items"
48 {
49 "{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.6.1"
50 {
51 "Name" = "8:Microsoft .NET Framework 4.6.1 (x86 and x64)"
52 "ProductCode" = "8:.NETFramework,Version=v4.6.1"
53 }
54 }
47 } 55 }
48 } 56 }
49 "Release" 57 "Release"
@@ -51,7 +59,7 @@
51 "DisplayName" = "8:Release" 59 "DisplayName" = "8:Release"
52 "IsDebugOnly" = "11:FALSE" 60 "IsDebugOnly" = "11:FALSE"
53 "IsReleaseOnly" = "11:TRUE" 61 "IsReleaseOnly" = "11:TRUE"
54 "OutputFilename" = "8:Installer.msi" 62 "OutputFilename" = "8:WitnessRandomizerInstaller.msi"
55 "PackageFilesAs" = "3:2" 63 "PackageFilesAs" = "3:2"
56 "PackageFileSize" = "3:-2147483648" 64 "PackageFileSize" = "3:-2147483648"
57 "CabType" = "3:1" 65 "CabType" = "3:1"
@@ -154,15 +162,15 @@
154 { 162 {
155 "Name" = "8:Microsoft Visual Studio" 163 "Name" = "8:Microsoft Visual Studio"
156 "ProductName" = "8:Witness Randomizer" 164 "ProductName" = "8:Witness Randomizer"
157 "ProductCode" = "8:{6F5835BB-A6A5-431A-8375-F8992CD74B86}" 165 "ProductCode" = "8:{03F86460-1996-4804-B316-2D403F37CADE}"
158 "PackageCode" = "8:{88F29213-17E5-4446-A1F4-97D01C6DF2C5}" 166 "PackageCode" = "8:{4F55E8DA-1DC7-4319-9DC7-91D8F1BBC605}"
159 "UpgradeCode" = "8:{4CB5496B-A47E-41D3-B4A7-677E29AB7513}" 167 "UpgradeCode" = "8:{4CB5496B-A47E-41D3-B4A7-677E29AB7513}"
160 "AspNetVersion" = "8:2.0.50727.0" 168 "AspNetVersion" = "8:2.0.50727.0"
161 "RestartWWWService" = "11:FALSE" 169 "RestartWWWService" = "11:FALSE"
162 "RemovePreviousVersions" = "11:TRUE" 170 "RemovePreviousVersions" = "11:TRUE"
163 "DetectNewerInstalledVersion" = "11:TRUE" 171 "DetectNewerInstalledVersion" = "11:TRUE"
164 "InstallAllUsers" = "11:FALSE" 172 "InstallAllUsers" = "11:FALSE"
165 "ProductVersion" = "8:2.0.1" 173 "ProductVersion" = "8:3.0.0"
166 "Manufacturer" = "8:jbzdarkid" 174 "Manufacturer" = "8:jbzdarkid"
167 "ARPHELPTELEPHONE" = "8:" 175 "ARPHELPTELEPHONE" = "8:"
168 "ARPHELPLINK" = "8:https://www.github.com/jbzdarkid/witness-randomizer/issues" 176 "ARPHELPLINK" = "8:https://www.github.com/jbzdarkid/witness-randomizer/issues"
@@ -690,7 +698,7 @@
690 { 698 {
691 "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E86F0F0DE4B646B6956C8E30890951D2" 699 "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_E86F0F0DE4B646B6956C8E30890951D2"
692 { 700 {
693 "SourcePath" = "8:..\\x64\\Release\\Source.exe" 701 "SourcePath" = "8:..\\x64\\Release\\WitnessRandomizer.exe"
694 "TargetName" = "8:" 702 "TargetName" = "8:"
695 "Tag" = "8:" 703 "Tag" = "8:"
696 "Folder" = "8:_5393EB12357E4BF29E8149058ABE909F" 704 "Folder" = "8:_5393EB12357E4BF29E8149058ABE909F"
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp index d3487cd..c3c084c 100644 --- a/Source/Randomizer.cpp +++ b/Source/Randomizer.cpp
@@ -61,7 +61,7 @@ void Randomizer::AdjustSpeed() {
61 // Swamp Sliding Bridge 61 // Swamp Sliding Bridge
62 _core.WritePanelData<float>(0x0061A, OPEN_RATE, {0.1f}); // 4x 62 _core.WritePanelData<float>(0x0061A, OPEN_RATE, {0.1f}); // 4x
63 // Mountain 2 Elevator 63 // Mountain 2 Elevator
64 _core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.1f}); // 4x 64 _core.WritePanelData<float>(0x09EEC, OPEN_RATE, {0.075f}); // 3x
65} 65}
66 66
67void Randomizer::RandomizeTutorial() { 67void Randomizer::RandomizeTutorial() {