{"id":28146263,"url":"https://github.com/wxrayut/skins-diffusion.exe","last_synced_at":"2025-09-20T02:06:05.879Z","repository":{"id":195031067,"uuid":"692068646","full_name":"wxrayut/skins-diffusion.exe","owner":"wxrayut","description":"A legacy utility for customizing mod skins in Arena of Valor.","archived":false,"fork":false,"pushed_at":"2025-05-06T18:31:44.000Z","size":128624,"stargazers_count":19,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-06T18:49:58.714Z","etag":null,"topics":["arena-of-valor","mod-skin","tool"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wxrayut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-15T13:43:10.000Z","updated_at":"2025-05-06T18:47:12.000Z","dependencies_parsed_at":"2023-10-23T18:27:22.320Z","dependency_job_id":"29a2870e-f93f-429f-8f88-6be1275a240d","html_url":"https://github.com/wxrayut/skins-diffusion.exe","commit_stats":null,"previous_names":["wxrayut/arenaofvalor-skin-changer","wxrayut/saturn"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxrayut%2Fskins-diffusion.exe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxrayut%2Fskins-diffusion.exe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxrayut%2Fskins-diffusion.exe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wxrayut%2Fskins-diffusion.exe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wxrayut","download_url":"https://codeload.github.com/wxrayut/skins-diffusion.exe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243328,"owners_count":22038046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arena-of-valor","mod-skin","tool"],"created_at":"2025-05-14T23:12:23.717Z","updated_at":"2025-09-20T02:06:00.822Z","avatar_url":"https://github.com/wxrayut.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://upload.wikimedia.org/wikipedia/en/e/ef/Arena_of_Valor_Logo_2021.png\" width=\"130\" alt=\"ArenaOfValor Logo\" /\u003e\n    \u003ch2\u003eskins-diffusion.exe\u003c/h2\u003e\n\u003c/div\u003e\n\n\n\u003cp\u003eAn executable file for modifying \u003ci\u003e\u003ca href=\"https://en.wikipedia.org/wiki/Arena_of_Valor\"\u003eArena of Valor\u003c/a\u003e\u003c/i\u003e game files, allowing users to create in-game skins for your favorite heroes.\u003c/p\u003e\n\n\n\u003e [!CAUTION]\n\u003e\n\u003e **skins-diffusion.exe** is archived and no longer actively maintained.\n\u003e While the repository remains accessible, no further updates or bug fixes will be provided.\n\u003e Bugs may be addressed, but this is not guaranteed. Please use this tool \"as-is.\"\n\u003e If you encounter any issues, you can attempt to troubleshoot on your own. \n\n### 🖥️ Supported Operating Systems\n\n- [x] Windows\n- [ ] macOS\n- [ ] Linux\n\n\n### ✨ Features\n\n- [x] Skill Effects\n- [x] Recall Effects\n- [x] Haste Effects\n\n\u003e [!IMPORTANT]  \n\u003e\n\u003e New skins introduced after version `1.52.1` will not support Recall Effects and Haste Effects.\n\n- [x] Skin Icon and Background\n- [ ] Dimension Breaker Skin Assets\n- [ ] Skin Label\n- [x] Sound Effects\n- [x] Model\n\n\n### 🚀 Usage\n\n- Go to the [Releases](https://github.com/wxrayut/skins-diffusion.exe/releases) page and download the latest `skins-diffusion.exe`.\n- Make sure to place the necessary game resources in the `Resources` folder.\n- Pick your desired skin(s) from the `skins` folder.\n- Copy the selected skin(s) into the `Tasks` folder.\n- Then run the `skins-diffusion.exe`.\n\n### 📂 File Overview Structure\n\n    skins-diffusion.exe/\n    ├── ...\n    ├── Resources/ # Necessary game resources should be stored here.\n    │   ├── Ages\n    │   │   └── Prefab_Characters\n    │   │       └── Prefab_Hero\n    │   │           │── Actor_*_Actions.pkg.bytes\n    │   │           │── ...\n    │   │           └── CommonActions.pkg.bytes\n    │   ├── Databin\n    │   │   └── Client\n    │   │       ├── Actor\n    │   │       │   └── heroSkin.bytes\n    │   │       ├── Skill\n    │   │       │   │── liteBulletCfg.bytes\n    │   │       │   └── skillmark.bytes\n    │   │       └── Sound\n    │   │           │── BattleBank.bytes\n    │   │           │── ChatSound.bytes\n    │   │           │── HeroSound.bytes\n    │   │           │── LobbyBank.bytes\n    │   │           └── LobbySound.bytes\n    │   └── Prefab_Characters\n    │       ├── Actor_*_Infos.pkg.bytes\n    │       └── ...\n    ├── skins/  # List of skins you can modify will be store here, \n    │       │   # you can pick one or more skins and paste into the Tasks folder.\n    │       └── ... \n    ├── Tasks/\n    │       └── # Whatever skins you want to modify, should be here.\n    ├── skins-diffusion.exe # The executable file should be here.\n    ...\n\n\n### 🎯 Apply the Mod Skin(s)\n\n- #### Android (For Android version ≤ 10)\n\n    - Extract the .zip file and copy all subfolders:\n\n        `Ages` `AssetRefs` `Databin` `Prefab_Characters`\n\n    - Navigate to: `Android/Data/com.garena.game.kgth/files/Resources/(GAME PATCH)/`\n\n    - Paste the copied subfolders into the directory above.\n    \n    - When prompted, select \"**Apply to all files**\" to overwrite the necessary files.\n\n    - Tap \"**REPLACE**\" to complete the installation.\n\n- #### iOS\n\n    On **iOS**, you cannot access the game directory unless you install the game using a **.ipa** file (which you can find on sites like [decrypt.day](https://decrypt.day/)) by using some sideloader tool. In this way you can access the game directory.\n\n    \u003e [!WARNING]  \n    \u003e\n    \u003e Make sure you **.ipa** file is **Anti-Ban** (Don’t worry, this is not directly related to the mod skin.).\n\n    Open the **Files app → On My iPhone → AoV** (or the app name you set during installation). Follow the same steps as **Android** to apply the mod skins—the process is identical.\n\n\n### 👎 Failure\n\nIf you encounter the warning message:\n`Network failure, Please reconnect` while using the mod skin:\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://f.ptcdn.info/595/076/000/r8en56pwaaK7Ks0m3OAu-o.jpg\" width=\"700\" alt=\"ArenaOfValor WarningMessage\" /\u003e\n\u003c/div\u003e\n\u003ch4\u003e💭 Possible Causes \u0026 Solutions:\u003c/h4\u003e\n\u003col\u003e\n    \u003cli\u003e\u003cb\u003eOutdated Resources\u003c/b\u003e – Your \u003cb\u003eResources\u003c/b\u003e folder may not be up to date. Try manually updating it to the latest version.\n    \u003c/li\u003e\n    \u003cli\u003e\u003cb\u003eSkin Compatibility Issues\u003c/b\u003e – Some skins require additional modifications. Unfortunately, all you can do is wait. If this is a known issue, it may be addressed in future versions (if applicable).\u003c/li\u003e\n\u003c/ol\u003e\n\n\n### 📜 Disclaimer\n\n- Modifying game files is against the **terms of service** of Arena of Valor and may lead to account suspension or a ban.\n- By using this tool, you **accept full responsibility** for any consequences that may arise.\n- Use at **your own risk**.\n\n\n### \u003c / \u003e Source Code\n\nThis tool is not open source. I am not ready to release the source code at this time.\n\n\n### 📄 License\n\nThis software is distributed under an End-User License Agreement (EULA).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxrayut%2Fskins-diffusion.exe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwxrayut%2Fskins-diffusion.exe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwxrayut%2Fskins-diffusion.exe/lists"}