[Assets] Игры из Tabletopia

Автор wil_low, 23 мая 2018, 08:02:42

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

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

tikitavy

#60
Цитата: voidwalker от 05 июля 2019, 09:30:56Может кто-то вытащить из Tabletopia HansaTeutonica
Кстати, у меня есть доп.поля для ГанзаТевтоника (и она сама), если что. Главное до сканера их донести (если надо).
  •  
    Пользователи, которые поблагодарили этот пост: ss_movies

voidwalker

Цитата: tikitavy от 05 июля 2019, 10:50:36
Кстати, у меня есть допполя для ГанзаТевтоника (и она сам), если что. Главное до сканера их донести (если надо).

Из цифровых материалов приятнее конечно, но если никто не отзовётся буду просить.
  •  

morris


DwP

Can anyone please extract the Machina Arcana files?
  •  

O.Chambers

поделитесь пожалуйста файлами к La Granja No siesta  ::)
  •  

RodLiMe

  •  

Xelian

Can someone extract the European Expansion for Wingspan?
  •  
    Пользователи, которые поблагодарили этот пост: RodLiMe

daishinaga

Цитата: Xelian от 30 января 2020, 13:01:19
Can someone extract the European Expansion for Wingspan?
Not sure if you were aware; I already provided scans of all the cards and other game materials that came in the box in the main request thread for Wingspan.
http://www.boardgamer.ru/forum/index.php?topic=17951.msg169604#msg169604
  •  

jhammer

Did anyone have the "Argonauts" tabletopia files from this  (the link is dead now) :

http://www.boardgamer.ru/forum/index.php?topic=16773.msg149094#msg149094

Please re-upload it if you have it
  •  
    Пользователи, которые поблагодарили этот пост: wait

Logod

Hi, I try to extract the asset from this game

https://tabletopia.com/games/resident-evil-3

I have install the steam client and find the game data file here

C:\Users\[username]\AppData\LocalLow\Unity\WebPlayer\Cache\TabletopiaClient_TabletopiaClient

There is 2 files by game:
__data
__info

data is not unzipable (I try with 7zip 19.00)

Then, I try the scrip tabletopia_cutter.pl (but on Windows) and with strawberry-perl-5.30.2.1

I have the error "Manifest not found"

Could someone help me ? Thank you  :)
  •  

hickname

You need to unpack __data file using UABE. Then you can use the script.
  •  

Logod

Hi Hickname, thank you very much for your help  :).

As you said, I downloaded Assets Bundle Extractor.

Now, I can unpack the file using Assets Bundle Extractor.

Using Assets Bundle Extractor, I am able to extract some images. However, some images are not extracted like the cards (using Assets Bundle Extractor). I assume they are pack with some 3D models.

So, I tried to use the tabletopia_cutter.pl

I use Windows (doesn't seems to work).
So, I use Ubuntu (version 20.04).

I install the following packages
sudo apt-get update -y
sudo apt-get install -y libjson-perl
sudo apt-get install -y p7zip-full
sudo apt-get install -y graphicsmagick

Installation goes well.
I restart the OS.

Now, using the script, I have this message
"Manifest not found at tabletopia_cutter.pl line 58"

I try the script with 3 files:
- the first file directly unpack from Assets Bundle Extractor (24 mb)
- one export from Assets Bundle Extractor (22 mb)
- a second export from Assets Bundle Extractor (2 mb)

So, I don't know why the manifest file is not created. Could you give me some advice?
  •  

wil_low

I can look if you share your 3 files somewhere
  •  

Logod

Hi Wil_low, thank you for your help  :D

You will find the file here
https://we.tl/t-iELvcovlrf

Inside the archive, there are:
- Original Tabletopia, the 2 files from Tabletopia,
- unpack, file from AssetsBundleExtractor_2.2stabled_32bit,
- ExportCAB, file 1 from unpack,
- ExportCABressource, file 2 from unpack.

The game is the Resident Evil 3 demo
https://tabletopia.com/games/resident-evil-3

I hope this could help.
  •  

Dimon_II

#74
Open file Original Tabletopia\__data by this tool AssetStudio
  •  

Logod

Hi Dimon_II, thank for the software.

I test it too, it's the same as Assets Bundle Extractor. I can view only some images but not all.

I also extract the manifest file with AssetStudio. Inside the manifest file, I found reference to the missing cards
For example
{"elementId":1951039,"publicElementId":1406114,"elementName":"RE Nikolai Zinoviev","elementType":"Cards","elementForm":"Unknown","preview":{"resource":{"id":"Image3103706","type":"Separated","content":"Image"},"height":750,"width":1050},"representation":"FlatReconstruction","atlases":[{"height":4096,"width":4096,"resource":{"id":"Image_0_Atlas","type":"Separated","content":"Texture"},

So, the file seems to have the images, but there is an access problem.

Here, the images I can extract. It's working.


Here, the kind of images, I would like to extract (not working).


Here, the manifest file line.




  •  

Dimon_II

The images you are looking for are recorded as TextAsset
g1404386_s179023.sprite1
g1404386_s179023.sprite0
Export and fix the file extension. jpeg
  •  

Logod

Thank you very much everyone for your help!!  :)
Without it, I cannot find this by myself.
  •  

wil_low

I believe we all should use AssetStudio from now on because UnityFS formats change over time and Assets Bundle Extractor doesn't support recent versions.
  •  
    Пользователи, которые поблагодарили этот пост: Logod

hickname

#79
You need to extract all TextAsset files to a separate folder, don't rename them. Then put parser in the same folder and run it.
Parser.zip
  •