Tutorials Navigation
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,149
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 );
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" );
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
Comments
TTG-CoderPosted:
can any of those be done with usb cause i saw a usb prestige/stats gamesave by MrILuziionz
Related Tutorials
- 01. How to remove family settings/parental controls on Xbox 360(4,209)
- 02. Pico Flasher ISD / Sonus Programming(3,616)
- 03. College Football Revamped Tutorial/Installation(7,202)
- 04. (JTAG/RGH) How-To Download, Extract & Play Goldeneye 007(7,323)
- 05. Darkest of Days Achievement Guide [XBOX 360](2,977)
- 06. College Hoops 2K6 Achievement Guide [XBOX 360](3,261)
- 07. Blazing Angels Achievement Guide [XBOX 360](3,274)
- 08. Avatar: The Burning Earth Achievement Guide(3,811)
- 09. 2006 FIFA World Cup Achievement Guide [XBOX 360](4,713)
- 10. Turok: Sniper!(2,507)
- 11. Turok: Impaler Ribbon(2,351)
- 12. Turok: Dino Dominance(2,392)
- 13. 0 Day Attack on Earth Achievements Guide(3,109)
- 14. Turok: Sell Your Shotguns(2,554)
- 15. Terminator: Salvation Achievement Guide(3,049)
"WaW Modded Zombie Codes" :: Login/Create an Account :: 3 comments