Add skip prologue function to HideTips, as well as package infos for thunderstore.io

This commit is contained in:
2022-09-06 19:08:43 +08:00
parent 3257314f83
commit 7710b252cc
7 changed files with 49 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
## [HideTips](HideTips)
### Hide/Disable various in-game tips/messages
* Tips/messages that can be hidden: random-reminder, tutorial, achievement/milestone card.
* Skip prologue for new game.
* Each type of tips/messages is configurable individually.
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+9
View File
@@ -0,0 +1,9 @@
{
"name": "HideTips",
"version_number": "1.0.0",
"website_url": "https://github.com/soarqin/DSP_Mods/tree/master/HideTips",
"description": "Hide various types of tips/messages",
"dependencies": [
"xiaoye97-BepInEx-5.4.17"
]
}