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)
07-01-2013, 02:08 PM #2
Cesei
Banned
Same thing happens with me the ff viewer tool don't save properly.
When I used a different ff viewer I get a couple errors but it still lets me edit it. Once I put it in my ps3 I get unknown cmd and stuff.
07-01-2013, 04:23 PM #3
If I try with other ff viewer I get errors like:
- bad state (incorrect header check)
- bad state (unknown compression method (0x39))

Any solution? :/
07-01-2013, 04:28 PM #4
Master0wn3r
I’m too L33T
use Red-EyeX32 Fast File editor, i use it sometimes and i have no problems

The following user thanked Master0wn3r for this useful post:

molmark
07-01-2013, 04:43 PM #5
I've downloaded it just now but it doesn't work, neither on my pc nor on my house pc :/

EDIT: I'm trying to install Framework 4.5.
07-01-2013, 05:01 PM #6
Master0wn3r
I’m too L33T
Originally posted by molmark View Post
I've downloaded it just now but it doesn't work, neither on my pc nor on my house pc :/

EDIT: I'm trying to install Framework 4.5.


all redeyes tools require framework 4.5
07-01-2013, 05:05 PM #7
Yes installed and now works, but when I try to open my patch I get this error:
You must login or register to view this content.

Followed by other strange errors. After those the program get blocked.
07-01-2013, 05:36 PM #8
Ok

The best tool to use is Buc-Shots, when you edit a GSC but you want to keep the zone edits also, do not use Red-eye's or TheFallen's FF tool's and they make the .ff into a custom ff, thus deleting the zone from the patch. The best thing to do is to use the "remove user comments" then add in your own stuff to the init etc. and remove other things that aren't necessary. But do not exceed the max raw file size !

You must login or register to view this content.

The following user thanked DarkeningSanity for this useful post:

molmark
07-01-2013, 06:09 PM #9
With Buc-Shots ff viewer I get this error:
Cannot move position past file size.
Details:
Originally posted by another user

************** Exception text **************
System.Exception: Cannot move position past file size
in X360.IO.DJsIO.ReadInt32()
in PS3_FastFile_Editor.Form1.GetGSCs()
in PS3_FastFile_Editor.Form1.openMW2()
in PS3_FastFile_Editor.Form1.menuFileOpen_Click(Object sender, EventArgs e)
in System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
in System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
in System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
in System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
in System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
in System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ScrollableControl.WndProc(Message& m)
in System.Windows.Forms.ToolStrip.WndProc(Message& m)
in System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assembly loaded **************
mscorlib
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PS3 FastFile Editor
Versione assembly: 1.0.0.0
Versione Win32: 1.0.0.0
Base di codice: file:///C:/Users/Molinari/Desktop/BUC/PS3%20FastFile%20Editor%20XP/PS3%20FastFile%20Editor.exe
----------------------------------------
System.Windows.Forms
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ICSharpCode.TextEditor
Versione assembly: 3.2.0.5777
Versione Win32: 3.2.0.5777
Base di codice: file:///C:/Users/Molinari/Desktop/BUC/PS3%20FastFile%20Editor%20XP/ICSharpCode.TextEditor.DLL
----------------------------------------
System.Windows.Forms.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Core
Versione assembly: 3.5.0.0
Versione Win32: 3.5.30729.5420 built by: Win7SP1
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5420 (Win7SP1.050727-5400)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
PackageIO
Versione assembly: 0.1.7.0
Versione Win32: 0.1.7.0
Base di codice: file:///C:/Users/Molinari/Desktop/BUC/PS3%20FastFile%20Editor%20XP/PackageIO.DLL
----------------------------------------
Microsoft.VisualBasic
Versione assembly: 8.0.0.0
Versione Win32: 8.0.50727.5420 (Win7SP1.050727-5400)
Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Ionic.Zip
Versione assembly: 1.8.4.28
Versione Win32: 1.8.4.28
Base di codice: file:///C:/Users/Molinari/Desktop/BUC/PS3%20FastFile%20Editor%20XP/Ionic.Zip.DLL
----------------------------------------
mscorlib.resources
Versione assembly: 2.0.0.0
Versione Win32: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
X360
Versione assembly: 1.0.0.12
Versione Win32: 1.0.0.12
Base di codice: file:///C:/Users/Molinari/Desktop/BUC/PS3%20FastFile%20Editor%20XP/X360.DLL
----------------------------------------



Any solution?...
Last edited by molmark ; 07-01-2013 at 10:09 PM.
07-03-2013, 06:25 PM #10
Up :(

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo