Difference between revisions of "Destiny Child/Modding"

From Hgames Wiki
Jump to: navigation, search
(hgames)
 
(4 intermediate revisions by the same user not shown)
Line 59: Line 59:
 
=Useful Links=
 
=Useful Links=
  
* [https://github.com/LokiCoder/destiny-child-tools Centralized Open Source Repository of Destiny Child Tools]
+
* [https://lokicoder.github.io/destiny-child-tools/ Centralized Open Source Repository of Destiny Child Tools]
 
* [[Destiny Child/Modders|List of mods by Modder]]
 
* [[Destiny Child/Modders|List of mods by Modder]]
 
* [[Destiny Child/Modding/Live2D|Live2D Character Animation]]
 
* [[Destiny Child/Modding/Live2D|Live2D Character Animation]]
* [https://discordapp.com/channels/241679077658984448/326813697785856001 Discord Modding Channel] (get help from a friendly community)  
+
* [https://discord.gg/CRhHRF8 Discord Modding Channel] (get help from a friendly community)  
* [https://goo.gl/NR3K6q Google Drive] of all mods created by Discord community
+
* [https://goo.gl/NR3K6q Google Drive of all mods created by Discord community]
 +
* [https://drive.google.com/drive/folders/1qjlvTWdOOKCUsqt1xB6XjKOYmIUx0zvz Google Drive of many original .pck files]
 
* [https://www.reddit.com/r/DestinyChildGlobal/comments/a4tzof/destiny_child_global_uncensor_guide/ Destiny Child Global Uncensor Guide]
 
* [https://www.reddit.com/r/DestinyChildGlobal/comments/a4tzof/destiny_child_global_uncensor_guide/ Destiny Child Global Uncensor Guide]
 
* [https://mega.nz/#F!1qwhVawC!7B0Y1ZBzHgXoeKYfCg43zQ Lewd Mods Collection] maintained by [[Destiny Child/Modders/Anubis|Anubis]]
 
* [https://mega.nz/#F!1qwhVawC!7B0Y1ZBzHgXoeKYfCg43zQ Lewd Mods Collection] maintained by [[Destiny Child/Modders/Anubis|Anubis]]
 
* [https://drive.google.com/drive/folders/1qjlvTWdOOKCUsqt1xB6XjKOYmIUx0zvz Google Drive] with ALL original .pck files
 
* [https://drive.google.com/drive/folders/1qjlvTWdOOKCUsqt1xB6XjKOYmIUx0zvz Google Drive] with ALL original .pck files
 
* [https://docs.google.com/spreadsheets/d/1_KtnK7dSLVNcWob5K_cApBzDC-2OHYc4cGZyhtYtBX4/edit#gid=0 Spreadsheet of all child pck IDs]
 
* [https://docs.google.com/spreadsheets/d/1_KtnK7dSLVNcWob5K_cApBzDC-2OHYc4cGZyhtYtBX4/edit#gid=0 Spreadsheet of all child pck IDs]
 +
* [https://streamable.com/31nq5 How to fix the sizes of the characters]
  
 
[[Category:Destiny Child]]
 
[[Category:Destiny Child]]

Latest revision as of 17:25, 17 June 2020

This wiki is deprecated.
Use this instead

Modding Instructions

WARNING MODDING OF ANY KIND CAN GET YOU BANNED, MAKE YOUR SODA FLAT, YADIYADIYA

  1. Make a backup/copy of any file(s) being replaced
  2. Replace the desired files
  3. Clear the game from memory by removing it from recent apps
  4. Restart the game
  5. Profit

Android

Modding on Android DOES NOT REQUIRE ROOT.

File path: /sdcard,internal storage,or 0/android/data/destinychild/files/asset/character

Use any decent file manager, but beware of ones that come with tons of ads like ES File Explorer. Solid Explorer is good.

Nox App Player has ES File Explorer preinstalled, use that to transfer files between PC and Nox Share location from computer is c:\users\user\nox_share\other Share location from ES File Explorer is /mnt/shared/other. Not /storage. Not /sdcard. Click on the "/" to find mnt If / is empty, you have to enable "root" in general settings on Nox Also enable "root explorer" on the menu of ES File Explorer

iOS (Apple)

iOS devices require a jailbreak to gain access to system folders If you don't know how to jailbreak, it's best to use an android emulator like Nox App Player

File Path: /var/mobile/containers/data/application/[random]/library/caches/asset/character

Note: the [random] folder is a string of random letters and numbers, must find the correct folder that contains this game

Filename Scheme

Don't know what skin replaces what? Here's a list to identify them:

 xxxx_00.pck - story skin
 xxxx_01.pck - E class skin
 xxxx_02.pck - S class skin
 xxxx_1x.pck - special/limited/paid/lab skin
 xxxx_89.pck - raid boss/lab skin
 xxxx_9x.pck - censored version skin

Converting from KR/JP to Universal

If you find a mod that only has a KR/JP version, you can often convert it to a univsrsal version that can be used in either KR/JP or the Global game. This method currently requires you to be on a Windows machine, but other operating systems may be supported using methods not listed here.

  1. Download the latest Destiny Child PCK Manager and extract it to a folder
  2. Download the KR/JP version of the .pck file for the mod you want
  3. Drag and drop the .pck file into Repack For Universal Compatibility.bat

A new .pck file will be created in a "universal" folder next to your original .pck. Use the new .pck file in that folder as you would any other mod, and things should work out.

Useful Links