What's new

CoD Black Ops Mods for the Wii

Majora

Majora

Enthusiast
Messages
453
Reaction score
94
Points
95
Sin$
0
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:

http://www.mediafire.com/?8z24dlc4zdmid56

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 wii 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 + B). Do not paste insert.

12.) Save 0000000c.dat.

Now wii 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.

I might add some codes here later on as I make a figure them out. I might add some pictures too. I don't expect much people to have a Wii so we'll see what happens. It's Wii, I don't know if wii care. I'll get some Wii Black Ops challenge lobbies up soon.

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 ); 
code]

Change 15 to 16 if wanted

[b]Thanks to Decryption for this tutorial![/b]

Note: I realize this is the xbox 360 forum. But Se7ensins doesn't have a black ops modding forum for the wii.
 
Last edited by a moderator:
Garretts228

Garretts228

Enthusiast
Seasoned Veteran
Messages
826
Reaction score
74
Points
95
Sin$
0
T-T-G why's it matter, most ppl here are xbox360 modders.. ?
What *No Advertising*? it does matter, just because its a xbox360 forum doesnt mean everyone here doesnt have a wii they would like to mess with :smile: I need a good forum for wii mods so that why i was asking.
 
Hackzz

Hackzz

Enthusiast
Messages
1,295
Reaction score
100
Points
160
Sin$
0
What *No Advertising*? it does matter, just because its a xbox360 forum doesnt mean everyone here doesnt have a wii they would like to mess with :smile: I need a good forum for wii mods so that why i was asking.


http://www.se7ensins.com/forums/forum/85-wii-modding/
 
Codster333

Codster333

Enthusiast
Messages
140
Reaction score
65
Points
85
Sin$
0
Dude i love you ur amazing keep it up man ive been trying to figure this out for a while
 
T

tomvii

Newbie
Messages
13
Reaction score
0
Points
35
Sin$
0
:tongue: very good tutorial, but could make a small mod and
upload? to see differences and become more original
with item thanks in advance



PD:I managed to create a mod for level 50 and prestige, how
I can put a code for the host. ff?

self setClientDvar( "party_hostmigration", "0" );??????
 
C

ChemistryFan

Newbie
Messages
4
Reaction score
0
Points
35
Sin$
0
hey everybody, i am a total noob to iso modding, starting with cod bo for the wii before i wreck my xbox... i can't seem to get this to work though, if anyone has gotten this to work and wants to help me that would be awesome. Thanks!
 
Z

zStobeLight

Enthusiast
Messages
117
Reaction score
9
Points
70
Sin$
0
Could someone please help me. Where do I insert the dvars? Do I place them into my _missions.gsc, common_level_temp_mp.ff, or code_post_gfx_mp.ff? Or maybe some other files? Please reply.
 
Decryption

Decryption

Banned
Messages
339
Reaction score
46
Points
85
Sin$
0
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:

http://www.mediafire.com/?8z24dlc4zdmid56

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 wii 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 + B). Do not paste insert.

12.) Save 0000000c.dat.

Now wii 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.

I might add some codes here later on as I make a figure them out. I might add some pictures too. I don't expect much people to have a Wii so we'll see what happens. It's Wii, I don't know if wii care. I'll get some Wii Black Ops challenge lobbies up soon.

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 );  
code]

Change 15 to 16 if wanted
[/spoiler]

[size="7"]How'd you like all the wii puns? :P[/size]

[b]Thanks to Decryption for this tutorial![/b]

Note: I realise this is the xbox 360 forum. But Se7ensins doesn't have a black ops modding forum for the wii.
[/quote]
Thanks For Giving Me Credit :P.
 
Top Bottom
Login
Register