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

Plutonium

PlzReviveMeundefined

PlzReviveMe

@PlzReviveMe
Contributor
About
Posts
17
Topics
6
Shares
0
Groups
1
Followers
45
Following
40

Posts

Recent Best Controversial

  • Bullet Color and Bullet Spark Texture
    PlzReviveMeundefined PlzReviveMe

    @M0untainLight6 I will admit that the bullet flash was a bit too large and blinding, so I reduced the size a little bit. Go ahead and redownload if you would like to change it.

    BO2 Modding Releases & Resources

  • [Release] [Zombies] Rent-A-Girlfriend Mystery Box Texture
    PlzReviveMeundefined PlzReviveMe

    Dope Texture! I'm using it now.

    BO2 Modding Releases & Resources

  • Bullet Color and Bullet Spark Texture
    PlzReviveMeundefined PlzReviveMe

    The bullet flash on the barrel of the gun has now changed to pink. It also flashes pink upon impact on most surfaces. Does not affect the debris and smoke the bullet creates. Still haven't figured that out yet.
    Download
    Screenshot (16).png
    Bullets now spark a pink color on certain surfaces. This is the only visual effect I have worked on for now. There might be more in the future.
    Download
    Screenshot (23).png

    BO2 Modding Releases & Resources

  • No Drop Cap???
    PlzReviveMeundefined PlzReviveMe

    Speaking of, is there a waittill for picking up powerups?

    BO2 Modding Support & Discussion

  • No Drop Cap???
    PlzReviveMeundefined PlzReviveMe

    luigistyle

    Although that cap will not be reached anytime soon, there will be a time where the number will be too high and the computer won't be able to process that number if you were to hypothetically keep going forever. Black Ops 2 is a 32-bit game and the highest number that can be processed across the entire game is 2^31 - 1, which is around 2.1 billion. I'm trying to find a way close that loophole and make the drop cap truly infinite, while also not creating a script that will inevitably reach that number if it were to keep running.

    BO2 Modding Support & Discussion

  • No Drop Cap???
    PlzReviveMeundefined PlzReviveMe

    luigistyle said in No Drop Cap???:

    Why not?

    How about this? I set the the cap to the zombie's health at round 162. (max health cap for zombies)

    level.zombie_vars["zombie_powerup_drop_max_per_round"] = ai_zombie_health(162);
    //The number is around 2 billion//
    
    BO2 Modding Support & Discussion

  • No Drop Cap???
    PlzReviveMeundefined PlzReviveMe
    power_vacuum()
    {
    	for(;;)
    	{
    		i = 0;
    		level.zombie_vars["zombie_powerup_drop_increment"] = 2000;
    		level.zombie_vars["zombie_powerup_drop_max_per_round"] = 4;
    		while ( i > 2 )
    		{
    			level waittill("end_of_round");
    			i++;
    		}
    		level.zombie_vars["zombie_powerup_drop_increment"] = 500;
    		level.zombie_vars["zombie_powerup_drop_max_per_round"] = ???;
    		level waittill("end_of_round");
    		
    	}
    	
    }
    

    Trying to make a truly limitless drop cap but don't know how to approach that goal. This is for my Power Vacuum script every 3 rounds. I don't want to put a really high number, either. Secondly, I want others to check if I got the logic correct to achieve a power vacuum effect.

    BO2 Modding Support & Discussion

  • Add Custom Zombie Speed
    PlzReviveMeundefined PlzReviveMe

    JezuzLizard You are the biggest mvp.

    BO2 Modding Support & Discussion

  • Add Custom Zombie Speed
    PlzReviveMeundefined PlzReviveMe

    How can I make so there are new runners much like the sprinters that chase after the tank in origins? I want to make that a regular thing to occur in the game across all maps to switch things up.

    BO2 Modding Support & Discussion

  • What are you currently listening to?
    PlzReviveMeundefined PlzReviveMe

    https://youtu.be/VzkBv1-Y-TE

    General Discussion

  • [Release] [ZM] ZOMBIES++
    PlzReviveMeundefined PlzReviveMe

    Just tried it out on Die Rise.

    1. Do not hold a grenade or else you will die.

    2. Going down with PHD and Who’s Who glitches out your game and crashes.

    Other than that, this is a great mod.

    BO2 Modding Releases & Resources

  • [Support] FPS Dvar
    PlzReviveMeundefined PlzReviveMe

    Sass You go much higher on bounces when you do a 125/333 switch.

    BO2 Modding Support & Discussion

  • [Support] FPS Dvar
    PlzReviveMeundefined PlzReviveMe

    Does Black Ops II not have a "toggle com_maxfps" command? If not, is there a way to get support for this?

    BO2 Modding Support & Discussion

  • [Support] Promod Servers?
    PlzReviveMeundefined PlzReviveMe

    Looking to make a promod server. I know there's a console command called "jump_slowdownEnable 0", which doesn't make you lose speed after jumping, but I don't know how to enable or use it.

    BO2 Modding Support & Discussion
  • 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