https://github.com/shrnme/tm3_tools
Work-in-progress toolset for a potential fan translation of the Playstation 2 game Tokimeki Memorial 3: Yakusoku no Ano Basho de
https://github.com/shrnme/tm3_tools
csharp editor playstation-2 reverse-engineering romhacking translation
Last synced: about 1 month ago
JSON representation
Work-in-progress toolset for a potential fan translation of the Playstation 2 game Tokimeki Memorial 3: Yakusoku no Ano Basho de
- Host: GitHub
- URL: https://github.com/shrnme/tm3_tools
- Owner: ShrNme
- Created: 2024-10-28T02:01:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T00:37:42.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:11:39.314Z (about 1 year ago)
- Topics: csharp, editor, playstation-2, reverse-engineering, romhacking, translation
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## **DESCRIPTION**
This is a work-in-progress toolset for a potential fan translation of Konami's Playstation 2 Dating Sim _Tokimeki Memorial 3:Yakusoku no Ano Basho de_
## **SET-UP INSTRUCTIONS**
-Download and unzip the latest (and currently, only) release of TM3Tools, version 0.1
-Extract the 5 numbered Data.BIN files from the game using an .iso editor.
-Specify paths to the data files.
## **FEATURES**
Currently, it can:
-extract text from Data5.BIN
-locate compressed game data in the other 4 data BIN files
-extract said game data into seperate files
-(attempt to) decompress the game data. My implementation of the game's decompression routine is WIP.
## **PLANNED FEATURES**
-Refine the decompression to make a full extraction of the game script possible.
-Ability to disable the game's anti-tamper functionality.
-Ability to insert a modified script into the game.
-Swap out the game's texture files.
-This is low priority beccause it's not exactly necessary for the translation project, but I'd also like to eventually be able to extract the game's 3D models.