[Guide] How to extract assets from a Tabletopia game

Автор wil_low, 04 марта 2018, 13:45:42

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

hickname

  •  
    Пользователи, которые поблагодарили этот пост: Xijanik

cccp

Цитата: hickname от 13 марта 2021, 07:01:07AssetsBundleExtractor is outdated. Use AssetStudio:
https://github.com/Perfare/AssetStudio
I took the sources, compile them (x86, x64, AnyCPU) but I cannot use it with latest files from tabletopia.
Am I missing some information?
  •  

hickname

It's hard to say.
Which game doesn't work? How do you get the files?
  •  

cccp

#83
I took Stroganov: just started a game and than get the file from chrome location: c:\Users\[user-name]\AppData\Local\Google\Chrome\User Data\Default\IndexedDB\https_tabletopia.com_0.indexeddb.blob\
I also tried with firefox (c:\Users\[user-name]\AppData\Roaming\Mozilla\Firefox\Profiles\ggdjejef.default-release\storage\default\https+++tabletopia.com\idb\3092886652%s2fFbid.files\) and it's the same.
  •  

hickname

You need to remove cache header. Open file in hex editor and delete anything before "UnityFS". Save and open it in AssetStudio.
  •  

cccp

Цитата: hickname от 20 марта 2021, 07:40:36
You need to remove cache header. Open file in hex editor and delete anything before "UnityFS". Save and open it in AssetStudio.
I forgot to mention that I've already did this. Were you able to extract files for example for stroganov?
  •  

hickname

Just tried - cached file does not open with AssetStudio. You need to get original file:
Open Firefox and go to game page.
Open Firefox Web Developer tools and go to Network tab.
Start the game and wait for it to load.
Look for unity3d file in bottom window(biggest one, it will be near the end), copy URL and download it.

This one opens in AssetStudio without problems.

cccp

I've just tried and it works with the original file but not with the cached one anymore. I've also noticed that the original file has version 2018 and the cached one 2020, maybe there is some kind of re-compression done. I would like to investigate this difference more and I hope I can get some time next month, but it's not so urgent as there is the solution with the original file.
Many thanks and sorry for all the trouble.
  •  

Onyx

Any coding pro on here that can write a simple (?) Script? After using the parse.exe i want to extract the files from cards folder into anew folder according to the lists in the "others" folder. Hope this makes sense.
  •  

Kenny

Can anyone please kindly point out where the game assets are when working in OSX Monterey for the various browsers (Chrome, Firefox, Safari)? Those listed above for Windows have no equivalence in OSX. Thanks in advance.
  •  

atari_freak

Цитата: Kenny от 18 сентября 2022, 10:35:14
Can anyone please kindly point out where the game assets are when working in OSX Monterey for the various browsers (Chrome, Firefox, Safari)? Those listed above for Windows have no equivalence in OSX. Thanks in advance.

It's quicker to use the network tools of your browser to get a direct link to the assets, as hickname suggested some messages above.

Цитата: hickname от 20 марта 2021, 10:21:21
Just tried - cached file does not open with AssetStudio. You need to get original file:
Open Firefox and go to game page.
Open Firefox Web Developer tools and go to Network tab.
Start the game and wait for it to load.
Look for unity3d file in bottom window(biggest one, it will be near the end), copy URL and download it.

This one opens in AssetStudio without problems.
  •  
    Пользователи, которые поблагодарили этот пост: babuks, Kenny

weirdybeardy

  •