https://github.com/xan1242/ubitmnthax
This is a very simple plugin for TMNT by Ubisoft which introduces some quality of life fixes to the game.
https://github.com/xan1242/ubitmnthax
game-fix game-mod jade-engine tmnt ubisoft
Last synced: 8 months ago
JSON representation
This is a very simple plugin for TMNT by Ubisoft which introduces some quality of life fixes to the game.
- Host: GitHub
- URL: https://github.com/xan1242/ubitmnthax
- Owner: xan1242
- License: mit
- Created: 2022-02-06T03:03:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T17:01:44.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T00:49:45.280Z (over 1 year ago)
- Topics: game-fix, game-mod, jade-engine, tmnt, ubisoft
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UbiTMNTHax - for Teenage Mutant Ninja Turtles (2007/Ubisoft)
This is a very simple plugin for TMNT by Ubisoft which introduces some quality of life fixes to the game.
## Features
- Restore native windowed mode - no need for DXWnd
- Fixes native window mode cursor position reading
- Allow borderless windowed mode
- Allow window resizing, relocating of borderless window
- Allow launching without the TMNT Launcher/HW detector
- Allow launching multiple instances of the game
- Allow launching of game without the disc inserted (no need for mini image in virtual CD)
- Add console window for debug output
## Instructions
- Extract the release package on game root directory
- Configure your settings in scripts\UbiTMNTHax.ini
- If launching for the first time, launch the game with the regular TMNT.exe
- Else, you can launch the game with TMNTGame.exe directly
- For windowed mode, set Fullscreen to 0 in Hardware.ini found in the TMNT data directory (AppData\Roaming\TMNT) and then launch the game
## Compatibility
This was made with the executable version 1.0.0.188 (md5: 5D084D4367688490CB2FC2D2E24CF906) in mind
## Credits
ThirteenAG - [Ultimate ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader) and [IniReader](https://github.com/ThirteenAG/IniReader)
thelink2012 - [injector](https://github.com/thelink2012/injector)