Skip to content

A simple universal mod to disable broken touch screen support in Traveller's Tales Lego games that causes stutter.

License

Notifications You must be signed in to change notification settings

Nezarn/TTTouchFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTTouchFix

A simple universal mod to disable broken touch screen support in Traveller's Tales Lego games that causes stutter.

What this does:

  • Disables Touch screen detection

How to Install

  1. Download latest release
  2. Extract dll next to the game's exe (depending on game you need to use x86 or x64 version)

Building from source

x64:

git clone https://github.com/Nezarn/TTTouchFix
cd TTTouchFix
mkdir build && cd build
cmake .. -A x64
cmake --build . --config Release

x86:

git clone https://github.com/Nezarn/TTTouchFix
cd TTTouchFix
mkdir build && cd build
cmake .. -A Win32
cmake --build . --config Release

About

A simple universal mod to disable broken touch screen support in Traveller's Tales Lego games that causes stutter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published