Skip to content
  • 0 Unread 0
  • Recent
  • Popular
  • Users
  • Donate
Collapse

Plutonium

overhyped

overhyped

@overhyped
Unfollow Follow
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
4
Following
0

Posts

Recent Best Controversial

  • [ZM] BO1 Slightly Enhanced: Add Extra Weapons + Add Perks to All Maps v1.3.1
    overhyped overhyped

    petergamerHP

    https://forum.plutonium.pw/post/90948
    Win+R → %localappdata%\Plutonium\storage\t5\scripts
    create a folder named sp
    create a text file named _zombiemode_perks, open with notepad and paste:

    init()
    {
            if ( GetDvar( #"zombiemode" ) == "1" )
            {
                level thread onPlayerConnect();
            }
                
    }
    
    onPlayerConnect()
    {
    	for(;;)
    	{
    		level waittill ("connecting", player);
    
    		player thread onPlayerSpawned();
    	}
    }
    
    onPlayerSpawned()
    {
    	for(;;)
    	{
    		self waittill("spawned_player");
    
    		self.num_perks = -5;
    
    	}
    }
    

    save as _zombiemode_perks.gsc (change .txt extension)

    BO1 Modding Releases & Resources

  • [ZM] BO1 Slightly Enhanced: Add Extra Weapons + Add Perks to All Maps v1.3.1
    overhyped overhyped

    HomerJay42
    That would be great. I would really like a version where only perk machines are added, without the weapon changes.
    Would even appreciate if you could explain how to do this myself.

    BO1 Modding Releases & Resources
  • 1 / 1
  • Login

  • Don't have an account? Register

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