Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtzxporter/avatar-modloader
Allows modding Avatar Frontiers of Pandora by loading assets on disk.
https://github.com/dtzxporter/avatar-modloader
Last synced: 8 days ago
JSON representation
Allows modding Avatar Frontiers of Pandora by loading assets on disk.
- Host: GitHub
- URL: https://github.com/dtzxporter/avatar-modloader
- Owner: dtzxporter
- License: mit
- Created: 2023-12-11T23:11:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T04:36:46.000Z (3 months ago)
- Last Synced: 2024-08-27T05:40:09.709Z (3 months ago)
- Language: C
- Size: 544 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- 12/12/2023: [File List](https://mega.nz/file/ERgiUYRK#ZJm2ON8CGtsN1UWFwG3D_KqlPcsg5ctbMHdVGz8K8iU)### 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](https://mega.nz/file/4chxAJBZ#GvW1ojCapMK--PtzPGr_B9g0xvIRRkSDEfTP8JZ9gUI).
- The extension is still `.dds`.# Credits:
- Uses @Nukem9's Detours Library.
- DTZxPorter.