https://github.com/uyjulian/krblocktpm
Plugin blocking loading of additional tpm files in KIRIKIRI
https://github.com/uyjulian/krblocktpm
krkr-plugin
Last synced: 26 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-15T15:18:09.000Z (11 months ago)
- Last Synced: 2025-08-15T17:32:51.945Z (11 months ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- 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.