Skip to content

Commit

Permalink
Merge pull request #2 from miniduikboot/feature/2024.6.18
Browse files Browse the repository at this point in the history
Update to 2024.6.18
  • Loading branch information
miniduikboot authored Jul 9, 2024
2 parents f2e2a81 + 1e93196 commit 1521c50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dumpostor/DummyMapLoadHacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static void Initialize()
HudManager.Instance.ShadowQuad = shadowQuad;

HudManager.Instance.Chat = go.AddComponent<ChatController>();
HudManager.Instance.GameSettings = go.AddComponent<TextMeshPro>();
//HudManager.Instance.GameSettings = go.AddComponent<TextMeshPro>();

Camera.main!.gameObject.AddComponent<FollowerCamera>();

Expand Down
4 changes: 2 additions & 2 deletions Dumpostor/Dumpostor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
<DebugType>embedded</DebugType>

<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.0.1</VersionPrefix>
<VersionSuffix>dev</VersionSuffix>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Description>Dumping data for Impostor</Description>
Expand All @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Reactor" Version="2.2.0" />
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.670" Private="false" ExcludeAssets="runtime;native" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2023.10.24" PrivateAssets="all" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2024.6.18" PrivateAssets="all" />

<PackageReference Include="BepInEx.AutoPlugin" Version="1.1.0" PrivateAssets="all" />
<PackageReference Include="BepInEx.IL2CPP.MSBuild" Version="2.0.1" PrivateAssets="all" ExcludeAssets="runtime" />
Expand Down
2 changes: 2 additions & 0 deletions Dumpostor/DumpostorPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ private IEnumerator Dump(string dumpPath)
new EnumDumper<SupportedLangs>(),
new EnumDumper<TaskTypes>(),
new EnumDumper<RpcCalls>(),
new EnumDumper<SpecialGameModes>(),
new EnumDumper<RulesPresets>(),
};

foreach (var dumper in dumpers)
Expand Down

0 comments on commit 1521c50

Please sign in to comment.