Jump to content

Rugby25 '.blobset.pc'


cru

Recommended Posts

Hey everyone, Rugby25 is a recently released game that has stumped me in terms of knowing how to open it up / modify the assets and I'm not sure where to go from here. Again, I'm mainly just interested in art assets for now and anything else would be a bonus. It's a BigAnt studios game who typically love to use a '.blobset.pc' file as (what I'm guessing is) a reference style of file to a majority of the games data. There's been one modder in the past who has created somewhat of a 'blobset creator' which works really well for other BA titles but the person has since been absent from the scene for the past 2 or 3 years. I've attached a few things here and wondered if someone might be able to take a look and have something done up for this game. Thank you.

Game folder:

image.png.bd9bd084a9b1bfbaebfd7dec0be6a24c.png

Inside the data folder:

image.png.be6058f12f48d21356bb41e5d87d0507.png

Inside the games Save game data folder:

image.png.c9a0698f40ebae50dc2fbc17faaf16ad.png

Inside the Profile folder from the above:

image.png.dd82ab4e599bbf874a95e8ddb4a6f1a2.png

A selection of files from the games 'data' folder:
https://drive.google.com/file/d/1tZzSZ55HjeVjgeEP4DOMmguaU7jspFC-/view?usp=drive_link

A bunch of the last modders tools for other BA games that have the .blobset:
https://mega.nz/folder/7rwCkbDY#AMvbYrULQGH9_2N7RsOtBg

Link to comment
Share on other sites

  • 1 month later...
On 2024/7/24 at AM10点10分, cru said:

大家好,Rugby25 是一款最近发布的游戏,我不知道如何打开它/修改资产,我不知道接下来该怎么做。再说一次,我现在主要对艺术资产感兴趣,其他任何东西都是额外的。这是一款 BigAnt 工作室的游戏,他们通常喜欢使用“.blobset.pc”文件作为(我猜是)大多数游戏数据的参考文件样式。过去有一位模组制作者创建了某种“blobset 创建器”,它在其他 BA 游戏中非常有效,但此人在过去 2 或 3 年里一直没有出现。我在这里附上了一些内容,想知道是否有人可以看看并为这款游戏做点什么。谢谢。

游戏文件夹: 数据文件夹内: 游戏保存游戏数据文件夹内: 上面的配置文件文件夹内: 从游戏“数据”文件夹中选择的文件:https://drive.google.com/file/d/1tZzSZ55HjeVjgeEP4DOMmguaU7jspFC-/view ?usp=drive_link 其他具有 .blobset 的 BA 游戏的最后一批修改器工具:https://mega.nz/folder/7rwCkbDY#AMvbYrULQGH9_2N7RsOtBg

图像.png.bd9bd084a9b1bfbaebfd7dec0be6a24c.png



图像.png.be6058f12f48d21356bb41e5d87d0507.png



图像.png.c9a0698f40ebae50dc2fbc17faaf16ad.png



图片.png.dd82ab4e599bbf874a95e8ddb4a6f1a2.png




 

I checked the file you provided
The first is the files in the main folder. They are compressed using zstd, and there are multiple compressed parts in one file.
The file has a structure in this format from the beginning
Four-byte size + four-byte identifier
The size of the first four bytes represents the size of this zstd file, starting from zstd and just before and after the next zstd compression mark.
After decompression, multiple dds texture files appeared, as well as a bunch of incomprehensible files.
In addition, I checked the data-0.blobset.pc file. Because I have never played this game, I don’t know what it is used for. I used the aotennis.bms script to enter the data-0.blobset.pc file. , a bunch of decompressed files appeared in the previous folder, and the script ran normally, looking like an index.
As for the subsequent processing, you still need to handle it yourself.

aotennis.zip

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...