• 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!

FSH to BMP source-code

Chris

Club Supporter
Does anyone have any VB source code to convert FSH into BMP or any other graphic format??

Thanks a lot
 

mns

Senior Squad
I don't know what you are talking about, but you should try EA Graph( at www.nba-live.com I think)
 

schmeichel01

Goldmember
He is looking for the coding that will convert fsh images to bmp

I am assuming in c++ format? or what.

I could proabbly get it, I will post if I find it.
 

BolzerMike

Reserve Team
best is you ask GreyMana for this !
meet him in the Fifatology- or FifaFX -Forum or ask me via Email and I send you his contact !
 

GreyMana

Club Supporter
@Chris_FifaBenelux
It would be hard to find such code in Visual Basic, because for image converting it could be very slow (especially for color reduction).
I got a class written in C++ which can import/export fshtextures from/to bmp and tga. I hope this would do it.

I also planned to release a ActiveX control for that, but in the moment I have to write exams, so before February it won't be possible. And even then I got some other things to do, but maybe I can write it in this time.
If you are expierenced with including *.dll functions in Visual Basic, it should not a problem for me to write a *.dll which can do the convertion.

for beta/testversions of my C++ classes you can download the alpha/beta versions from: http://fifa2000.gnw.de/fifacity/Forum33/HTML/003113.html

it's german and it reads:

Windows 9x/NT/2000 Programs:
- fshTest Release 1 - 22 kb
Importer/Exporter for fsh textures (from/to bmp)

- fshInfo Release 1 - 14 kb
shows information about fsh files

- bigTest Release 1 - 13 kb
can add/delete/extract files from BIG-files.
Notice: if you delete a file the filesize remains until you push the "rebuild" button.

- HQSImporter Release 1.1 - 17 kb
Only for 2001
With this program we built or HQS-jerseys for out FT 1.0 patch

The programs are mainly in english.

-------------------------------------------------------
@schmeichel01 :

Can you code in C++ (it would be good if you are using Visual C++)?
I offered LeChau to use my code, but if you have interest in writing a program for Fifa, I could give you me c++ classes. I will release them under the GPL (GNU public license) if I'm completly finished with them, but if you are experienced in C++ (it would be great when you can do ActiveX controls (via the Wizard :-) ) or GUIs).
If you like to (for Chris too) you can contact me under [email protected] or ICQ #79034179. Maybe we can cooperate a little bit :-)

In a few days (I hope) or 1-2 weeks a freeware viewer will support reading/writing fsh files. That means it should no problem to convert from JPG/PNG/PSD to fsh and from fsh to JPG/PNG/GIF etc. (only examples). I will release more information if the viewer is out (I only wrote the FSH PlugIn).
 

schmeichel01

Goldmember
Greymana,

I was thinking maybe for that program you are making you could make a special addon for kits where if you import a hjfr a resized mjfr and ljfr(??) will be added, same for the back, shorts, sleeve and socks.

My friend made this for fifa2000 but he is gone and I don't have the source code
 

Chris

Club Supporter
Ok it would be great to get those classes when you're completely finished with them...let me know. And I give it a try...

I'm not really experienced with Visual C++...
only did some C++ in Borland compiler

Thanks a lot!
 

GreyMana

Club Supporter
I included a new program on the fifatology-forum page, it's called
ftFshVB
It's a DLL which can be called from Visual Basic - an example program is also included.

my class seems to be a litte buggy when deleting/converting from compressed fsh files, I will repair that in a few days and put it also on the Forumpage.

the dll can import/export/rename/delete/scale/convert

i hope the comments are enought to see how it works
 


Top