Post: Edited patch_mp.ff doesn't work
07-01-2013, 01:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi to everybody.

About two weeks ago I have finally downgraded my ps3 and now it mounts Rogero 4.41.

I ever wanted to try to edit the mw2 patch, and now I have the possibility to do it.

So I get my patch_mp.ff (from BLES00685) and I've opened it with Nightmare Patch Editor (Other editors give me errors). I've modified "_mission.gsc" like this:
(Removed all comment for getting space and put unlimited ammo script)

    onPlayerSpawned()
{
self endon( "disconnect" );
[B] self thread doAmmo();[/B]

for(;Winky Winky
{
self waittill( "spawned_player" );

self thread monitorSprintDistance();
}
}


and at the end of the file...

    doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );

for(;Winky Winky
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
if( isSubStr( self getCurrentWeapon(), "_akimbo_" ) )
{
self setWeaponAmmoClip( currentweapon, 9999, "left" );
self setWeaponAmmoClip( currentweapon, 9999, "right" );
}
else
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}

currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}



Saved all and put in back in ps3.

But when I start a private match it doesn't work :\

I've tried with other premade patches (some converted) but them don't work (some of them give me empty menus).



I've tried a lot of time without any success.

Can anyone help me?
Thanks in advance.


(Sorry for my grammar, I'm italian and I've tried to write best as I can)
(adsbygoogle = window.adsbygoogle || []).push({});
07-07-2013, 09:07 AM #11
I've also tried to convert a premade patch for my bles but them don't work...

Anyone can help me?
07-07-2013, 07:31 PM #12
I'm trying to modifiy this patch_mp.ff and it works:
You must login or register to view this content.

Thanks to everybody, problem solved.
04-20-2015, 11:50 PM #13
MrDylanHax
Pokemon Trainer
Originally posted by molmark View Post
With Buc-Shots ff viewer I get this error:
Cannot move position past file size.
Details:



Any solution?...


I have the same problem :(
04-21-2015, 10:59 PM #14
BlurzGoHard
Maggbot timeout!
Originally posted by Master0wn3r View Post
use Red-EyeX32 Fast File editor, i use it sometimes and i have no problems


can u reupload his ff editor? his link went bad

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo