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] The Bus - Custom survival
    dontknowletsplundefined dontknowletspl

    My Bad. Thank you.

    BO2 Modding Support & Discussion

  • [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 1 Custom Power ups
    dontknowletsplundefined dontknowletspl

    sehteria yes it should work. i cannot test because i have not been able to join my server.

    BO1 Modding Releases & Resources

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

    AdventPyro sorry about that i have to fix it.

    edit: i made some changes it should work fine with 8 players.

    BO2 Modding Support & Discussion

  • [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 1 Custom Power ups
    dontknowletsplundefined dontknowletspl

    sehteria Added this message to the file and updated the link.

    81ed16a9-2b0d-484f-94bd-f0037a850775-kuva.png

    BO1 Modding Releases & Resources

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

    @MadNess76 all you need to do is click the compiled file link and download the file. after downloaded you move the file to %localappdata%\Plutonium\storage\t6\scripts\zm folder (if you dont have the folders you make them)

    now you can start transit map and you should spawn in different place then normally.

    BO2 Modding Support & Discussion

  • [Release] [Zombies] Rooftop/Bridge - Custom survival maps
    dontknowletsplundefined dontknowletspl

    @AD-BOY7 i fixed the shield and maybe later i will add ability to upgrade tomahawk.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 1 Custom Power ups
    dontknowletsplundefined dontknowletspl

    sehteria It might take longer to load in to the server and the message does not show up anymore. Added it kinda stupid way.

    Updated the link in comments once more now the message should show up on server after player has spawned.

    BO1 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] Rooftop/Bridge - Custom survival maps
    dontknowletsplundefined dontknowletspl

    UPDATE: custom perk icons now work on all resolutions

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 1 aim assist
    dontknowletsplundefined dontknowletspl

    Added support for special zombies like dogs.

    BO1 Modding Releases & Resources

  • Is infinite death machine possible? (with mods)
    dontknowletsplundefined dontknowletspl

    UserMCBG minigun is unlimited ammo weapon and you can give it to player in maps which has it.

    Save it as you like with .gsc extension and copy it to %localappdata%/plutonium/storage/t5/scripts/sp

    init()
    {
        if ( GetDvar( #"zombiemode" ) == "1" )
    	{
    		level thread onPlayerConnect();
        }
    }
    
    onPlayerConnect()
    {
    	level endon("end_game");
        for(;;)
        {
            if(isDefined(level.player_too_many_weapons_monitor) && level.player_too_many_weapons_monitor)
    			level.player_too_many_weapons_monitor = 0;
            level waittill("connected", player);
            player thread onPlayerSpawned();
        }
    }
    
    onPlayerSpawned()
    {
        self endon("disconnect");
    	level endon("end_game");
        self waittill("spawned_player");
        wait 4;
        self giveweapon("minigun_zm");
        self switchtoweapon("minigun_zm");
    }
    
    BO1 Modding Support & Discussion

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

    the error should be fixed now. links has been updated.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 1 Shared mystery box
    dontknowletsplundefined dontknowletspl

    TravGG You were right about the unknown function error. It's fixed now and if you want to use the script without hassle there is one version in comments which you place in maps folder.

    BO1 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 1 Chaos mod
    dontknowletsplundefined dontknowletspl

    Sweetcolt764403 Here is hotfix which skip cz75 dual wield if it comes out from box or Random Guns task.

    update: fixed box not giving weapons

    update 2: added few more task and some junk like heathbar and hitmarks to this hotfix.

    a291dc69-d4a5-4537-964e-40211ab6adcc-kuva.png

    Download

    BO1 Modding Support & Discussion

  • [Release] [Zombies] Rooftop/Bridge - Custom survival maps
    dontknowletsplundefined dontknowletspl

    @AD-BOY7 said in [Release] [Zombies] Rooftop/Bridge - Custom survival maps:

    você já adicionou um jeito de fazer upgrade no tomarolk

    not yet sorry.

    you can share ideas what i could use so player can upgrade the tomahawk

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 1 Shared mystery box
    dontknowletsplundefined dontknowletspl

    EdGotti Which file the one in the post or the one in comments. If you have not tried the one in comments yet do that.

    BO1 Modding Releases & Resources

  • [Release] [Zombies] Black Ops 1 Chaos mod
    dontknowletsplundefined dontknowletspl

    Fixed some problems with call of the dead.

    BO1 Modding Support & Discussion

  • [Release] [Zombies] Rooftop/Bridge - Custom survival maps
    dontknowletsplundefined dontknowletspl

    @AD-BOY7 you can share ideas in #suggestions channel

    https://discord.gg/mtAsvArAJD

    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