8000 GitHub - dtzxporter/avatar-modloader: Allows modding Avatar Frontiers of Pandora by loading assets on disk.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

dtzxporter/avatar-modloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avatar-modloader

Overrides unpacked assets from the game directory when they exist allowing you to mod the game easily.

Usage:

  • Download the mod from the releases page.
  • Extract the files and copy them to the game folder next to afop.exe.
  • Select "YES" to override dbgcore.dll.
  • Copy any extracted or modded assets to the game's directory relative to the afop.exe and the game will prefer the on-disk copy over the packed one.

Complete file list:

Texture modding:

  • In order to mod textures, the DDS needs to be converted to a 'DDS' with STF header.
  • You need to reverse the mipmap order on disk. (Smallest first, largest last) which is the opposite of a DDS.
  • Delete the DDS header.
  • Then copy the proper STF header extracted from the game: STF Headers.
  • The extension is still .dds.

Credits:

  • Uses @Nukem9's Detours Library.
  • DTZxPorter.

About

Allows modding Avatar Frontiers of Pandora by loading assets on disk.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0