Page 1 of 1

Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Tue May 18, 2010 4:39 pm
by Creavion
http://kentie.net/article/d3d11drv/index.htm
Port of the Direct3D 10 renderer to Direct3D 11. That's right, now Unreal 1 can be run on Direct3D 6, 7, 8, 9, 10, 11 and OpenGL. See the D3D10 renderer's page for more information.


* Runs on Direct3D 10 class hardware.

* Runs on Windows 7 or Windows Vista. For Vista, see this page.

* Currently no significant changes from D3D10 renderer.



Currently there's little reason to use this, unless you just want to run a D3D11 application for the heck of it.
In the future I might move all renderer development to D3D11, either to utilize its new features or to
increase hardware compatibility. It supports all operating systems and hardware D3D10 does, so that's a big pro, but I
want to wait for the API to mature a little and for it to be present on more than very few Vista installs.
Mirror DL just in case:
d3d11drv-v1.zip
DL Mirror only
(547.54 KiB) Downloaded 3543 times

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Wed May 19, 2010 4:49 am
by rohitggarg
Yea right... since it has just now showed up, it could possibly mess up things. Also, no new features have been added. I still use the D3D9 one with grace anyway :D.. If something is added, ill surely switch to this new piece of compiled code ;)

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Wed May 19, 2010 3:20 pm
by Raynor
I have tried it with Radeon 5850 - runs fine, but I find D3D10 latest renderer better, because it has frame limit and autofov options.
Personally I prefer Chris Dohnal's OpenGL renderers, because they tend to have more configurable features and are more mature. Good to see that someone cared to create such thins though.

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Thu Aug 26, 2010 10:42 pm
by .reaven-
i cant use Direct 3D 11 with windows XP ?

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Sat Aug 28, 2010 1:08 pm
by Raynor
.reaven- wrote:i cant use Direct 3D 11 with windows XP ?
No you can't since XP does not support DirectX 10 and 11.

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Mon Aug 30, 2010 12:10 pm
by rohitggarg
I guess you have to put latest DirectX SDK for D3D11 to work on windows XP.. Haven't tried it by myself, so please excuse me if this doesn't work because i don't have windows XP now... I use Windows 7 and it already supports D3D11..

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Mon Nov 11, 2013 7:58 pm
by NLA*Complete
I don't want to dig up old threats but i recently found out that the DXD11 render does NOT work with the latest ACE anticheat as it will kick you from the servers.

Just some heads up for people who found out about this render and want to use it.

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Mon Nov 11, 2013 8:44 pm
by Feralidragon
It's the same story as of the D3D10 one, it needs to be whitelisted.
In the meanwhile, I think D3D10 was whitelisted (I may be wrong on this one though), and thus perhaps is best to run the D3D10 one rather than the D3D11 (given that there are no "significant changes relative DX10" as in the description).

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Tue Nov 12, 2013 7:25 pm
by Dr.Flay
I wish people would read the info on Kentie's site.
The DX11 is a "proof of concept", and is not as complete as the DX10 renderer, and not intended for use.

The DX10/11 renderers do have extra cool features, but they are not all the sort of thing you switch on and off in the config.
e.g. By adding bumpmap DDS files in a correctly named texture folder, you can add bumpmapping to existing textures without rebuilding the pack.
There is no "switch" for that, you just add the files.

Other features have to be mapped-in.
e.g. you can't just switch on the HDR lighting.

Re: Direct 3D 11 Support for UT (+ Unreal 1, etc)

Posted: Tue Nov 12, 2013 7:30 pm
by Feralidragon
Personally I intend to use and abuse those features mapping-wise in the future.