This is a mod for TGM4 that replaces all the characters in KONOHA game mode with Hololive characters.
Warning
This project is not an official project of Hololive Production.
All rights to each artwork belong to their respective owners and licensees.
Please check the Derivative Works Guidelines for more information.
To install this mod, you need to know how to use the TGM4 MOD.
- Download
tgm4-konoha-hololive.zipfrom the releases page - Unpack the game files using the TGM4 MOD
- Remove the
resources/extracted_texturesdirectory - Copy
extracted_texturesfromtgm4-konoha-hololive.zipinto theresources/extracted_texturesdirectory - Repack the game files using the TGM4 MOD
- Copy
resources/packed_gamefilesto your TGM4 installation directory
To change the characters' order, you need to edit the generate.py file.
The variable character_id_list in this file contains the list of character IDs that you want to use as replacements.
You can change the order of the characters by rearranging the order of the IDs in this list.
After making your changes, run the generate.py file to regenerate the extracted_textures directory with the new character order.
To add new characters:
- Create a new character folder in the
charactersdirectory (refer to existing folders as examples). - Add two required image files to the folder:
egm.png(character portrait) andthumb.png(thumbnail). - Register the new character's information in the
characters.pyfile. - Add the character's ID to the
character_id_listin thegenerate.pyfile. - Run the
generate.pyfile to regenerate theextracted_texturesdirectory with the new character.
Important: The game supports exactly 50 characters total. Ensure that the length of character_id_list does not exceed 50.
MIT License
Please also check the Derivative Works Guidelines