crskycode / TmrHiro_Tool

Hack tool for Tmr-Hiro ADV System
9 stars 1 forks source link

Can it also work on game text? #2

Closed TXT2GAM closed 11 months ago

TXT2GAM commented 11 months ago

I unpacked the game text (.srp) using Garbro, but I don't know how to package it back (.pac).

  Extract   : GrdTool -e [image.grd|folder]
  Create    : GrdTool -c [image.png|folder]

Help:
  This tool is only works with 'Tmr-Hiro GRD' files,
    please check the engine first.
  Metadata (.metadata.json) and image (.png) are required to build GRD.
Cosetto commented 11 months ago

https://github.com/Cosetto/Visual-novel-archive-tools/tree/master/TmrHiro create grd_2.pac

TXT2GAM commented 11 months ago

Thank you very much. In fact, I have already tried your tool. Please refer to the discussion in this post for details. You can use machine translation to translate this post. Let me briefly explain: Your tool may not be suitable for this game. After using your tool to unpack the game text, I directly repackaged these text files, but the game could not be launched. In the end, Satan provided a solution - slightly modifying ssynn's tool.

https://github.com/satan53x/game_translation You need to change the entry_offset_length from 8 to 4 in public_function.py. (Currently on line 2249.)