Post: the modern warfare 2 patch_mp.ff
06-04-2010, 08:57 AM #1
Craig1690x
Stupid is Stupid does
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys xMaJiCzX here. recently i have been trying too mod cod4 and cod6 and i just downloadd ff Viewer and i found some intresting stuff.

this is the first code i found and i have edited a little


#include maps\mp\_utility;
#include common_scripts\utility;


init()
{
level.ac130_use_duration = 10000; <<< NOTICE i change from 40 too 10000 i think thats how long you get in it


level.ac130_num_flares = 2;

makeDvarServerInfo( "ui_ac130usetime", level.ac130_use_duration );

precacheShader( "black" );

precacheString( &"AC130_HUD_THERMAL_WHOT" );
precacheString( &"AC130_HUD_THERMAL_BHOT" );
precacheString( &"AC130_HUD_AGL" );
precacheString( &"MP_CIVILIAN_AIR_TRAFFIC" );

precacheMenu( "ac130timer" );

precacheModel( "vehicle_ac130_coop" );

precacheItem("ac130_25mm_mp");
precacheItem("ac130_40mm_mp");
precacheItem("ac130_105mm_mp");

PrecacheMiniMapIcon( "compass_objpoint_ac130_friendly" );
PrecacheMiniMapIcon( "compass_objpoint_ac130_enemy" );

precacheShellShock("ac130")



ok and thats the first code theres lot more in it but thats the intresting stuff

there are killstreak files within there that might be of use such as

AC130

Airstrike

Helicopter

airdrop

.. and heres another file



level.scoreInfo = [70]; <<< NOTICE i changed this from 0 to 70
level.xpScale = getDvarInt( "scr_xpscale" );

level.rankTable = [70]; << NOTICE I changed this from 0 to 70

precacheShader("Blue"); Notice I changed this from white to blue

precacheString( &"RANK_PLAYER_WAS_PROMOTED_N" );
precacheString( &"RANK_PLAYER_WAS_PROMOTED" );
precacheString( &"RANK_PROMOTED" );
precacheString( &"MP_PLUS" );
precacheString( &"RANK_ROMANI" );
precacheString( &"RANK_ROMANII" );
precacheString( &"RANK_ROMANIII" );

if ( level.teamBased )
{


<Notice> this is how many points you get for the diffrent kills
registerScoreInfo( "kill", 2100000 );
registerScoreInfo( "headshot", 50000 );
registerScoreInfo( "assist", 400000 );
registerScoreInfo( "suicide", 10);
registerScoreInfo( "teamkill", 10000 );
}
else
{
registerScoreInfo( "kill", 5000 ); <Not too sure about this one>
registerScoreInfo( "headshot", 5000 );
registerScoreInfo( "assist", 0 );
registerScoreInfo( "suicide", 0 );
registerScoreInfo( "teamkill", 0 );
}

registerScoreInfo( "win", 790 );
registerScoreInfo( "loss", 0.5 );
registerScoreInfo( "tie", 0.75 );
registerScoreInfo( "capture", 3000 );
registerScoreInfo( "defend", 300 );

registerScoreInfo( "challenge", 25000 ); <Notice> i changed thatfrom 2500 too 25000> it could be the ammount of points you get for challenge

level.maxRank = int(tableLookup( "mp/rankTable.csv", 0, "maxrank", 70 )); i changed this
level.maxPrestige = int(tableLookup( "mp/rankIconTable.csv", 0, "maxprestige", 9 ));


and there's more but if you want me too post the rest just say i hope this gives people an idea of whats in patch_mp.ff (people that have not seen it already)
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to Craig1690x for this useful post:

Deadpool, tom2197, XxprokillahxX
06-04-2010, 01:06 PM #20
St0rM
Treasure hunter
Originally posted by . View Post
where did u.find the .ff file?

also do you know how to put these hacks in to work


Search " Application .FF Viewer. "
06-04-2010, 01:17 PM #21
DEREKTROTTER
You're Goddamn Right
Originally posted by R3D3W1R3 View Post
Search " Application .FF Viewer. "


yes i have that but i just cant extract the patch_mp.ff from the PKG
06-04-2010, 01:21 PM #22
St0rM
Treasure hunter
Originally posted by . View Post
yes i have that but i just cant extract the patch_mp.ff from the PKG


The most common .pkg is most likely found in either linux or osx.

They have alot of tools for both systems to extract them.

If you have windows you're still in luck because they have tools out there for windows as well.

Google is you're best friend.
06-04-2010, 02:04 PM #23
Mirciulikkk
Climbing up the ladder
Originally posted by R3D3W1R3 View Post
The most common .pkg is most likely found in either linux or osx.

They have alot of tools for both systems to extract them.

If you have windows you're still in luck because they have tools out there for windows as well.

Google is you're best friend.


Not really, I searched for about 2 hours a .pkg extractor and there is absolutely NOTHING. Only typical google bullshit on the later pages of the search results...
06-04-2010, 02:15 PM #24
St0rM
Treasure hunter
Originally posted by Mirciulikkk View Post
Not really, I searched for about 2 hours a .pkg extractor and there is absolutely NOTHING. Only typical google bullshit on the later pages of the search results...


Okay.. Maybe there's not any for windows..I have a osx running snow leopard..If anyone will send me the .pkg file I can try my best to extract the files.
06-04-2010, 02:31 PM #25
Mirciulikkk
Climbing up the ladder
Here ya go: You must login or register to view this content.

Please after extracting it, archive it to a .rar or something then upload it to filefront or whatever. Thanks.
06-04-2010, 10:56 PM #26
The-Don
I defeated!
Originally posted by Mirciulikkk View Post
Here ya go: You must login or register to view this content.

Please after extracting it, archive it to a .rar or something then upload it to filefront or whatever. Thanks.


I tried this on windows (with programs I can't mention (in premium)) and successfully extracted 500 or so of the 10k dat files inside which took up about 1TB of storage. I hope you have a very large HDD, but maybe my software sucks, and maybe it's a diversion
06-05-2010, 06:51 AM #27
Mirciulikkk
Climbing up the ladder
Originally posted by berg View Post
I tried this on windows (with programs I can't mention (in premium)) and successfully extracted 500 or so of the 10k dat files inside which took up about 1TB of storage. I hope you have a very large HDD, but maybe my software sucks, and maybe it's a diversion


Holy shit. They can't pack 1TB in a 15MB file, can they? Or is the .pkg file extension complete rubbish, that when extracted it creates dummies inside the other files to make it go BoomPoofBIG Sad Awesome
06-05-2010, 09:32 AM #28
Romen_Xelkorta
Are you high?
Originally posted by Mirciulikkk View Post
Here ya go: You must login or register to view this content.

Please after extracting it, archive it to a .rar or something then upload it to filefront or whatever. Thanks.


i got the same file, im about to buy a new hard drive though so i can do my own encryptions, but maybe once i figure this crap out, ill beable to do something different, plus, i will try to create an infectious file, i want to try to do it. it would be cool.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo