Advertisement
Guest User

Itch.io Artificer Item File Access

a guest
Feb 27th, 2024
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Read this, if you want to access the files mentioned in my itch.io comment, but can't find them using a search function:
  2. 1. Download and install the free Programm "AssetRipper", found here: https://github.com/AssetRipper/AssetRipper (the download-link itself is at https://assetripper.github.io/AssetRipper/articles/Downloads.html )
  3. AssetRipper is a program that can inspect and export Unity Asset files and is useful here, since this is a Unity Game.
  4. 2. Then, like mentioned in my comment, download the apk, rename the apk-file to nameOfDownloadedFile.zip, then extract the zip file
  5. 3. Open AssetRipper, then go to File -> Open Folder -> Go to Place with the extracted zip-file -> go into "assets", then "bin", then open the "Data" folder.
  6. -> Press Enter (Or press the Button that selects this Folder as the Folder to open)
  7. -> Now there should be a long list with expandable files visible
  8. 4. Go through the files until you find a file that contains an TextAsset. (for me they were mostly in the bottom half)
  9. 5. Open the TextAsset and click on the revealed file -> On the right side of the program a "Text"-Button should have appeared now.
  10. 6. Now, in the Toolbar next to the File-Button, go to the Export-Button and choose "Export all files of Selected Type" -> choose a location of your choice
  11. 7. At this location there should now be a "globalgamemanagers" or a "AssetRipperExport..." folder. -> Open it, then go to \ExportedProject\Assets\Resources\data
  12. 8.1. -> Open "components.json" with e.g. a text editor -> File that shows all Item Names and their categories
  13. 8.2 -> Open combos.json" with e.g. a text editor -> File that shows all recipe Combinations
  14.  
  15.  
  16.  
  17. Some things to note:
  18. - If you can't find one of or both .json Files in that folder make sure that renaming to Zip worked, that the Extraction of the zip file worked and that you did not touch any files within that zip file.
  19. - In components.json you can find the currently unused category names. (you can see the categories in the game, but not their category names)
  20. - In the TextAsset-files you can also find the files that contain the riddles, which also include their winning-conditions.
  21. - If you instead export all files with an image (images are found inside Texture2D), you can also extract all Artificer images and Fonts.
  22. Using this, you can find some oddities:
  23. - There is an Image for Mountain Drawing in the game files, but it is only displayed as the Artwork Category Image.
  24. - There is also an image of Refreshing Potion of Flight in the files that does not get displayed (the normal Potion of Flight is used for a category image, but that one gets displayed properly)
  25. There are two images of the Paper Airplane (one with a space between the words, one without)
  26. Harpoon and Javelin are also duplicates. (the other varient is named Spear (Javelin))
  27. The basic Drawing's image size is bigger than most other images and is not transparent, placeholder's image size is smaller than most other images
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement