Navigation

    Plutonium
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Donate
    1. Home
    2. Matrixv

    Matrixv (@Matrixv)

    7
    Reputation
    41
    Posts
    23
    Profile views
    4
    Followers
    3
    Following
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Information about Matrixv

    Joined
    Last Online
    Website
    ioscracked.lol

    Best posts made by Matrixv

    • Zombie server

      Hello, my server has a problem, when someone join the server after the first round started he spawn out of map it is a know bug or only my server ?

      posted in BO1 Server Hosting Support
    • FIX SPAWN ZOMBIE AT RESTART OF MAP + GAMEMODES FOR MP

      UPDATED: the script to fix zm spawn now fix spectator bug ๐Ÿ™‚

      posted in BO1 Modding Releases & Resources
    • FIX SPAWN ZOMBIE AT RESTART OF MAP + GAMEMODES FOR MP

      hello, i made few gamemodes for mp like red light green light , only knife, only sniper and something to fix spawn on zombies after the restart of map cause everyone is died

      please don't judge me at my scripts lol i'm still a beginner in gsc scripting

      red light green light is better to use with SND mode ( search and destroy )

      only knife work with everything

      in only sniper only l96a1 can kill

      and the fix for spawn is working with shangri-la, five, kino der toten, moon i will do call of the dead soon

      Note: in only knife, grenade and tomehawk can kill
      red light green light : link

      only knife : link

      spawn fix for zm: link

      only sniper : link

      posted in BO1 Modding Releases & Resources
    • linux create server ?

      Yes but a tutorial dedicated for T4 will be better, because me too I wanna setup a T4 zombie server in Linux but itโ€™s hard to setup a server for first time and itโ€™s agains more hard if we look a tutorial Who is not detected for the game we try to setup the server

      Sorry for bad English I try my best

      posted in WAW Server Hosting Support

    Latest posts made by Matrixv

    • FIX SPAWN ZOMBIE AT RESTART OF MAP + GAMEMODES FOR MP

      UPDATED: fixed potential loop in script error, fixed bug with fix of spectator, it should be the last update for fix errors of the script ๐Ÿ™‚ next update will only be only for add more maps compatibility ( I think you understood what script I'm talking about but in case, I'm talking about spawn fix for zm )

      So please redownload it and remove the old version from your server

      posted in BO1 Modding Releases & Resources
    • FIX SPAWN ZOMBIE AT RESTART OF MAP + GAMEMODES FOR MP

      sorry i made an mistake, please redownload the new spawn fix for zm and remove the old from your server

      posted in BO1 Modding Releases & Resources
    • FIX SPAWN ZOMBIE AT RESTART OF MAP + GAMEMODES FOR MP

      UPDATED: the script to fix zm spawn now fix spectator bug ๐Ÿ™‚

      posted in BO1 Modding Releases & Resources
    • FIX SPAWN ZOMBIE AT RESTART OF MAP + GAMEMODES FOR MP

      hello, i made few gamemodes for mp like red light green light , only knife, only sniper and something to fix spawn on zombies after the restart of map cause everyone is died

      please don't judge me at my scripts lol i'm still a beginner in gsc scripting

      red light green light is better to use with SND mode ( search and destroy )

      only knife work with everything

      in only sniper only l96a1 can kill

      and the fix for spawn is working with shangri-la, five, kino der toten, moon i will do call of the dead soon

      Note: in only knife, grenade and tomehawk can kill
      red light green light : link

      only knife : link

      spawn fix for zm: link

      only sniper : link

      posted in BO1 Modding Releases & Resources
    • can't edit perks limit

      @dontknowletsplay yes just figured out thanks

      posted in BO1 Modding Support & Discussion
    • can't edit perks limit

      @dontknowletsplay nvm sorry

      posted in BO1 Modding Support & Discussion
    • can't edit perks limit

      i tried to make a script for edit perks limit but even with editing everything i can only buy 4 perks here is the script :

      #include maps\_utility; 
      #include common_scripts\utility;
      
      
      init()
      {  
      	level.perk_purchase_limit = 9;
              level.perk_limit = 9;
              self.num_max_perks = 9;
              level.max_perks = 9;
          for ( ;; )
          {
              level waittill( "connecting", player );
              player.clientid = level.clientid;
              player thread onplayerspawned();
              level.clientid++;
          }
      }
      onPlayerConnect()
      {
        //level.perk_limit = 9;
          //self.num_max_perks = 9;
          //level.max_perks = 9;
         //level.perk_purchase_limit = 9;
          for ( ;; )
          {
              level waittill( "connecting", player );
              player.clientid = level.clientid;
              player thread onplayerspawned();
              level.clientid++;
          }
      }
      onPlayerSpawned()
      {
          self endon( "disconnect" ); 
      
          for( ;; )
          {
              self waittill( "spawned_player" );
                  //self.num_max_perks = 9;
                  //level.perk_limit = 9;
                  //level.max_perks = 9;
                  //level.perk_purchase_limit = 9;
      	    while(1){
                  	self.num_perks = 0;
                  }
          }
      }
      

      why do i did a while boucle ? because i see that in zombiemode.gsc a check is made if self.num_perks >=4 then the game deny player to buy new perk so the while boucle is for make self.num_perks as 0 always but didn't work also

      posted in BO1 Modding Support & Discussion
    • Zombie server

      @mercxry yes + sometimes the screen start to be blur and the sound donโ€™t work anymore, dedicated server are really unstable

      posted in BO1 Server Hosting Support
    • Zombie server

      Up, Up

      posted in BO1 Server Hosting Support
    • Zombie server

      Hello, my server has a problem, when someone join the server after the first round started he spawn out of map it is a know bug or only my server ?

      posted in BO1 Server Hosting Support