Skip to content

Commit 8306c24

Browse files
author
HyperPolygon64
committed
Fixed ParameterAdd and added Begin with Rings tweak
modified: Sonic-06-Mod-Manager/Properties/AssemblyInfo.cs modified: Sonic-06-Mod-Manager/Properties/Settings.Designer.cs modified: Sonic-06-Mod-Manager/Properties/Settings.settings modified: Sonic-06-Mod-Manager/app.config modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.Designer.cs modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs modified: Sonic-06-Mod-Manager/src/Environment3/RushInterface.resx modified: Sonic-06-Mod-Manager/src/UnifyPatcher.cs modified: Sonic-06-Mod-Manager/src/UnifyProgram.cs
1 parent c9a15e2 commit 8306c24

File tree

9 files changed

+145
-22
lines changed

9 files changed

+145
-22
lines changed

Sonic-06-Mod-Manager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("277111e3-79d8-41b5-b0d7-7609dff6e36f")]
1414
[assembly: AssemblyVersion("2.0.0.6")]
15-
[assembly: AssemblyFileVersion("3.1.3.0")]
15+
[assembly: AssemblyFileVersion("3.1.4.0")]

Sonic-06-Mod-Manager/Properties/Settings.Designer.cs

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sonic-06-Mod-Manager/Properties/Settings.settings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,8 @@
110110
<Setting Name="Emulator_Arguments" Type="System.String" Scope="User">
111111
<Value Profile="(Default)" />
112112
</Setting>
113+
<Setting Name="Tweak_BeginWithRings" Type="System.Decimal" Scope="User">
114+
<Value Profile="(Default)">0</Value>
115+
</Setting>
113116
</Settings>
114117
</SettingsFile>

Sonic-06-Mod-Manager/app.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
<setting name="Emulator_Arguments" serializeAs="String">
116116
<value />
117117
</setting>
118+
<setting name="Tweak_BeginWithRings" serializeAs="String">
119+
<value>0</value>
120+
</setting>
118121
</Unify.Properties.Settings>
119122
</userSettings>
120123
</configuration>

Sonic-06-Mod-Manager/src/Environment3/RushInterface.Designer.cs

Lines changed: 73 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ private void LoadSettings()
203203
NumericUpDown_CameraHeight.Value = Properties.Settings.Default.Tweak_CameraHeight;
204204
NumericUpDown_FieldOfView.Value = Properties.Settings.Default.Tweak_FieldOfView;
205205
NumericUpDown_AmyHammerRange.Value = Properties.Settings.Default.Tweak_AmyHammerRange;
206+
NumericUpDown_BeginWithRings.Value = Properties.Settings.Default.Tweak_BeginWithRings;
206207
#endregion
207208

208209
#region Restore check box states
@@ -1973,6 +1974,7 @@ private void NumericUpDown_Tweaks_ValueChanged(object sender, EventArgs e) {
19731974
else if (sender == NumericUpDown_CameraHeight) Properties.Settings.Default.Tweak_CameraHeight = ((NumericUpDown)sender).Value;
19741975
else if (sender == NumericUpDown_FieldOfView) Properties.Settings.Default.Tweak_FieldOfView = ((NumericUpDown)sender).Value;
19751976
else if (sender == NumericUpDown_AmyHammerRange) Properties.Settings.Default.Tweak_AmyHammerRange = ((NumericUpDown)sender).Value;
1977+
else if (sender == NumericUpDown_BeginWithRings) Properties.Settings.Default.Tweak_BeginWithRings = ((NumericUpDown)sender).Value;
19761978
Properties.Settings.Default.Save();
19771979
}
19781980

@@ -1996,7 +1998,8 @@ private void Button_Tweaks_Default(object sender, EventArgs e) {
19961998
Properties.Settings.Default.Tweak_AntiAliasing = 1;
19971999

19982000
// Reset Camera Type
1999-
else if (sender == Button_CameraType_Default) {
2001+
else if (sender == Button_CameraType_Default)
2002+
{
20002003
Properties.Settings.Default.Tweak_CameraType = 0;
20012004
Properties.Settings.Default.Tweak_CameraDistance = 650;
20022005
Properties.Settings.Default.Tweak_CameraHeight = 70;
@@ -2042,6 +2045,10 @@ private void Button_Tweaks_Default(object sender, EventArgs e) {
20422045
else if (sender == Button_AmyHammerRange_Default)
20432046
Properties.Settings.Default.Tweak_AmyHammerRange = 50;
20442047

2048+
// Reset Begin with Rings
2049+
else if (sender == Button_BeginWithRings_Default)
2050+
Properties.Settings.Default.Tweak_BeginWithRings = 0;
2051+
20452052
Properties.Settings.Default.Save();
20462053
}
20472054

Sonic-06-Mod-Manager/src/Environment3/RushInterface.resx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,18 @@
163163
RcEjHncAXsjaFfCiZP9E6Aw3msfbxYOXjOxryG0URZZcr9eQsfqvBg0PXjJkIefuJY7HY679LdyDZpqB
164164
Q8ODlwxZhF5RFPavcYKWxIKuIoZzB+ElQ9a1p3xliO4mXJXnBazdyQAvGRtmZMN3vkFwN2kDmob5lDsa
165165
P42WpFyNq/KSeNOANZxeO70Kn4+IPcFcsBXUCtZwp2duxvN+AFwMV+KqpemtAAAAAElFTkSuQmCC
166+
</value>
167+
</data>
168+
<data name="Button_BeginWithRings_Default.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
169+
<value>
170+
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
171+
xAAADsQBlSsOGwAAAX9JREFUOE+Fkk9qwkAUxtMDVLoptSfoCVwUunIREjyCSW8QvYogbixdFEIpWbjw
172+
AOLWS0QaEjeudZHN9P3GN6loSh98OPP9m0mMdzwezT+483Rkfa/L38HU7/dbsd/vmwL57QgKwZfg1oYZ
173+
2bSGwUXB23K5NIvFAm7TlFCAMcuyPwsE/m63M4PBwPJa8ukKgrIsTRiGVpzNZm0FL4fDoXBaEAQmz3O0
174+
Zwrep9OpFUajkRHjVYEe1BWtTJLEapPJBO0DIY/j2JKr1QqytYCR9SsetOFwiFZAGt/3LVlVlS0gCLjN
175+
RcEjHncAXsjaFfCiZP9E6Aw3msfbxYOXjOxryG0URZZcr9eQsfqvBg0PXjJkIefuJY7HY679LdyDZpqB
176+
Q8ODlwxZhF5RFPavcYKWxIKuIoZzB+ElQ9a1p3xliO4mXJXnBazdyQAvGRtmZMN3vkFwN2kDmob5lDsa
177+
P42WpFyNq/KSeNOANZxeO70Kn4+IPcFcsBXUCtZwp2duxvN+AFwMV+KqpemtAAAAAElFTkSuQmCC
166178
</value>
167179
</data>
168180
<data name="Button_AmyHammerRange_Default.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">

0 commit comments

Comments
 (0)