• 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] FFUtil
#21
Made a batch interface for this tool.

Code:
@echo off
title FFUtil interface!
goto start
:invalid
color 4f
cls
echo.
echo Invalid choice!
echo Any key to return!
pause
:start
color 02
cls
echo.
echo I want to:
echo.
echo 1. Unpack a fastfile
echo 2. Pack a fastfile
echo.
set /p choice= ::
if %choice% == 1 goto unpack
if %choice% == 2 goto pack
goto invalid
:unpack
color 02
cls
echo.
echo Enter the name of the file you want to unpack
echo.
set /p unf= ::
if exist %unf% goto unpack2
color 4f
echo File does not exist!
echo Maybe you forgot the extension.
echo Any key to return!
pause
goto unpack
:unpack2
cls
echo.
echo What name should the binary file have?
echo.
set /p unf2= ::
FFUtil -unpack %unf% %unf2%
cls
echo.
echo Done!
echo Any key to return to the menu!
echo.
pause
goto start
:invalid2
color 4f
cls
echo.
echo Invalid choice!
echo Any key to return!
pause
:pack
color 02
cls
echo.
echo Enter the binary file filename
echo.
set /p bf= ::
if exist %bf% goto pack2
color 4f
echo File does not exist!
echo Maybe you forgot the extension.
echo Any key to return!
pause
goto pack
:pack2
cls
echo.
echo Enter the name of the new file
echo.
set /p nf= ::
FFUtil -pack %bf% %nf%
cls
echo.
echo Done!
echo Any key to return to the menu!
echo.
pause
goto start


Attached Files
.rar   ffutil-interface.rar (Size: 498 bytes / Downloads: 462)
  Reply
#22
(07-31-2011, 11:41)d0h! Wrote:
(07-31-2011, 04:40)LOLKid115 Wrote: The moment I start FFUtil.exe, it just flashes and than automatically shuts down. Plz help me.

command-line = open cmd

soz but wat u mean command-line=open cmd where do i type dat?
  Reply
#23
use the batch file xetal wrote. helpful and fast
  Reply
#24
error at unpacking annihilation .ff files

ezdecompresionerror
  Reply
#25
this is usefull and i know you have to use cmd or the batch they posted on here
but can i get a bit more info on how to extract the mod.ff in the cmd and where does it export the files and where do i put the mod.ff to be extracted any help will be usefull

(06-04-2011, 16:40)SuperNovaAO Wrote: This is a simple command-line FF Packer/Unpacker for Call of Duty: Black Ops.

Usage:
To pack
Code:
FFUtil -pack MyBinaryData.unpacked MyNewFFFile.ff

To unpack
Code:
FFUtil -unpack MyFFFile.ff MyNewBinaryData.ff

Known bugs:
When packing a file the compression is higher. The game will still be able to load these files but it takes a bit longer.

Code:
Changelog:

v 0.1:
* Initial release


ok i kinda gotta working but some of it is still encoded


ok i kinda gotta working but some of it is still encoded

  Reply
#26
now what do i do with the " *DAT " file ?

how can i open it ? :/
  Reply
#27
Cheeers.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  FFUtil pflaurie 1 12,814 03-10-2013, 17:53
Last Post: JariZ

Forum Jump:


Users browsing this thread: 1 Guest(s)