Post: [RELEASE] ffManager for Windows
09-11-2011, 10:48 AM #1
pcfreak30
>> PCFreak30.com Happy<<
(adsbygoogle = window.adsbygoogle || []).push({}); Ok guys well I know I have created another "ffManager" program, but this is a full re-write that is GUI-based.

This program still requires a fastfile profile, but it now detects both the console AND the game. Only COD4 and COD5 are supported.

You can not use a profile that is different from the fast file. Like a PS3 COD4 fastfile wont go with a XBOX COD4 profile, as it won't allow it, so no mix-ups.

It also sets the text-box area, where you edit the GSC, max character length to the GSC max byte number, so you will never go over or corrupt.

To edit a fastfile, just go to File -> Open, select the fastfile. it will tell you what it detected and ask you to select a profile. Select the profile folder, then the patch console format, then the game. You will select the FFXML file you need, and then it will process and open it.

After just edit what ever, and save the file via File -> Save File. Like ffViewer, if you switch GSC's without saving the current one your changes will not be saved. After it will tell you it was successful, and you repeat the process for anything else.

At the end you go to File -> Compress to pack the FF back up. at any time as well you can use a HEX editor and edit the GSC names etc, and use this option to compress it. When done just go to File -> Close FastFile, and it will delete the extracted data.

You can also open a fastfile that is extracted directly as well. if you do this and it is NOT extracted, you will be asked to extract it.

Program has a simple auto updater as well that runs on start-up.

Screen shot:

You must login or register to view this content.


Download: You must login or register to view this content.

VirusTotal: You must login or register to view this content. am adding many more things soon. Suggestions?

Also seems my app has 1 virus result. It must be a false positive as its from Symantec, AKA NORTON and we all known how bad norton is.

You are free to use sandboxie or not DL if you think I would bother to spread a trojan.

Enjoy!

UPDATE:
Heres a Youtube Tutorial:

(adsbygoogle = window.adsbygoogle || []).push({});

The following 4 users say thank you to pcfreak30 for this useful post:

bkburger13, DarKMaGiiC, donsta3000, xBRz_fri3dL
09-11-2011, 11:17 AM #2
Default Avatar
Newelly
Guest
PcFreak - is there no chance of you making this for MacOSX...

Thanks :love:
09-11-2011, 02:02 PM #3
Correy
I'm the Original
Originally posted by pcfreak30 View Post
Ok guys well I know I have created another "ffManager" program, but this is a full re-write that is GUI-based.

This program still requires a fastfile profile, but it now detects both the console AND the game. Only COD4 and COD5 are supported.

You can not use a profile that is different from the fast file. Like a PS3 COD4 fastfile wont go with a XBOX COD4 profile, as it won't allow it, so no mix-ups.

It also sets the text-box area, where you edit the GSC, max character length to the GSC max byte number, so you will never go over or corrupt.

To edit a fastfile, just go to File -> Open, select the fastfile. it will tell you what it detected and ask you to select a profile. Select the profile folder, then the patch console format, then the game. You will select the FFXML file you need, and then it will process and open it.

After just edit what ever, and save the file via File -> Save File. Like ffViewer, if you switch GSC's without saving the current one your changes will not be saved. After it will tell you it was successful, and you repeat the process for anything else.

At the end you go to File -> Compress to pack the FF back up. at any time as well you can use a HEX editor and edit the GSC names etc, and use this option to compress it. When done just go to File -> Close FastFile, and it will delete the extracted data.

You can also open a fastfile that is extracted directly as well. if you do this and it is NOT extracted, you will be asked to extract it.

Program has a simple auto updater as well that runs on start-up.

Screen shot:

You must login or register to view this content.


Download: You must login or register to view this content.

VirusTotal: You must login or register to view this content. am adding many more things soon. Suggestions?

Also seems my app has 1 virus result. It must be a false positive as its from Symantec, AKA NORTON and we all known how bad norton is.

You are free to use sandboxie or not DL if you think I would bother to spread a trojan.

Enjoy!


i don't get how to use the older one, is this just like a .ff viewer?
09-11-2011, 02:11 PM #4
iReset Nigga
2Fresshh!!
Originally posted by Correy View Post
i don't get how to use the older one, is this just like a .ff viewer?


