Results 1 to 2 of 2

Thread: How To Open TGQ Files?

  
  1. #1

    Default How To Open TGQ Files?

    I just downloaded Dungeon Keeper 2 from GOG.com and I'm so thrilled that the game is in working order. I used to have trouble playing it on newer OSs but I'm glad the game works fine.

    Anyway, I want to play/convert the cutscenes but I noticed the game uses an unusual file format called TGQ. Any idea how to open this? I tried using PlayUV but the software keeps closing on its own.

  2. #2
    Elite Dragon Mothrayas's Avatar
    Join Date
    Nov 2009
    Location
    The Netherlands
    Posts
    1,635

    Default Re: How To Open TGQ Files?

    PlayUV is a command-line based tool. If it opens up a console window and then immediately closes it, then it means you didn't supply a command-line parameter to the application.

    There are a few different way to use command lines. Here's one way to do it:

    Open up start menu, click the search bar and enter "cmd" and press enter. cmd.exe (windows command prompt) should open. Then input as following, where <folder> is the folder playuv.exe and the TGQ file are in, and <filename> is the filename of the TGQ file.

    Code:
    start /b /d "<folder>" playuv -doublex <filename>.tgq
    For example, assuming your tgq file is intro.tgq and playuv.exe are in your My Documents folder: (substitute <username> for your username in Windows)

    Code:
    start /b /d "C:\Users\<username>\My Documents\" playuv -doublex intro.tgq"
    The video should then play.

    The Awakening


Similar Threads

  1. How to open the Cheatmenue?
    By fej2000de in forum KeeperFX
    Replies: 2
    Last Post: October 1st, 2013, 23:41
  2. Ryzon MMO goes Open source
    By dotted in forum War for the Overworld
    Replies: 5
    Last Post: June 10th, 2011, 14:40
  3. Medal of hoour open beta
    By kyle in forum Off Topic
    Replies: 3
    Last Post: October 2nd, 2010, 21:07
  4. DK2 Wont Open.
    By Threester in forum DK2 Troubleshooting
    Replies: 2
    Last Post: October 2nd, 2009, 19:36
  5. How to open .BF4 files?
    By Tomix in forum Dungeon Keeper 2
    Replies: 3
    Last Post: October 2nd, 2009, 16:42

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •