Skip to content

beyond-aion/aion-version-dll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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.
  • Enables all graphics options sliders (shadows, water quality, etc) which are otherwise disabled at high resolutions.
  • DXVK support

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.
    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

License

Stars

Watchers

Forks

Contributors

No contributors

Languages

  • C++ 71.8%
  • C 15.4%
  • Assembly 12.8%