i used his Old 1 alot all it does is basically extract all the gscs and puts them in a folder....it was very useful if u had pc and u didnt wanna extract all the gscs ur self
but it didnt work for patches that have been saved in bucs new FF viewer im guessing because it changes the sizes on the patch_mp
09-11-2011, 02:16 PM #5
Correy
I'm the Original
Originally posted by iReset View Post
i used his Old 1 alot all it does is basically extract all the gscs and puts them in a folder....it was very useful if u had pc and u didnt wanna extract all the gscs ur self
but it didnt work for patches that have been saved in bucs new FF viewer im guessing because it changes the sizes on the patch_mp


does it give out the _weapons.gsc or like 00002cbcc.gsc ?
09-11-2011, 02:44 PM #6
iReset Nigga
2Fresshh!!
Originally posted by Correy View Post
does it give out the _weapons.gsc or like 00002cbcc.gsc ?


_weapons gsc all u had to do was extract it then copy all the folders over it was a great tool but then when Buc's new
FF came out every1 was saving patches with his FF...which means the his tool wouldnt decompress right cause the file changes and it would give u all the gsc's but they all would be blank
09-11-2011, 05:57 PM #7
pcfreak30
>> PCFreak30.com Happy<<
This uses packzip and offzip, so I recommend that you just get a original patch file and copy shit over. And despite what others say, this (offzip/packzip) is compatible with ffViewer...

This does not extract to GSC's this time. Instead it reads into memory. I basically created an ArrayList object with a bunch of MemoryStreams. The MemoryStream class is quite useful. I would make my program open source but I feel some might try to rip it even though C# can be reverse engineered..

---------- Post added at 01:57 PM ---------- Previous post was at 01:55 PM ----------

No, because it uses packzip/offzip and I can;t compile the C sources under mac and win is a bitch to get working in MAC. I have made this work in windows alone. Not sure how I would be able to do some of the GUI stuff in MONO GTK#...
09-11-2011, 08:52 PM #8
Originally posted by pcfreak30 View Post
Ok guys well I know I have created another "ffManager" program, but this is a full re-write that is GUI-based.

This program still requires a fastfile profile, but it now detects both the console AND the game. Only COD4 and COD5 are supported.

You can not use a profile that is different from the fast file. Like a PS3 COD4 fastfile wont go with a XBOX COD4 profile, as it won't allow it, so no mix-ups.

It also sets the text-box area, where you edit the GSC, max character length to the GSC max byte number, so you will never go over or corrupt.

To edit a fastfile, just go to File -> Open, select the fastfile. it will tell you what it detected and ask you to select a profile. Select the profile folder, then the patch console format, then the game. You will select the FFXML file you need, and then it will process and open it.

After just edit what ever, and save the file via File -> Save File. Like ffViewer, if you switch GSC's without saving the current one your changes will not be saved. After it will tell you it was successful, and you repeat the process for anything else.

At the end you go to File -> Compress to pack the FF back up. at any time as well you can use a HEX editor and edit the GSC names etc, and use this option to compress it. When done just go to File -> Close FastFile, and it will delete the extracted data.

You can also open a fastfile that is extracted directly as well. if you do this and it is NOT extracted, you will be asked to extract it.

Program has a simple auto updater as well that runs on start-up.

Screen shot:

You must login or register to view this content.


Download: You must login or register to view this content.

VirusTotal: You must login or register to view this content. am adding many more things soon. Suggestions?

Also seems my app has 1 virus result. It must be a false positive as its from Symantec, AKA NORTON and we all known how bad norton is.

You are free to use sandboxie or not DL if you think I would bother to spread a trojan.

Enjoy!


that i can just use th ffmanager on the computer and save myself from all the hastle of downgrade/jailbreak/spending 200$ on a new pc? or just a nother version for ps3.
09-11-2011, 09:31 PM #9
pcfreak30
>> PCFreak30.com Happy<<
Originally posted by eric40gator2 View Post
that i can just use th ffmanager on the computer and save myself from all the hastle of downgrade/jailbreak/spending 200$ on a new pc? or just a nother version for ps3.


Please type proper english for one, and for two your question is VERY random and I have no idea what you are talking about.

The following user thanked pcfreak30 for this useful post:

Jeremy
09-11-2011, 10:59 PM #10
Originally posted by pcfreak30 View Post
Please type proper english for one, and for two your question is VERY random and I have no idea what you are talking about.


i mean that you know how when you try to upload a modded patch you have to have a ps3 with 3.55 and one with 3.70?
im asking if this ffmanager works on the computer, not just on ps3 so i dont have to buy two ps3s to get my patches to work.

The following 2 users groaned at eric40gator2 for this awful post:

Docko412, xBRz_fri3dL

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo