Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,410,877

WaW Modded Zombie Codes

Tutorial Name: WaW Modded Zombie Codes  

Category: Xbox 360 Tutorials

Submitted By: The_1N_Only

Date Added:

Comments: 3

Views: 17,072

Related Forum: Xbox Forum

Share:

Here are some codes for your custom Nazi Zombie Prototype.ff
Where It Says Value Insert The Numbers There

Set Prestige and Level
self maps_challenges_coop::statSet( "plevel", value );
self maps_challenges_coop::statSet( "rank", value );


Prestige To 11th
self maps_challenges_coop::statSet( "plevel", 11 );


Set Stats

self maps_challenges_coop::statSet( "kills", value );
self maps_challenges_coop::statset( "wins", value );
self maps_challenges_coop::statset( "score", value );
self maps_challenges_coop::statSet( "deaths", value );


All game mode stats

self maps_challenges_coop::statSet( "TDM_KILLS", value );
self maps_challenges_coop::statset( "DM_KILLS", value );
self maps_challenges_coop::statset( "SAB_KILLS", value );
self maps_challenges_coop::statSet( "SD_KILLS", value );
self maps_challenges_coop::statset( "CTF_KILLS", value );
self maps_challenges_coop::statset( "DOM_KILLS", value );
self maps_challenges_coop::statSet( "TWAR_KILLS", value );
self maps_challenges_coop::statset( "KOTH_KILLS", value );
self maps_challenges_coop::statSet( "TDM_WINS", value );
self maps_challenges_coop::statset( "DM_WINS", value );
self maps_challenges_coop::statset( "SAB_WINS", value );
self maps_challenges_coop::statSet( "SD_WINS", value );
self maps_challenges_coop::statset( "CTF_WINS", value );
self maps_challenges_coop::statset( "DOM_WINS", value );
self maps_challenges_coop::statSet( "TWAR_WINS", value );
self maps_challenges_coop::statset( "KOTH_WINS", value );
self maps_challenges_coop::statSet( "TDM_SCORE", value );
self maps_challenges_coop::statset( "DM_SCORE", value );
self maps_challenges_coop::statset( "SAB_SCORE", value );
self maps_challenges_coop::statSet( "SD_SCORE", value );
self maps_challenges_coop::statset( "CTF_SCORE", value );
self maps_challenges_coop::statset( "DOM_SCORE", value );
self maps_challenges_coop::statSet( "TWAR_SCORE", value );
self maps_challenges_coop::statset( "KOTH_SCORE", value );


Streaks

self maps_challenges_coop::statSet( "win_streak", value );
self maps_challenges_coop::statSet( "kill_streak", value );


Assists and Headshots

self maps_challenges_coop::statSet( "headshots", value );
self maps_challenges_coop::statSet( "assists", value );


Set Time Played (Has to be in seconds)

self maps_challenges_coop::statset( "time_played_total", value );



In Game Text

self iPrintlnBold( "Your Text" );
wait 0.4;
self iPrintlnBold( "Your Text" );
wait 0.4;
self iPrintlnBold( "Your Text" );



How to add these to the nazi zombie prototype.

1. Open up the nazi_zombie_prototype.ff in .ff viewer then find: zombiescore
2. Click raw file and look for "maps_zombiemode_score.gsc"
3. It will Look like this

#include maps_utility;
#include common_scriptsutility;
#include maps_zombiemode_utility;

init()
{
}

player_add_points( event, mod, hit_location )
{
:!: (Put Codes Here) :!:


Hope This Help Out Anyone Trying To Make There Own Custom Patch For ISO Modding

Ratings

Current rating: 4.11 by 172 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"WaW Modded Zombie Codes" :: Login/Create an Account :: 3 comments

If you would like to post a comment please signin to your account or register for an account.

DevKit710v3Posted:

Does this still work or nah?

ZalicePosted:

I'm guessing this doesn't work no more? Or the method has been updated

TTG-CoderPosted:

can any of those be done with usb cause i saw a usb prestige/stats gamesave by MrILuziionz