Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Aion-Version-Dll

Aion No-IP and Windows 10/11 fix.

Features:

  • Allows the game client to connect to non-official game server IPs (prevents the error message "No game server is available to the authorization server (6)").
  • Fixes the camera movement issue on Windows 10/11 (introduced by the Fall Creators Update 2017).
  • Fixes an issue with launching the 64-bit client on Windows 11 24H2 and later versions.
  • Fixes an issue with launching the game client on systems with 32 or more logical processors.
  • Fixes black flickering that occurs when using the game's High Quality graphics engine on Nvidia graphics cards and similar issues on AMD cards when using DXVK on Windows.
  • Enables all graphics options sliders (shadows, water quality, etc) which are otherwise disabled at high resolutions.
  • DXVK support - DXVK can improve performance and frame times.

Building

This project depends on MS Detours. Since it's served via NuGet, you should be able to build the project straight away.

Installation

  1. Copy each version.dll to the respective bin32 or bin64 folder within the game root directory.
  2. Optional: If you want to use DXVK, copy d3d9.dll from the latest DXVK release to the same folders and make sure you're using the latest graphics driver. If your graphics card is incompatible because it is too old, you can try the latest DXVK-Sarek release instead.
    DXVK can be tweaked via an optional config file. See below for recommended settings.

⚙️ Recommended DXVK Configuration (optional)

Create a file named dxvk.conf in the game root directory (NOT bin32/bin64):

# Enable FPS counter (different from the one the game client provides)
# dxvk.hud = fps

# Allow exclusive full-screen mode
dxvk.allowFse = True

# Performance
d3d9.cachedDynamicBuffers = true
d3d9.deferSurfaceCreation = true

# Quality
d3d9.samplerAnisotropy = 16

# Compatibility / shader fixes
d3d9.forceSamplerTypeSpecConstants = true

You can check the DXVK documentation for more info about all possible config values.

About

Aion No-IP & Win10/11 fix

Resources

Stars

11 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages