Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

dontknowletsplundefined

dontknowletspl

@dontknowletspl
About
Posts
337
Topics
22
Shares
0
Groups
0
Followers
90
Following
9

Posts

Recent Best Controversial

  • [Release] [Zombies] Black Ops 2 Nacht Der Untoten
    dontknowletsplundefined dontknowletspl

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

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Nacht Der Untoten
    dontknowletsplundefined dontknowletspl

    adrian0125 this is old version of my nacht map

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Nacht Der Untoten
    dontknowletsplundefined dontknowletspl

    MidnightBlue i don't host servers myself at the moment and i have not seen any public ones yet.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Diner - Custom Survival
    dontknowletsplundefined dontknowletspl

    @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)

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Nacht Der Untoten
    dontknowletsplundefined dontknowletspl

    DA663R 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

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Share Mystery box & Perks in Mysterybox
    dontknowletsplundefined dontknowletspl

    UPDATE 2:

    i was bored this morning and got this done.

    Now player can get perks from mystery box aswell

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    techboy04gaming did some changes and i think this should be fixed now.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    @tranzitzucks did some changes and i think these should be fixed now. report back if it still crash.

    BO2 Modding Releases & Resources

  • [ZM] Pull Coordinates of a Specific Location
    dontknowletsplundefined dontknowletspl

    xzz01 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;
    }
    
    BO2 Modding Support & Discussion

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    moaidm2 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.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    moaidm2 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.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] The Bus - Custom survival
    dontknowletsplundefined dontknowletspl

    UPDATE: ZECxR3ap3r made new safe area and small shootable easter egg for the map.

    BO2 Modding Support & Discussion

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    moaidm2 can you maybe tell your last effects been used? i tried to get this error without luck.. fast restart works fine for me.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    AlexFenlon added ability to change timer like in bo3. it still might cause some issues and crashes so please report any

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    @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.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    AlexFenlon 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.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 2 Chaos Mode
    dontknowletsplundefined dontknowletspl

    bluejob01 i fixed the issue. thank you for reporting it.

    BO2 Modding Releases & Resources
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate