no rome yes you can play it in private match with friends

dontknowletspl
Posts
-
[Release] [Zombies] Black Ops 2 Nacht Der Untoten -
[Release] [Zombies] Black Ops 2 Nacht Der Untotenadrian0125 this is old version of my nacht map
-
[Release] [Zombies] Black Ops 2 Nacht Der UntotenMidnightBlue i don't host servers myself at the moment and i have not seen any public ones yet.
-
[Release] [Zombies] Diner - Custom Survival@Tentha-Chan this is older version of the mod and the file you were trying was not compiled. here is link for newer version which is compiled. https://github.com/whydoesanyonecare/Plutonium-versions-of-custom-maps/raw/main/compiled/Latest_release_plutonium_diner_compiled.gsc
(aim assist for controller is not working anymore after plutonium added its own aim assist)
-
[Release] [Zombies] Black Ops 2 Nacht Der UntotenDA663R download zip has installion guide in readme.md file. "INSTALL: run double_click_to_open_installion_folder.bat file which opens installion folder then copy nacht_plutonium.gsc to that folder. after this you are done and you can start the game. this map work in transit green run."
OR just manually copy the gsc file to %localappdata%\Plutonium\storage\t6\scripts\zm
if you don't have these folders you can create them with double_click_to_open_installion_folder.bat
-
[Release] [Zombies] Share Mystery box & Perks in MysteryboxUPDATE 2:
i was bored this morning and got this done.
Now player can get perks from mystery box aswell
-
[Release] [Zombies] Black Ops 2 Chaos Modetechboy04gaming did some changes and i think this should be fixed now.
-
[Release] [Zombies] Black Ops 2 Chaos Mode@tranzitzucks did some changes and i think these should be fixed now. report back if it still crash.
-
[ZM] Pull Coordinates of a Specific Locationxzz01 not sure if you can print walls origin but you can use something like this
print_origin() { for(;;) { if(self MeleeButtonPressed()) { iPrintLn(self.origin + (0,0,55) + vector_scal(AnglesToForward( self getplayerangles()), 10)); wait 1; } wait 0.05; } } vector_scal( vec, scale ) { vec = ( vec[ 0] * scale, vec[ 1] * scale, vec[ 2] * scale ); return vec; }
-
[Release] [Zombies] Black Ops 2 Chaos Modemoaidm2 anything that could maybe help me find the error. do you have other scripts, does it only happen in motd? does it only happen after some time or can you use fast_restart in early rounds.
-
[Release] [Zombies] Black Ops 2 Chaos Modemoaidm2 i need some more information because i played to round 16 and got random fov few times and still the fast_restart worked fine after i died.
-
[Release] [Zombies] The Bus - Custom survivalUPDATE: ZECxR3ap3r made new safe area and small shootable easter egg for the map.
-
[Release] [Zombies] Black Ops 2 Chaos Modemoaidm2 can you maybe tell your last effects been used? i tried to get this error without luck.. fast restart works fine for me.
-
[Release] [Zombies] Black Ops 2 Chaos ModeAlexFenlon added ability to change timer like in bo3. it still might cause some issues and crashes so please report any
-
[Release] [Zombies] Black Ops 2 Chaos Mode@lResxt line 374 has the time and 600 is 30 seconds.
line 502 has task timer because some task last 30 seconds.both these should be modified because of some tasks might cause crash while active same time.
-
[Release] [Zombies] Black Ops 2 Chaos ModeAlexFenlon it's possible and i have basically done it already just need to do some little fixes for the tasks because some tasks together might cause crash.
will update the code when its done. untill then u can change the time in source code and compile it yourself.
-
[Release] [Zombies] Black Ops 2 Chaos Modebluejob01 i fixed the issue. thank you for reporting it.