teknogods / OpenParrot

Open Source version of TeknoParrot by NTA, avail and Reaver
GNU General Public License v3.0
231 stars 48 forks source link

Bookeeping and TGM3 FIxes #90

Closed zaphod77 closed 4 years ago

zaphod77 commented 4 years ago

This patches TGM3 to allow user resolution, windowed mode, and bookkeeping in TeknoParrot directory.

It ALSO attempts to patch most other bookkeeping in typex games. it has succeeded where the old patch failed in every game i've tried. :)

Needs a new revision 6 config file for TGM3, to specify resolution.

Hopefully will close #90 and #75. i've really only tested kof98 and MIRA.

zaphod77 commented 4 years ago

Okay, seems this still doesn't fix MIRA, because MIRA uses it's OWN CreateFile hook to virtualize a disk image and overlay it over drive d, meaning our hook doesn't run at all.

Also some people's computers just don't like TGM3, and it's nothing to do with video cards. there's a hacked exe that works on those computers, which openparrot does not support.

zaphod77 commented 4 years ago

The config file for the resolution patch is in my other pull request.