Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 24 Apr 2024, 19:29

All times are UTC [ DST ]




Post new topic Reply to topic  [ 13 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: 18 Jul 2015, 21:19 
Offline

Joined: 09 Jul 2013, 12:40
Posts: 15
Ah try pming him if he doesnt respond ill give it to you via my drop box buts its 6:20 am atm so sleep time lol


Top
 Profile  
 


PostPosted: 22 Aug 2015, 18:04 
Offline
User avatar

Joined: 09 Mar 2010, 00:14
Posts: 6
Windows 10 users don't use the ddraw file from the archive to fix fullscreen. Looks like a fixed dll for Windows 10 would be needed. Stuck in windowed mode. If you try using the fixed ddraw.dll files for Win8 or 8.1 you'll get this error box:

Image

I have a workaround for this that makes the game run in a borderless maximized window, effectively fullscreen.

Download AutoHotkey: http://www.autohotkey.com/

- Open Notepad

- Paste this code within the text file:
Code:
^!f::
WinGetTitle, currentWindow, A
IfWinExist %currentWindow%
{
    WinSet, Style, ^0xC00000 ; toggle title bar
    WinMove, , , 0, 0, 1920, 1080
}
return

The script removes the window border and title bar of any window, and moves the window so that it fills the screen

- File: Save as, change save as type: all files

- Name the file whatever, WinMax.ahk works for example. Has to end in .ahk extension.

- Right click the file where you saved it, run as administrator.

- Open Turok 2 launcher and start the game

- Press the buttons needed together by the autohotkey script: Ctrl+Alt+F
This can be toggled on and off by pressing the same key combo.

Without workaround: http://i.imgur.com/voIrxBh.png
Workaround enabled: http://i.imgur.com/aQJhCs9.jpg


Top
 Profile  
 
PostPosted: 04 Sep 2015, 13:24 
Offline

Joined: 04 Sep 2015, 13:17
Posts: 1
Try the mirror link mate. Worked for me.

Dunno if I needed all the crap I ended up downloading to make this work, but the Voodoo v2 hack seems to work really nicely.

As a bonus it has some nice anti-aliasing making the game look much nicer in 1080P


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 20 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group