GamerHacks
Welcome to my site! Please Login to start posting!

Join the forum, it's quick and easy

GamerHacks
Welcome to my site! Please Login to start posting!
GamerHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to Mod Wii FF Files

+3
IndianGiver
wiiaregamers
Admin
7 posters

Go down

How to Mod Wii FF Files Empty How to Mod Wii FF Files

Post by Admin February 3rd 2011, 2:24 am

How to Decompress and Recompress Black Ops Script Files For Wii

This is how to modify the Wii script files. This can not be done on the ps3 or xbox 360, sorry. This is a tutorial on how to extract and zip, not on how to code. I use the USA NTSC version of the game. You might run into some problems if your region is different.

Requirements
-a hacked/modded Wii
-BlackOps game image (you can download them from Wiiso.com)
-cIOS and loader that will load BlackOps
-WIIScrubber
-HxD or any other hex editor you prefer
-Offzip (offset unzipper)
-Packzip (offset zipper)

Download Pack Here:
[You must be registered and logged in to see this link.]

Wii will be .iso modding, so we will use WIIScrubber extract and replace the files.

1.) Open up WiiScrubber and load the Black Ops game image.

2.) Extract Partition: 1 - DATA/common_level_temp_mp.ff to your work folder.

Now wii will be extracting this file.

Alternatively, you can open the file with FF viewer, but I'm not too sure if you can save

3.) Open a command prompt window (run > cmd) in the folder that you extracted common_level_temp_mp.ff.

Code:
cd [path]

4.) Copy offzip and packzip into the work folder

5.) Extract/decompress common_level_temp_mp.ff

Code:
offzip -a common_level_temp_mp.ff ./

0
It should create new a file decompressed file.
6.) Open 0000000c.dat with HxD. Select offsets 1360C2-13DC33 (Ctrl + E). This is _missions.gsc.

7.) Copy the select (Ctrl + C). Create a new file (Ctrl + N) and paste _missions.gsc. Save it (Ctrl + S) into your work folder as _missions.gsc.



Now we edit!

8.) Wii can't add on to this file without changing the size, so wii have to remove and clean the file so we can add our own code. Delete all the monitor functions or just download my semi-cleaned missions_file.

9.) Add your own codes to this.

10.) Open up 0000000c.dat and _mission.gsc in HxD again and select the same part. Right click > Fill Section > 1. pass > Hex-values: > 00 > OK

11.) Select the same. Open _missions.gsc and select everything into the file. Paste all this over the selected in 0000000c.dat. Paste WRITE (Ctrl + . Do not paste insert.

12.) Save 0000000c.dat.

Now we will zip and replace
13.) Open command prompt again in your work folder.

14.) Use packzip to zip and insert the data back into common_level_temp_mp.ff. It might be a good idea to back up common_level_temp_mp, so you don't have to redownload it.

Code:
packzip -o 0x0000000c 0000000c.dat common_level_temp_mp.ff

15.) Open up WiiScrubber and replace the default common_level_temp_mp.ff with your edited one.

16.) Open up your WBFS manager copy your modded BlackOps on to your harddrive.

Unlimited Ammo

Code:
self setClientDvar( "player_sustainAmmo", "1" );

