Matthew on 2/10/2006 at 14:57
I think vurt is talking about character models Ajare, not objects.
Cyborg on 3/10/2006 at 11:28
I really think Gunther should have a more original look, just a better defined texture.
I really loved the glossy armour and shiny bluish metal on arms and stuff. I think the better model and texture in this case isn't better.
But I really like all the other work you've been doing! Keep on going!
Conspirator on 18/10/2006 at 00:26
Wow, I thought all of these projects had died long ago. I randomly googled for it today to see if any had kept up at it and found this thread with posts made within weeks! What a pleasant surprise. I hope this keeps going.
Kalit on 19/10/2006 at 13:57
(
http://www.offtopicproductions.com/hdtp/) Project HDTP have some new screens of the sniper rifle up, looks fantastic. I definately can't wait for this to get done, going to look so great.
the one true thief on 19/10/2006 at 18:22
I know, I was waiting forever for my Sniper to get into game! :eek:
We've got plenty more surprises coming this way soon guys, hold your hats!
negativeliberty on 17/6/2007 at 09:18
Can anyone tell me what the current state of this texture pack is? I examined the website, but I can't make heads or tails out of those sidebars (also, does "phase" refer to the missions or some sort of modding process or what?), and the last news entry says to ignore the sidebars?
I mean, what does the current release contain? Like 60% of all textures done? Models? If so, when will the final package (roughly) be done (like is it a matter of weeks or months or..).
I'm currently at about 40% in my playthrough, so I'm hesitant to install it now (since I'd miss the 'refurbished' beginning).
Sorry for reviving this topic btw.
Sathras on 26/9/2007 at 11:09
I apaologize for reviving that thread. But it seemed a logical point to add regarding the hdtp package.
As it stands I'm modding DeusEx to get rid of some minor flaws but without enhancing it like Shifter. Since these changes happen in the DeusEx.u file there is a problem with HDTP unfortunately.
I realize that you can not and should not incorporate all 'fixes" to the game. But for instance a fix for the screen resolution issue would be neat. Especially since you are showing high resolution textures.
To be at least a bit constructive let me show you what I mean. This is the diff of the MenuChoice_Resolution.uc file that solves that problem. It looked like a simple oversight on the devs' part or probably is a leftover from an other implementation. Anyway in it's current form it won't list more than 16 resolutions which is pointless as the array that is actually used to store this information can hold 40 entries.
Code:
99c99
< local string Resolutions[16];
---
> // local string Resolutions[20]; pointless since it's never actually used
114c114,117
< while ( ResNum < ArrayCount(Resolutions) )
---
> // instead of checking against the count of an arbitrary array
> // we check against the size of the array that will hold the
> // resolutions
> while ( ResNum < ArrayCount(enumText) )
P.S.: In case you have trouble reading a diff. The lines with a '<' are the ones that got deleted and '>' are the ones that got inserted while the numbers at the top represent the line numbers.
Acleacius on 27/11/2007 at 16:00
Hi, Sathras if I understand you correctly that is a fix for the resolution problem any chance you could upload the fixed file? :)
Additionally since you seem to be able to fix things, do you see a way to prevent the large Icons from kicking in once over 11x8?
If I want to run higher resolutions the large Icons kick in and cause the added increase in resolution to be lessened as they take up so much more room.
Thanks. :)
Sathras on 4/12/2007 at 09:40
I realize it's a tad late but better late then never, right? :P
Yes it is a fix for the resolution "problem". But since I switched to linux I only have a fixed DeusEx.u for the standard Deus Ex GOTY edition. Which - sadly - is pointless for HDTP as that uses its own version to use the upgraded textures.
So if you still interested in the standard DeusEx.u file just send me a pm. Otherwise the shifter mod might be what you are looking for as it has a fix too and works with HDTP.
Oh and I haven't even looked into the icon size doubling with high resolutions. :/ So I can't help you there.
the one true thief on 4/12/2007 at 14:23
Thought I might as well add this since I used to work with HDTP.
(
http://thenamelessmod.com/downloads/miscfiles/) http://thenamelessmod.com/downloads/miscfiles/
It's a Fix for the UI by NVShacker off OTP Forums. Been using it and it works great! :thumb: