Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavernosa authored Jun 21, 2022
1 parent 60ea2b3 commit 2c9a614
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# HollowKnight.EmptyMenu
Simple mod that adds an empty menu/screen for full appreciation of the menu styles in Hollow Knight
I made this to get recordings of the various menu styles present in the game without the text and fleurs in the way.
This mod literally only implements an empty menu screen, which means no way to get out once you're in the menu.

It also doesn't remove the Modding Api text at the top so you'll have to do some workarounds around that:
* For linux (or any system running X.org I guess) just use `xdotool` to resize and move the game window so the text doesn't appear. You should only need to resize a couple pixels vertical
* For windows you're on your own lmao

__If you know a better method (or a method for windows) send a message/pull request/issue__

Don't give too much thought about the code, i assembled it together from breadcrumbs:

https://github.com/Yurihaia/HollowKnight-Timer/blob/timer-1.5/src/HKTimer.cs#L70-L252 ([a](https://web.archive.org/https://github.com/Yurihaia/HollowKnight-Timer/blob/timer-1.5/src/HKTimer.cs))

https://github.com/hk-modding/api/blob/master/Assembly-CSharp/ModListMenu.cs#L24 ([a](https://web.archive.org/https://github.com/hk-modding/api/blob/master/Assembly-CSharp/ModListMenu.cs))

https://hk-modding.github.io/api/articles/menu_api.html ([a](https://web.archive.org/https://hk-modding.github.io/api/articles/menu_api.html))

Install just like any other mod

0 comments on commit 2c9a614

Please sign in to comment.