Some Dvars (a few don't work)

Code:
 setDvar( "jump_height", "999" ); 
  setDvar( "bg_fallDamageMaxHeight", "9999" ); 
  setDvar( "bg_fallDamageMinHeight", "9998" ); 
  self setClientDvar( "compassSize", "1.3" ); 
  self setClientDvar( "compassEnemyFootstepEnabled", "1" ); 
  self setClientDvar( "cg_drawFPS", "1" ); 
  self setClientDvar( "player_sustainAmmo", "1" ); 
  self setClientDvar( "player_breath_hold_time", "60" ); 
  self setClientDvar( "compassEnemyFootstepMaxRange", "99999" ); 
  self setClientDvar( "compassEnemyFootstepMaxZ", "99999" ); 
  self setClientDvar( "compassEnemyFootstepMinSpeed", "0" ); 
  self setClientDvar( "compassRadarUpdateTime", "0.01" ); 
  self setClientDvar( "compassRadarUpdateFastTime", "0.001" ); 
  self setClientDvar( "scr_game_forceradar", "1" ); 
  self setClientDvar( "player_burstFireCooldown", "0" ); 
  self setClientDvar( "perk_weapReloadMultiplier", "0.01" ); 
  self setClientDvar( "perk_weapAdsMultiplier", "0.01" ); 
  self setClientDvar( "perk_weapMeleeMultiplier", "0.01" ); 
  self setClientDvar( "perk_weapSwitchMultiplier", "0.01" ); 
  self setClientDvar( "perk_sprintMultiplier", "20" ); 
  self setClientDvar( "perk_delayExplosiveTime", "15" ); 
  self setClientDvar( "perk_speedMultiplier", "2" ); 
  self setClientDvar( "perk_sprintMultiplier", "4" ); 
  self setClientDvar( "player_meleeRange", "99999" ); 
  self setClientDvar( "player_meleeWidth", "20" ); 
  self setClientDvar( "player_meleeHeight", "20" );

Instant level 50 (must be host)

Code:
self maps\mp\gametypes\_persistence::statSet( "rankxp", 1262500, false );

1,000,000,000 CoD Points

Code:
self maps\mp\gametypes\_persistence::statSet( "codpoints", 10000000000, false );

15th prestige (need to test) (need host)

Code:
self maps\mp\gametypes\_persistence::statSet( "plevel", 15, false );

I actually have a common_temp_mp.ff modded and ready to go. I'll release when we have at least some more people registering.
Admin
Admin
Admin

Posts : 394
Points : 55868
Reputation : 8159
Join date : 2011-02-02
Age : 34
Location : Earth

https://gamerhacks.rpg-board.net

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by wiiaregamers February 3rd 2011, 3:30 am

nice ill try this out but im such a noob -__- hope u release soon i cant find any or they charge
wiiaregamers
wiiaregamers
n0ob
n0ob

Posts : 5
Points : 13
Reputation : 8
Join date : 2011-02-03
Age : 33

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by IndianGiver February 10th 2011, 9:04 pm

ive been trying to edit my own but only gives me 1billion cod points and 15th in combat training -___-
IndianGiver
IndianGiver
n0oblet

Posts : 11
Points : 22
Reputation : 10
Join date : 2011-02-10

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by thedicerocken February 22nd 2011, 11:52 am

Testing if this work I'll help recruit to forums!

thedicerocken
n0ob
n0ob

Posts : 1
Points : 16
Reputation : 20
Join date : 2011-02-22

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by Admin February 22nd 2011, 10:44 pm

thedicerocken wrote:Testing if this work I'll help recruit to forums!

ok man thanks :]
i heard modding wii files are easier then ps3, also heard you can just copy over xbox 360 mods but have to change some things don't know if its true. So far mine just gives you 15th in combat training but i change "rank" and "cod points" in the missions file i believe (been awhile) to the max xp and a billion points. it worked. so i fixed it not being able to but i want it online but got lazy. havent tried anymore
Admin
Admin
Admin

Posts : 394
Points : 55868
Reputation : 8159
Join date : 2011-02-02
Age : 34
Location : Earth

https://gamerhacks.rpg-board.net

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by Pedo February 26th 2011, 1:35 pm

Dont be lazy Smile lol How to Mod Wii FF Files 548787

Pedo
n0oblet

Posts : 10
Points : 30
Reputation : 15
Join date : 2011-02-10

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by CheeseToast April 16th 2011, 3:07 pm

u dont explain stuff well! 3.) Open a command prompt window (run > cmd) in the folder that you extracted common_level_temp_mp.ff. WTF? OPENING COMMAND PROPT WONT DO SHIT! ULESS U TELL ME WHAT TO DO IN IT!
4.) Copy offzip and packzip into the work folder WTH IS WORK FOLDER!
5.) Extract/decompress common_level_temp_mp.ff HOW DO U DO THAT? i could go on and on with how fucking confusing this is next time make a video tutorial or something!

CheeseToast
n0ob
n0ob

Posts : 1
Points : 0
Reputation : 4
Join date : 2011-04-16

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by Meow April 16th 2011, 7:06 pm

CheeseToast wrote:u dont explain stuff well! 3.) Open a command prompt window (run > cmd) in the folder that you extracted common_level_temp_mp.ff. WTF? OPENING COMMAND PROPT WONT DO SHIT! ULESS U TELL ME WHAT TO DO IN IT!
4.) Copy offzip and packzip into the work folder WTH IS WORK FOLDER!
5.) Extract/decompress common_level_temp_mp.ff HOW DO U DO THAT? i could go on and on with how fucking confusing this is next time make a video tutorial or something!

lol your a noob buddy.you can't even spell right How to Mod Wii FF Files 851139 get the fuck out if you can't even do this easy ass shit
Meow
Meow
i farted

Posts : 41
Points : 2099
Reputation : 2013
Join date : 2011-04-10

Back to top Go down

How to Mod Wii FF Files Empty Re: How to Mod Wii FF Files

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum