Advertisement
Guest User

RPGX Ripping Guide

a guest
Sep 30th, 2018
14,304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Character ID is the 4 numbers that appear after chr_ in the files you'll download
  2. e.g. chr_0043_r18_637f67caec3b8386a86ddb853deeb4ff
  3. Character ID = 0043
  4.  
  5. Press F12, go to network
  6. Start a H scene
  7. Once it's started right click every chr_ file and open in new tab to download it to a folder and do the same for the uni_ file that's above those.
  8. Open the folder in some Unity file editing program like AssetStudio
  9. Ctrl Click all Texture2D's and TextAssets's, right click and export them.
  10. Go to the folder the images were extracted to and move the Character Stand and the Thumbnail to a different folder if you downloaded them.
  11. If there's two base images move them with their components to another folder
  12. Run this script (requires Imagemagick in your PATH) https://pastebin.com/PngELC1b (embed) on the first folder
  13. If you have another base image edit the final line after %charaID% change the "a" to whatever letter the base image has and run the script in that folder.
  14.  
  15. To rip the audio run this script https://pastebin.com/GHy40R7Y (embed) and enter the character ID (doesn't need to be 0 padded)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement