• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

EA SPORTS FC 24 Pc Extract some files

Dmitri

Reserves
imgAssets folder (minifaces, minikits, badges, miniballs, league logos, and many other assets) from Switch version

https://mega.nz/file/2s8WmK4Y#riy128pUIKiS2uYiMxQxg-PdtnECUhuyxkqDu69849E

badges.jpg minikits.PNG minifaces.jpg

Anyone with access to PC files, please contact me in PM
 

VETALGAME

Club Supporter
imgAssets folder (minifaces, minikits, badges, miniballs, league logos, and many other assets) from Switch version

https://mega.nz/file/2s8WmK4Y#riy128pUIKiS2uYiMxQxg-PdtnECUhuyxkqDu69849E

View attachment 137807 View attachment 137806 View attachment 137808

Anyone with access to PC files, please contact me in PM
Guys, who knows how to convert them from dds to png for some reason I convert them using PES DDS Converter Tools and they are not converted to normal form, this is what comes out))
 

Attachments

  • l1.png
    l1.png
    55.2 KB · Views: 100

Dmitri

Reserves
Guys, who knows how to convert them from dds to png for some reason I convert them using PES DDS Converter Tools and they are not converted to normal form, this is what comes out))
Compressonator

Convert all .dds to .png in current folder and all subfolders with Compressonator CLI
Code:
for /R %%I in (*.dds) do CompressonatorCLI.exe -fd ARGB_8888 "%%I" "%%~dI%%~pI%%~nI.png"
 

MF98

Reserves

VETALGAME

Club Supporter
Compressonator

Convert all .dds to .png in current folder and all subfolders with Compressonator CLI
Code:
for /R %%I in (*.dds) do CompressonatorCLI.exe -fd ARGB_8888 "%%I" "%%~dI%%~pI%%~nI.png"
bro, I can’t figure out how to use it, can you help?))
 

Dmitri

Reserves
bro, I can’t figure out how to use it, can you help?))
Download CompressonatorCLI_x64_4.4.19.exe and install it.
Add CompressonatorCLI folder path
Code:
C:\Compressonator_4.4.19\bin\CLI
to Path variable on your system
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Create a .bat file and put this line there
Code:
for /R %%I in (*.dds) do CompressonatorCLI.exe -fd ARGB_8888 "%%I" "%%~dI%%~pI%%~nI.png"
Put this .bat file to a folder with your .dds files and launch it.
 

VETALGAME

Club Supporter
Download CompressonatorCLI_x64_4.4.19.exe and install it.
Add CompressonatorCLI folder path
Code:
C:\Compressonator_4.4.19\bin\CLI
to Path variable on your system
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Create a .bat file and put this line there
Code:
for /R %%I in (*.dds) do CompressonatorCLI.exe -fd ARGB_8888 "%%I" "%%~dI%%~pI%%~nI.png"
Put this .bat file to a folder with your .dds files and launch it.
bro, please do it, I can’t understand anything, maybe I’m stupid, but convert them for me and upload them to a file hosting service, and I’ll download them, please)))
 

VETALGAME

Club Supporter
Download CompressonatorCLI_x64_4.4.19.exe and install it.
Add CompressonatorCLI folder path
Code:
C:\Compressonator_4.4.19\bin\CLI
to Path variable on your system
https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Create a .bat file and put this line there
Code:
for /R %%I in (*.dds) do CompressonatorCLI.exe -fd ARGB_8888 "%%I" "%%~dI%%~pI%%~nI.png"
Put this .bat file to a folder with your .dds files and launch it.
bro, I don’t need much, I just need the team crest
 


Top