Originally posted by A3RO
kk i dont know y u dont want to update ur ps3 but i kno there is a custom firmware by geohot which wiill let u keep the other os option and otherthings but i dont know if this will help check out geohots blog 4 the download
kk
He isnt going to be releasing the custom pup file
geohot is iggnorent i really dont like him.
Anyways i bought another WaW for my other ps3, and if
you guys are wondering the script didnt work, they're hardcoded into the map, but i do have a working round skip script working on the first map. If anybody wants to mess arround we can go into lan.
But for some reason when the round skip starts it goes to round 3, 5, or 6 then zombies start spawning but its only 1 zombie a round i guess i'll change the script a little, and ttry to keep them from spawning. Im not sure if it will go onto the leaderboards since its in lan and the ps3 that would be hosting doesnt even have a psn acc. Theres A 50/50 chance cause on xbox it will go on the leaderboards i system link. Anotherthing im get scripts to work but anytime i try to add something like doDvars() thread the game doesent boot.
I might be able to sneak in dvars in a default thread like in this one
init_dvars()
{
level.zombiemode = true;
//coder mod: tkeegan - new code dvar
setSavedDvar( "zombiemode", "1" );
if( GetDvar( "zombie_debug" ) == "" ) // change this to sv_saveGameAvailable "1"
{
SetDvar( "zombie_debug", "0" );
}
if( GetDvar( "zombie_cheat" ) == "" )
{
SetDvar( "zombie_cheat", "0" );
}
}
the save_gameavailable is a dvar i really want in to get a zombie save on ps3 that dvar allows you to save and quit on a zombie map just like you can in campain...