Skip to content

Commit 3e7fc01

Browse files
committed
impossible solos, faceoff sections, string optimization
launcher error reporting users voted on xplorer to display on keybinds so reinstalling discord fixed the SDK thing not showing RPC BUT WHY DO I NEED TO DO THAT
1 parent 6ac6959 commit 3e7fc01

29 files changed

Lines changed: 2328 additions & 2078 deletions

DATA/MUSIC/TOOLS/bt.bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cXؚ
1+
c\��

DATA/PAK/qb.pab.xen

96 Bytes
Binary file not shown.

DATA/PAK/qb.pak.xen

0 Bytes
Binary file not shown.

FastGH3.exe

-512 Bytes
Binary file not shown.

PLUGINS/FastGH3.dll

37 KB
Binary file not shown.

SOURCE/FastGH3/ChartEdit/QbArrayWriter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace ChartEdit
66
{
7-
internal class QbArrayWriter : IChartWriter
7+
/*internal class QbArrayWriter : IChartWriter
88
{
99
public void Save(Chart chart)
1010
{
@@ -66,5 +66,5 @@ public void Save(Chart chart)
6666
}
6767
6868
private OffsetTransformer _ot;
69-
}
69+
}*/
7070
}

SOURCE/FastGH3/FastGH3.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
</Reference>
8585
<Reference Include="System" />
8686
<Reference Include="System.Drawing" />
87+
<Reference Include="System.Net" />
8788
<Reference Include="System.Windows.Forms" />
8889
<Reference Include="System.XML" />
8990
</ItemGroup>
@@ -252,6 +253,7 @@
252253
</EmbeddedResource>
253254
</ItemGroup>
254255
<ItemGroup>
256+
<Folder Include="Queenbee\Qb\Script\" />
255257
<Folder Include="Resources\" />
256258
</ItemGroup>
257259
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

SOURCE/FastGH3/Program.cs

Lines changed: 892 additions & 806 deletions
Large diffs are not rendered by default.

SOURCE/FastGH3/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22
using System.Runtime.InteropServices;
33
[assembly: AssemblyTitle("FastGH3")]
4-
[assembly: AssemblyDescription("An advanced mod for Guitar Hero 3 designed to be as fast as possible.")]
4+
[assembly: AssemblyDescription("An advanced mod for Guitar Hero 3 designed for playing charts easily.")]
55
[assembly: AssemblyConfiguration("")]
66
[assembly: AssemblyCompany("donnaken15")]
77
[assembly: AssemblyProduct("FastGH3")]

SOURCE/FastGH3/Properties/Resources.Designer.cs

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

0 commit comments

Comments
 (0)