Starker on 22/7/2016 at 04:12
GOG has a number of Thief fans on staff, though, which might help.
New Horizon on 22/7/2016 at 14:17
Quote Posted by Abysmal
Hope it happens, anyways (along with an updated Mac port).
We could really use some help with that. Trying to maintain and test 3 ports for each release is just too much. Would be great to have some Mac developers jump on that.
Melissa on 3/8/2016 at 01:59
Hello! I've decided to give The Dark Mod a try. Alas, the website seems to be unavailable. Has it moved? Or is this a temporary thing? Thanks!
nbohr1more on 3/8/2016 at 05:06
The site is currently down but Taaaki should have it back up shortly.
You can also get the installer from Moddb.
As a note until I can reach the forums, here is the fix for image_init.cpp
// HACK: to allow keep fonts from being mip'd, as new ones will be introduced with localization
// this keeps us from having to make a material for each font tga
if ( name.Find("fontImage_") >= 0 )
{
allowDownSize = false;
}
else if ( name.Find("fonts/") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("guis/assets/") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("postprocess/") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("_cookedMath") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("_currentRender") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("_currentDepth") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("/consolefont") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("/bigchars") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("/entityGui") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("video/") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("fsfx") >= 0)
{
allowDownSize = false;
}
else if ( name.Find("/AFX") >= 0)
{
allowDownSize = false;
}
else if (name.Find("_afxweight") >= 0)
{
allowDownSize = false;
}
else if (name.Find("_bloomImage") >= 0)
{
allowDownSize = false;
}
Currently, I cannot get post processing working with this fix but it allows folks to use image_downsize without making fonts, maps, and guis blurry.
Patch link
(
https://dl.dropboxusercontent.com/u/17706561/darkmod_imageDownsize_patch.zip)
Mixthoor on 24/8/2016 at 07:49
Thank you 4 update (2.04). I finished the training mission already and will refresh some other FMs.
bassoferrol on 21/2/2017 at 21:25
How can I set the resolution to 1280x960?
It´s the one I use for gaming but it´s not there among others (1280x1024, 1152x864, etc)
bassoferrol on 22/2/2017 at 03:54
Thank you.
I´m new to this game but the thing is that I get a headache playing it (motion sickness to be exact)
The game has a jerky motion even at 60 fps.
For instance and contrary to Thief1 and 2 if you turn around 360 degrees with the cursor keys (I always do it that way) the game has those sudden jerks all the time while turning.
To turn 360 degrees you only need 40 keystrokes while in Thief 1 you need around 130 keystrokes making it way smoother, like a continous turn.
Also there are significant framedrops even in closed areas if you just turn a bit (60 fps down to 30 fps all of a sudden)
Only tried Mission 1: A new job