Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/krblocktpm
Plugin blocking loading of additional tpm files in KIRIKIRI
https://github.com/uyjulian/krblocktpm
krkr-plugin
Last synced: 6 days ago
JSON representation
Plugin blocking loading of additional tpm files in KIRIKIRI
- Host: GitHub
- URL: https://github.com/uyjulian/krblocktpm
- Owner: uyjulian
- License: mit
- Created: 2023-08-10T20:23:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T23:19:31.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:04.810Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin blocking loading of additional tpm files in Kirikiri
This plugin blocks loading of additional .tpm files at startup in Kirikiri2 / 吉里吉里2 / KirikiriZ / 吉里吉里Z
## Building
After cloning submodules, a simple `make` will generate `krblocktpm.dll`.
## How to use
Rename the plugin to `xxx.tpm`, where `xxx` is a name in ASCII alphabetical order such that the plugins wanted to load is before and the plugins not wanted to load is afterwards.
### Example
```
00patch.tpm <-- This file will be loaded
01krblocktpm.tpm <-- This file contains the contents of krblocktpm.dll
encryption.tpm <-- This file will NOT be loaded
system/encryption.tpm <-- This file will NOT be loaded
plugin/encryption.tpm <-- This file will NOT be loaded
gamename.tpm <-- This file will NOT be loaded
system/gamename.tpm <-- This file will NOT be loaded
plugin/gamename.tpm <-- This file will NOT be loaded
ゲーム名.tpm <-- This file will NOT be loaded
system/ゲーム名.tpm <-- This file will NOT be loaded
plugin/ゲーム名.tpm <-- This file will NOT be loaded
```## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.