[Release] [Zombies] BO1 No Mans Land Survival map
-
This post is deleted!
-
Has now alternative ammo types ( Dead Wire, Fire Works and Thunder Wall )
-
Nice!
hmmm might do some messing around -
@dontknowletsplay I would suggest making a dvar for aim assist so people don't have to edit the code, you could do something like this
if( getDvar( "aim_assist_disable" ) != 1 ) { setDvar( "aim_assist_disable", 0 ); player thread AimAssist(); {
By default when you make a new dvar it will have a null value which (at least WaW) treats as 0, so 0 would be aim assist is enabled but then if a player typed aim_assist_disable 1 into console then it would no longer thread the function
-
John_Banana Thanks you, i knew this already but been way too lazy to add it. I guess i add it now.
-
@dontknowletsplay
Am I able to use this for a Mod I’m making? -
hindercanrun I don't know are you? If you asking premission to use it in your mod go ahead i don't mind.
-
@dontknowletsplay
not surprised that you don’t know me,
yeah i asked if I’m able to use it. -
@dontknowletsplay good map!!!!
-
THE MOON
-
hindercanrun THE MOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
-
Fixed Box hint with ReplaceFunc which will only work on Plutonium, if you want to play the mod on other version of bo1 you need to remove that function from line 13.
-
@dontknowletsplay remove the replacefunc part or you mean the whole thing?
-
@dontknowletsplay The function override error doesn't exist in Treyarch games so you can safely define a dummy function to support Steam versions.
Just doing
replacefunc( function1, function2 ) { }
is enough to do it.
The game won't use the function defined in script if the builtin exists. -
JezuzLizard said in [Release] [Zombies] BO1 No Mans Land Survival map:
replacefunc( function1, function2 )
{}
Just heads up. This does not work the game still takes that function instead the build in one.
-
-
I loved it man this is best small map of all time
-
dontknowletspl said in [Release] [Zombies] BO1 No Mans Land Survival map:
%localappdata%\Plutonium\storage\t5\maps
-
-
hey, just wondering, how'd you get this to work for ps3? if you can tell me, thanks
-
AuazzyReal There is only gsc injector for CFW DEX version of ps3 jailbreak. If you got that already there is installion file in my discord which link you can find in this post. There is also guide video which show how to install it. https://vimeo.com/740421968