fifa ea game fsh file [SHPI, G359, SKIN, hifa]
-
- Posts: 31
- Joined: Wed Sep 06, 2017 12:37 pm
fifa ea game fsh file [SHPI, G359, SKIN, hifa]
Someone pkease help me for script fsh file format
Link : file. https://mega.nz/#!6txWgRrK!w1GJRRCw4PIV ... Up_-F6KO6E
Link : file. https://mega.nz/#!6txWgRrK!w1GJRRCw4PIV ... Up_-F6KO6E
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: fifa ea game fsh file
I have deleted your duplicated post in Game Archive.
One topic! Clear?
One topic! Clear?
-
- Posts: 31
- Joined: Wed Sep 06, 2017 12:37 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
Ok please solution this file
-
- Posts: 31
- Joined: Wed Sep 06, 2017 12:37 pm
-
- Posts: 31
- Joined: Wed Sep 06, 2017 12:37 pm
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
hey, how do i open these SHPI header file, which can't be open on fsh viewing tools
-
- Posts: 123
- Joined: Fri Oct 27, 2017 7:36 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
not much dealing with etc1 compression. you need this to open the files this thing extracts.
Last edited by episoder on Sun Nov 05, 2017 8:37 pm, edited 1 time in total.
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
,d
Last edited by hardrock on Thu Nov 09, 2017 1:31 am, edited 1 time in total.
-
- Posts: 123
- Joined: Fri Oct 27, 2017 7:36 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
don't need the link. i read your thread. and i tested it already. and...
edit: tested and figured the irfanview thingy doesn't seem to work. you gotta use the pvr sdk tool. or get photoshop. it allegedly has a pvr plugin.
edit: tested and figured the irfanview thingy doesn't seem to work. you gotta use the pvr sdk tool. or get photoshop. it allegedly has a pvr plugin.
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
Thank You...Brilliantly done!!
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
episoder, i really like these texture scripts you cook up for Quickbms, i had to deobfuscate the variables in this one to understand it though.
you can open these particular extracted images with XnView too
you can open these particular extracted images with XnView too
Last edited by Acewell on Thu Nov 09, 2017 6:33 pm, edited 1 time in total.
-
- Posts: 123
- Joined: Fri Oct 27, 2017 7:36 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
Acewell wrote:...
it had to be a soccer thing. sorry about that. was it necessary to 'correct' it anyway? dunno why you did. is it better? i'm sure mine is faster cause i read longs where only transfer matters. and... i tried xnview. it didn't wanna do it. maybe i gotta upgrade it? i barely use it tho.
-
- Posts: 706
- Joined: Fri Aug 08, 2014 1:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
episoder wrote:was it necessary to 'correct' it anyway? dunno why you did. is it better? i'm sure mine is faster cause i read longs where only transfer matters...
i don't care about faster and didn't correct anything, just had to format it in a way easier
for me to read, it just has to work and be easy to understand so don't take offense.
for me is easier to just read number of bytes instead of longs in the size.
edit
and for XnView to read the pvr files you need the pvr plugin for it
https://newsgroup.xnview.com/viewtopic.php?t=27877
-
- Posts: 123
- Joined: Fri Oct 27, 2017 7:36 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
i didn't think anybody might actually read that. it's all good. and... thx for the plugin idea. this pvr tool was a bit of a slomo.
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
sd
Last edited by hardrock on Thu Nov 09, 2017 1:32 am, edited 1 time in total.
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
xnview can't save file as .pvr!
it seems!!
it seems!!
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
..
Last edited by hardrock on Thu Nov 09, 2017 1:32 am, edited 1 time in total.
-
- Posts: 123
- Joined: Fri Oct 27, 2017 7:36 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
ugh. what is it you wanna change? wrong club? some ocd sorta thing?
it's not possible to compile a legit codesafe fsh file. a bunch of those bytes in the footer are unpredictable. i won't write it. if you wanna change something you could just as easily hex it. ofc you gotta encode (ctrl+e) the texture. you gotta use opengl es and choose the etc1 format, you gotta generate mipmaps ofc. and safe as pvr. how hard is that to figure out?
for the hex you open the re-saved pvr. file difference is that pvrtool added meta data. i skipped those. you gotta start at offset 0x43 (seems default). select all to end of file and copy paste and replace this data into the correct file chunk. it should be identical size since mipmap layout is predictable and rather failsafe.
@acewell you wanna do the re-fsh c/p it?
it's not possible to compile a legit codesafe fsh file. a bunch of those bytes in the footer are unpredictable. i won't write it. if you wanna change something you could just as easily hex it. ofc you gotta encode (ctrl+e) the texture. you gotta use opengl es and choose the etc1 format, you gotta generate mipmaps ofc. and safe as pvr. how hard is that to figure out?
for the hex you open the re-saved pvr. file difference is that pvrtool added meta data. i skipped those. you gotta start at offset 0x43 (seems default). select all to end of file and copy paste and replace this data into the correct file chunk. it should be identical size since mipmap layout is predictable and rather failsafe.
@acewell you wanna do the re-fsh c/p it?
-
- Posts: 20
- Joined: Sun Nov 05, 2017 2:06 am
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
..
Last edited by hardrock on Thu Nov 09, 2017 1:33 am, edited 1 time in total.
-
- Posts: 123
- Joined: Fri Oct 27, 2017 7:36 pm
Re: fifa ea game fsh file [SHPI, G359, SKIN, hifa]
ehh. dummie response. i like those. effed.