Download Directx 11 Capable Gpu To Play Crysis 3

Русская версия » English Version » Articles » Crysis 3 DirectX 9 and DirectX 10 Running

Crysis 3 Dx11 Capable Gpu Fix Free Download - DOWNLOAD. Hey guys, i tried too to play Crysis 3, but i got the same problem gpu is not capable, and i must say that my pc is capable, here it is: Machine name: NICHOLAS-PC Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1rtm.1) Language: English (Regional Setting: English) System Manufacturer: Acer System Model: Aspire E1-571G BIOS: InsydeH2O.



Download

A Few Days Ago, CryTek was released a new part of game Crysis 3. German developers everybody dropped support for all DX9 and DX10 Cards and Gamers. Say Hallo From Russia!
In This Article i try (YURBAN) to solve problems like 'How To Run Crysis 3 on DX9-DX10 Cards'.

CryEngine 3 - Comparison with CryEngine 2 from previous Game

Yeah Yeah! The CryEngine 3 based on previous version CryEngine 2, The Game Crysis 2 have full support for DX9-DX11 Graphics Cards.
Crysis 3 also released on consoles like PS3 and XboX 360. These Consoles have APU with max DirectX Support Level 9 (DX 9.0c).

Differents of Crysis 2 and Crysis 3!

Common Folders:Bin32, Engine, Patch located in Root Game Directory (ex. Crysis2 and Crysis3).
Different Folders:Localization, Localized, gamecrysis2 and C3

Making Crysis 2.5 ))

To Mod, i (YURBAN) used Games: Crysis 2 v. 1.9 and Crysis 3 v. 1.2
Operations:

  • Rename folder Crysis 3Bin32 to Crysis3Bin32_BACK
  • Rename file Crysis 3system.cfg to Crysis3system.cfg_BACK
  • Copy folder Crysis 2bin32 to crysis3bin32
  • Copy file Crysis 2system.cfg to crysis3system.cfg
  • Run Crysis3bin32crysis2.exe and Getting Error:
  • Now Rename Crysis3C3 to Crysis3gamecrysis2
  • Rename Crysis3gamecrysis2_FastLoadstartup.pak to startup.pak_BACK
  • Copy/Move Crysis2gamecrysis2_FastLoadstartup.pak to Crysis3gamecrysis2_FastLoadstartup.pak
  • Copy/Move folder Crysis3Localization в Crysis3gamecrysis2Localized
  • Run Execuatable Crysis3Crysis2.exe: we found a Black Screen with Green Cursor (move freely) and after few seconds Application has been stopped!
  • Das ist Gut!
  • Now Read Again Crysis3Game.log, we showing strings like:
    Initializing AI System
    [Error] Unable to find any Localization Data!
    [Error] Failed to load anim pair file! scripts/animPairs.xml No 3P animations will play!
    [Profile] Warning: Could not open configuration file
    [Game Version]: RELEASE PURE CLIENT
    [Error] Unable to load 'Scripts/Progression/ProgressionTokens.xml'
    [Error] Unable to load 'Scripts/Progression/PersistantStatMapParams.xml'
The Problem called [Error] Unable to find any Localization Data! comes from: in Crysis 2 have only one folder gamecrysis2LocalizedEnglish.pak for English or any other Language,

Download Directx 11 Capable Gpu To Play Crysis 3.0

Crysis 3 have two folders for each Language - LocalizationEnglish.pak и LocalizationEnglish_xml.pak

Working at 'Hard' scheme

Now We Needed a PAK Manager (Pak Manager Tool) from CryTek official website, comes with Crysis 2 Mod SDK for Extract Encrypted *.PAK Files of Crysis 2 and Crysis 3.

Crysis 3 DX9 Project

After many experiments with parameters and Game Execuatable, we founded some interesting parameters, like sys_spec (0-6). First Five values from 0 to 4 is able to config Crysis3 for PC, another 5 and 6 values configures CryEngine3 for XboX360 and PlayStation (in order to read). But Some Graphic Bugs Detected Immediately. Show Video and Screens Below!


HardWare Masters Team now working on Crysis 3 DX9 Project, content comes soon!

Crysis 2 MOD SDK - Installing

If You Try Install This DevKit and Get a Error Like 'The Crysis 2 MOD SDK requires a full installation of the game Crysis 2, updated to Patch 1.9', check Registry Keys!
For x86 systems: HKEY_LOCAL_MACHINESOFTWARECrytekCrysis 2 Value Install Dir - Create REG_SZ and Write The Right Path to your Crysis 2 Game Folder.
For x64 systems: HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCrytekCrysis 2

Links

CryENGINE Documentation
Crysis 3 X360 Image
DirectX SDK

DX11 Hook/Hack

After some Things about making 'hybrid' mod, we found nice old Application called '3D Analyze'. This Software Can Control Older 3D Appliactions to Emulate Shaders, Textures and many other DirectX Tweaks. We Send VIA Mail to Author of 3D Analyze. We Want Make DXGI Hack Directly (.dll file) or 'On Fly' (in Memory API Calls Control). This Way is the best choice of this Problem.

In Case With Analyzing The Game Execuatable we making Now a 'right' d3d11.dll, to replace some functions calls and its returning data.

Preparing to Hack and Few Things

