Skip to content

Commit

Permalink
feat: apply to all
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex committed Mar 18, 2022
1 parent 7cec474 commit 2fb9edf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions GodSeekerPlus/GodSeekerPlus.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>GodSeekerPlus</AssemblyTitle>
<Version>0.18.2</Version>
<Version>0.18.3</Version>
<Description>A Hollow Knight mod to enhance your Godhome experience</Description>
<Authors>Clazex</Authors>

Expand Down Expand Up @@ -34,10 +34,6 @@

<ItemGroup>
<EmbeddedResource Include="Resources/**" />

<Compile Remove="dist/**" />
<EmbeddedResource Remove="dist/**" />
<None Remove="dist/**" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GodSeekerPlus/Modules/Misc/AggressiveGC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ private protected override void Unload() =>
On.GameManager.IsUnloadAssetsRequired -= SetUnloadRequired;

private bool SetUnloadRequired(On.GameManager.orig_IsUnloadAssetsRequired orig, GameManager self, string src, string dest) =>
BossSequenceController.IsInSequence || orig(self, src, dest);
true;
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Compatible with `Hollow Knight` 1.5.
+ **No Low Health Effect**: Remove all low health related effects.

- **Miscellaneous**
+ **Aggressive GC**: Force resource unloading and garbage collecting on every scene trasition in the pantheons, may reduce memory usage but slow down loading.
+ **Aggressive GC**: Force resource unloading and garbage collecting on every scene trasition, may reduce memory usage but slow down loading.
+ **Unlock All Modes**: Auto unlock Steel Soul mode and Godseeker mode.

All features can be toggled in-game.
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
+ **禁用低生命效果**:移除所有低生命值相关的效果。

- **杂项**
+ **激进垃圾回收**在万神殿中的每一个场景转换时强制卸载资源并垃圾回收,可能减少内存使用但会拖慢加载。
+ **激进垃圾回收**在每一个场景转换时强制卸载资源并垃圾回收,可能减少内存使用但会拖慢加载。
+ **解锁所有模式**:自动解锁钢铁之魂模式和寻神者模式。

所有功能均可在游戏中开启或关闭。
Expand Down

0 comments on commit 2fb9edf

Please sign in to comment.