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, 09:18 AM #2
-Smithy-
Call Me Sherminator !
Good work man !
Could you post a little more... Just for interest Happy

The following user thanked -Smithy- for this useful post:

T_Y_L_E_R
06-04-2010, 09:28 AM #3
Romen_Xelkorta
Are you high?
mp file, does that mean its the multiplayer file for private matchs you can host and play with other people across the world...
06-04-2010, 09:40 AM #4
Craig1690x
Stupid is Stupid does
Originally posted by PHUCER View Post
Good work man !
Could you post a little more... Just for interest Happy


yeah sure ill post more
06-04-2010, 09:42 AM #5
DEREKTROTTER
You're Goddamn Right
Originally posted by xMaJiCzX View Post
yeah sure ill post more


where did u.find the .ff file?

also do you know how to put these hacks in to work
06-04-2010, 09:46 AM #6
.. ? , Can you get this to work or you are just posting them ?
06-04-2010, 09:49 AM #7
To get the file i think you must decrypt your ps3s hdd
06-04-2010, 09:52 AM #8
Originally posted by lyncstaa View Post
To get the file i think you must decrypt your ps3s hdd

Sherlock , did you find this yourself ?
06-04-2010, 09:52 AM #9
Ever need someone to test and help just add my psn :TeamKiIla
06-04-2010, 09:56 AM #10
hear is a tut on how to decrypt it

You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo