Clash Royale _tex.sc
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 54
- Joined: Tue Aug 19, 2014 10:30 am
Re: Clash Royale _tex.sc
aluigi wrote:http://aluigi.org/bms/clash_royale.bms
Hello aluigi, do you know what the _tex picture format?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Clash Royale _tex.sc
No idea.
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Clash Royale _tex.sc
how can i save the data received from this script http://aluigi.org/bms/clash_royale.bms
to an image?
how did i know the imagesize (height/width) +pixelformat (rgba8888 , rgba565,...)
to an image?
how did i know the imagesize (height/width) +pixelformat (rgba8888 , rgba565,...)
Last edited by Knobse on Sun Mar 06, 2016 3:37 pm, edited 1 time in total.
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Clash Royale _tex.sc
hopefully somebody can write a full decoder to image for the (_tex).sc format
Last edited by Knobse on Thu Apr 07, 2016 2:04 pm, edited 1 time in total.
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Clash Royale _tex.sc
thanks to update the script !
now hope somebody know how to extract the SCLZ part
now hope somebody know how to extract the SCLZ part
Last edited by Knobse on Thu Apr 07, 2016 2:05 pm, edited 2 times in total.
-
- Posts: 2
- Joined: Tue Mar 15, 2016 7:49 am
Re: Clash Royale _tex.sc
aluigi wrote:http://aluigi.org/bms/clash_royale.bms
Hi Aluigi, how to convert to image file after it? sorry bad english
-
- Posts: 2
- Joined: Tue Mar 15, 2016 7:49 am
Re: Clash Royale _tex.sc
Knobse wrote:pixelformat is in rgba8888
this is a part of the image/texture in arena_training_tex.sc
hopefully somebody can write a full decoder to image for the (_tex).sc format
How it works, Knobse? plz tell me about it.
-
- Posts: 22
- Joined: Sat Mar 05, 2016 9:25 am
Re: Clash Royale _tex.sc
I replied already in pm , I still hope for a bms script to convert the extracted data to simply bmp or png files
-
- Posts: 5
- Joined: Wed May 04, 2016 11:34 pm
Re: Clash Royale _tex.sc
How to extract all image in _tex.sc decrypted with rgba8888?
-
- Posts: 1
- Joined: Fri Sep 16, 2016 8:25 am
Re: Clash Royale _tex.sc
I did extract all .sc to _tex files.
So now how, can I convert them into .png textures?
Please help!
So now how, can I convert them into .png textures?
Please help!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Clash Royale _tex.sc
Script 0.2
-
- Posts: 7
- Joined: Mon Nov 07, 2016 1:25 pm
Re: Clash Royale _tex.sc
I used Python to write a script, detailed content see my blog
http://blog.csdn.net/blueeffie/article/details/50969244
http://blog.csdn.net/blueeffie/article/details/50969244
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: Clash Royale _tex.sc
ghost wrote:Clash Royale _tex.sc
Sample:https://mega.nz/#!7oU22RgS!wip2k1YUPkw44W4j0GG2yBgrcOJGC6YG-1W6aK4bUDM
slight modification to aluigi's decompression script to prepare your samples to open with Noesis python script that follows
Code: Select all
idstring "SC"
get SIZE asize
goto 0x1a
getdstring LZMA_PROP 5
comtype lzma_0 LZMA_PROP
get XSIZE long
savepos OFFSET
math SIZE - OFFSET
get NAME filename
string NAME + "_decmp"
clog NAME OFFSET SIZE XSIZE
-
- Posts: 5
- Joined: Sun Apr 30, 2017 1:20 pm
Re: Clash Royale _tex.sc
how to reencrypt the file?