DirectX 11. Alternative Library - concept

After Inspecting a Game Execuatable for DirectX Calls I Found Few Calls Named D3D11CreateDevice and D3D11CreateDeviceAndSwapChain. Then i Compared This Functions with previous versions (DX10, MSDN).

Declaration of D3D11CreateDevice.

HRESULT D3D11CreateDevice( _In_ IDXGIAdapter *pAdapter, _In_ D3D_DRIVER_TYPE DriverType, _In_ HMODULE Software, _In_ UINT Flags, _In_ const D3D_FEATURE_LEVEL *pFeatureLevels, _In_ UINT FeatureLevels, _In_ UINT SDKVersion, _Out_ ID3D11Device **ppDevice, _Out_ D3D_FEATURE_LEVEL *pFeatureLevel, _Out_ ID3D11DeviceContext **ppImmediateContext );

Declaration of D3D10CreateDevice.

HRESULT D3D10CreateDevice( _In_ IDXGIAdapter *pAdapter, _In_ D3D10_DRIVER_TYPE DriverType, _In_ HMODULE Software, _In_ UINT Flags, _In_ UINT SDKVersion, _Out_ ID3D10Device **ppDevice );

Declaration of D3D11CreateDeviceAndSwapChain.

HRESULT D3D11CreateDeviceAndSwapChain( _In_ IDXGIAdapter *pAdapter, _In_ D3D_DRIVER_TYPE DriverType, _In_ HMODULE Software, _In_ UINT Flags, _In_ const D3D_FEATURE_LEVEL *pFeatureLevels, _In_ UINT FeatureLevels, _In_ UINT SDKVersion, _In_ const DXGI_SWAP_CHAIN_DESC *pSwapChainDesc, _Out_ IDXGISwapChain **ppSwapChain, _Out_ ID3D11Device **ppDevice, _Out_ D3D_FEATURE_LEVEL *pFeatureLevel, _Out_ ID3D11DeviceContext **ppImmediateContext );

Declaration of D3D10CreateDeviceAndSwapChain.

HRESULT D3D10CreateDeviceAndSwapChain( _In_ IDXGIAdapter *pAdapter, _In_ D3D10_DRIVER_TYPE DriverType, _In_ HMODULE Software, _In_ UINT Flags, _In_ UINT SDKVersion, _In_ DXGI_SWAP_CHAIN_DESC *pSwapChainDesc, _Out_ IDXGISwapChain **ppSwapChain, _Out_ ID3D10Device **ppDevice );

This Lines You Can Found on MSDN WebSite. The Function D3D11CreateDeviceAndSwapChain called Two Times before Game Launching. Looks Like, This is what I need. I Writed in VS 2010 Dynamic Link Library, called the same name 'd3d11.dll' and placed it to crysis3.exe folder (bin32). This Library Hooking All Functions Calls from Crysis3.exe to and Writing Some Data to Log Files. I Think The Hack Comes in Few Days!

The Screen Below, it shows no differents with DX9 and DX11 (Dragon Age 2), DX it is just API Interface for Driver, Driver Converting These Calls and Sending Instructions to GPU. The DirectX API Features it is only advanced effects on DX9, DX10/DX11 - Just Marketing to Selling Windows Vista and above Versions by Microsoft. If You Have Documentation for Any GPU, for example GeForce 6600, you may make the Alternative Driver, that knows how to Render DX11 Effects on 6600 GPU other any Graphics Cheap!

Download Directx 11 Capable Gpu To Play Crysis 3

Downloads

Notice: to unpack archives below, you must use 7z-format compatible Archiver, like 7-zip (7-zip.org) or WinRAR (rarlab.com).

Mirror #1:Crysis3_PakDecrypt.7z (6,1 MB)



- Crysis 3 DX10 Patch will enable you play the game on DirectX9 or DirectX10 capable video card by replacing DirectX libraries and patching some files in the Crysis 3 game folder.

'All system DirectX files will remain untouched'

Download Directx 11 Capable Gpu To Play Crysis 3 Mods

- Crysis 3 DirectX Patch v.1.0a will remove DirectX restriction in Crysis 3 and with this patch you will have improved Tessellation (DirectX10 only) and Ambient Occlusion (DirectX10 only).
How to SETUP:
  • First do a clean installation of Crysis 3 game !!!IMPORTANT!!!
  • Update you directx !!!IMPORTANT!!!
  • Download patch
  • Install patch to ...Crysis 3bin32
  • Reboot PC
  • PLAY
SCREEN`s:
Dx11 capable gpu to play crysis 3 free download

Features:

Dx11 Capable Gpu To Play Crysis 3 Free Download

- Added support to directx 9.0c -
- Improved Tessellation (Directx 10) for now 'working on DirectX 9.0' -
- Ambient Occlusion (Directx 10 ) for now 'working on DirectX 9.0' -
- Crash fix for some AMD and Intel HD graphics -
- Fixed random GPU crash on map loading -
- Fixed slowdowns -
- Fixed crash after second mission completed -
- Fixed crash after second mission completed -
- Fix for Flashbang/Smoke grenade reactions not displaying in Kill Cam -
- Fix for crosshair becoming invisible after certain actions -
Gpu
Download Directx 11 Capable Gpu To Play Crysis 3