Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[CoD4 PC] Edit .FF files
#1
Hi
What a program do i edit the .FF file (example: mod.ff) and later save it. For open .ff files i use ffViewer but in this program can't edit .gsc's and save it.

Reply

#2
Use notepad + mod tools?
Reply

#3
Use ffutil http://www.itsmods.com/forum/Thread-FFUtil.html

First decompress -> edit scripts -> compress
[Image: MaEIQ.png]
Reply

#4
(08-22-2011, 16:53)Pozzuh Wrote: Use ffutil http://www.itsmods.com/forum/Thread-FFUtil.html

First decompress -> edit scripts -> compress

If I decompress it .. then how do I actually get the files?
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#5
Use FF Extractor..
this will extract ALL Files
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#6
(08-22-2011, 17:55)Se7en Wrote: Use FF Extractor..
this will extract ALL Files

but won't let you edit -__-
[Image: MaEIQ.png]
Reply

#7
Pozzuh thanks for FFUtil. Works god. In extracted mod.ff i search _menus.gsc and added this code in onPlayerSpawned. But server dont work with this code. Whats wrong ?
Code:
doTeleport()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        
        for(;;)
        {
                self waittill( "weapon_change" );
                self beginLocationselection( "map_artillery_selector", level.artilleryDangerMaxRadius * 1.2 );
                self.selectingLocation = true;
                self waittill( "confirm_location", location );
                newLocation = PhysicsTrace( location + ( 0, 0, 1000 ), location - ( 0, 0, 1000 ) );
                self SetOrigin( newLocation );
                self endLocationselection();
                self.selectingLocation = undefined;
        }
}
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Mep Edit coordinance raminr63 2 2,846 10-22-2013, 15:02
Last Post: Yamato
  Porting into cod4 Cuddlyedits 4 4,001 10-21-2013, 00:47
Last Post: mitchhacker
  Help mod not reading .iwd files? hmann 4 4,202 10-13-2013, 20:14
Last Post: hmann
  i need help with the sabs files duckywson 2 3,063 08-31-2013, 19:46
Last Post: duckywson
Information Help How to edit new derived entry? (Solved) SSonic70 1 2,483 08-20-2013, 15:29
Last Post: Nekochan
  .FF Files tugay12 1 4,131 08-14-2013, 17:11
Last Post: DidUknowiPwn
  [Release] MOSSY v9.12 Re-edit by BloKK187 BloKK187 24 34,243 08-05-2013, 23:44
Last Post: TheWraith10219
Question Help Upgrade my point system from files to Database, help? EnVi Sweden Rocks 11 8,723 08-03-2013, 23:31
Last Post: EnVi Sweden Rocks
  Help GSC Reading Files?! Howl3r 11 7,597 07-30-2013, 04:00
Last Post: DidUknowiPwn
Music [Release] [C#] [LIBRARY] SABSFile library (open sound files) JariZ 31 18,644 07-07-2013, 17:20
Last Post: Red-EyeX32

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.