Post: [RELEASE] AWFastFileLibrary.NET
01-15-2015, 06:25 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi NextGenUpdate,
I haven't released anything for awhile and because of that I'm going to be releasing a library I spent quite a long time on.
This library will allow you to read, decompress, load some assets from the fastfile. This library supports all .ff files, and can show you the basic information from the fastfile. I will be leaving the source code with the tool!

The library would work for all .NET platforms.

The basic usage of the library is explained below:
    
Add the library as a reference at the top:
using AWFastFileLibrary;

Make an openFileDialog like I did:
private void openFastFileToolStripMenuItem_Click(object sender, EventArgs e)
{
OpenFileDialog openDialog = new OpenFileDialog();
if (openDialog.ShowDialog() == DialogResult.OK)
{
AdvancedWarfareFastFile ff = new AdvancedWarfareFastFile(openDialog.FileName);
}
}

AdvancedWarfareFastFile(string filePath);

To view the contents of a zone file, call this function:
AdvancedWarfareZoneFile zone = new AdvancedWarfareZoneFile();
zone.ReadZone(byte[] zone);


Also this library is currently in beta stage, if you want to make suggestions or give me some ideas of what to implement I'll be more than happy to listen to what you have to say!

Please report any problems or errors you have. Thanks!

You must login or register to view this content.

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

Credits:
aerosoul94

Enjoy!
Last edited by Red-EyeX32 ; 01-15-2015 at 06:28 AM.

The following 20 users say thank you to Red-EyeX32 for this useful post:

One, AlexNGU, ALI ALHILFI, ErasedDev, eTGxAlbo, Geo, LBK, LegitGamer264, MODZ4FUN420, Prom1ses, RatchetBooty, RGaming, Son-Of-A-Father, SyGnUs, TheSaltCracka, top_top, Vince, xhevanlyx, xRaW
01-15-2015, 06:26 AM #2
First
01-15-2015, 06:36 AM #3
RTE
Keep it real!
01-15-2015, 09:04 AM #4
top_top
Pokemon Trainer
Is untangled type .sprx

Thank you and it's a great workseb5594
01-15-2015, 02:07 PM #5
Maty360414
dev_hdd0/game/BLUS30377
GOOD GOOD< keep it up
01-15-2015, 02:49 PM #6
Good job
01-15-2015, 03:04 PM #7
Python
Bebe Snek
Thank's bro keep up the good work Smile
01-15-2015, 04:23 PM #8
LegitGamer264
Vault dweller
Can't wait to try this out when I get home from school
01-16-2015, 01:20 PM #9
Nice work. Can we make mods with that?
01-17-2015, 06:33 AM #10
MrToxlcBooty
I defeated!
Originally posted by EyeX32 View Post
Hi NextGenUpdate,
I haven't released anything for awhile and because of that I'm going to be releasing a library I spent quite a long time on.
This library will allow you to read, decompress, load some assets from the fastfile. This library supports all .ff files, and can show you the basic information from the fastfile. I will be leaving the source code with the tool!

The library would work for all .NET platforms.

The basic usage of the library is explained below:
    
Add the library as a reference at the top:
using AWFastFileLibrary;

Make an openFileDialog like I did:
private void openFastFileToolStripMenuItem_Click(object sender, EventArgs e)
{
OpenFileDialog openDialog = new OpenFileDialog();
if (openDialog.ShowDialog() == DialogResult.OK)
{
AdvancedWarfareFastFile ff = new AdvancedWarfareFastFile(openDialog.FileName);
}
}

AdvancedWarfareFastFile(string filePath);

To view the contents of a zone file, call this function:
AdvancedWarfareZoneFile zone = new AdvancedWarfareZoneFile();
zone.ReadZone(byte[] zone);


Also this library is currently in beta stage, if you want to make suggestions or give me some ideas of what to implement I'll be more than happy to listen to what you have to say!

Please report any problems or errors you have. Thanks!

You must login or register to view this content.

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

Credits:
aerosoul94

Enjoy!


What is this exactly used for...ik fast files but .-. I thought aw couldnt load custom ff's

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo