Navigation

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

    Matrix (@Matrix)

    67
    Reputation
    47
    Posts
    2087
    Profile views
    45
    Followers
    37
    Following
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Information about Matrix

    Contributor Plutonium Staff
    Joined
    Last Online
    Website
    twitter.com/Matrix

    About me

    Software Developer

    Best posts made by Matrix

    • Black Ops 3 Plutonium?

      @AnbuGrizz said in Black Ops 3 Plutonium?:

      I love plutonium and I'm glad I was able to experience the good old days of cod all over again. Are there any plans to make a black ops 3 plutonium? free dlc, zombies chronicles, skins etc. Its the last missing piece that I feel would make this platform that much more perfect than it already is.

      Black Ops 3 already offers everything you could want for customization. It's obvious your goal is to just have the game for free. There is no reason for us to make a client on BO3.

      posted in General Discussion
    • [Resource] T6 GSC Extender/Helper

      Hey everyone, I am releasing a resource to help those who are looking to extend or add custom GSC functions and methods to be used by their scripts. This can ONLY be used as a plugin on dedicated servers. Most people will not have much use for this, but if you are a mod developer and have been wishing there was a way to do something in GSC that isn't currently available, this is a good place to start.

      DO NOT TRY TO INJECT THIS INTO YOUR GAME!!!

      You can download/view the source here
      Examples can be found in the source here

      What this is
      This is an open source base that you can use to add functions and methods to call from a gsc script. You will need some c++ experience as well as knowledge of the game itself to truly be able to use this

      What this is NOT
      This is not a complete mod and unless you have some knowledge of c++ and how the game works, this is not of any use to you

      posted in BO2 Modding Releases & Resources
    • Controller Guide

      This post has been moved to our new documentation, click here to view.

      posted in BO2 Client Support
    • [Feature][T6ZM] Add toggleable dvar for Double Tap 2.0 double bullets

      @Jbleezy said in [Feature][T6ZM] Add toggleable dvar for Double Tap 2.0 double bullets:

      For those that don't know, Double Tap 2.0 shoots 2 bullets for every shot, which also makes it deal double damage.

      Some people would like to make mods that remove this functionality from the perk, and it is done from the engine so you can't change it via GSC.

      BO1 game_mod has already added a dvar for this exact functionality, which might help with adding it into BO2. Link

      I am offering $20.

      Accepted the feature request. Might be some time before it makes it fully on to the client as a lot of people are taking vacations this time of year.

      posted in Feature / Bug Bounties
    • New Server Menu Controversy

      @Rare said in New Server Menu Controversy:

      This is meant in no way to bash any work of anyone.
      First I'd like to say I'm very thankful for the new update. This is to provide constructive criticism for the project.
      With the new Plutonium T6 Codebase, the server menu has been changed and here's what I've heard about it.

      -"It looks nice"
      -"I'm really digging it"
      -"Anyone else really hate this new server menu?"
      -"I can't sort or search anymore..."
      -"This looks like CSGO, why did they change it?"
      -"Server names can't have colors anymore"

      I feel there's a bit of controversy as this was an unexpected change.
      Here's my opinion on it:

      It feels a bit like a weird overlay, when scrolling it also affects in game. I also do miss the search feature, and the colors.
      What I think people want is something similar to the old one, it had a slick design, showed the map name and an image of the map that was on, the server names were colorful which looked nice and gave each server it's own look. I think this unexpected change that felt out of no where has thrown people off, and no one was expecting this change. From other people's perspective, "something changed that didn't need to change." Most players don't understand anything about a codebase, they just notice that the server menu looks way different, and lacks features of the old one which I think is what has caused a decent amount of players to hate on it.

      Again, this post is not meant to hate, at all. I would like to see this project improve and this is one thing I think most players will agree with.
      Please give your opinions.

      The decision to use this as the server browser over what was used before is because the previous way of doing no longer worked in the code base. A long with that, its not by any means a simple task to get the html ui to work. Rather than holding off the entire client update to have a pretty server browser this is what is used

      posted in BO2 Client Support
    • Stick Deadzone options

      @Zenoish said in Stick Deadzone options:

      @ZeLiNKK the command is gpad_stick_deadzone_min and then press the space bar once and type the desired deadzone as a decimal and hit enter but again most servers have cheats off and as of right now you cannot edit it as it is considered a cheat...If you just want to feel the difference I recommend loading up a private zombies game then turn on cheats and try the command for yourself.

      https://plutonium.pw/docs/changelog/

      You can now change these dvars as needed on both IW5 and T6 🙂

      posted in BO2 Client Support
    • ADS sensitivity on controller?

      @Deru said in ADS sensitivity on controller?:

      Is there any way to adjust the ADS sensitivity when using a controller? I got my PS4 controller configuration set up all good, however, when scoped in with a sniper the sensitivity is the same as when I'm not scoped in. Is there any way to adjust this?

      Thanks

      Go to your controller configuration on steam and click on the right joystick bind. Then click on the Mode Shifting options
      Mode Shifting

      This sensitivity option is now the setting for when you have the ADS trigger pulled
      ADS Sensitivity

      posted in MW3 Client Support
    • Big Picture Mode - Steam Controller

      @Jal3223 said in Big Picture Mode - Steam Controller:

      Thanks for the reply guys. It isn't the switch controller that I'm trying to get working though. It is the Steam Controller. Maybe you guys can figure out how to get the Steam overly working again.

      I personally have never tried this because I do not own a steam controller. But with a little bit of googling this may solve your problem.

      https://github.com/kozec/sc-controller/wiki/Running-SC-Controller-on-Windows

      Essentially what you want is to emulate an xbox 360 controller using your steam controller. So like DS4Windows does this for PS4 controllers, the SC-Controller program says it does essentially the same for Steam Controllers

      posted in BO2 Client Support
    • Controller Guide

      This post has been moved to our new documentation, click here to view.

      posted in MW3 Client Support

    Latest posts made by Matrix

    • [Feature][T6ZM] Add toggleable dvar for Double Tap 2.0 double bullets

      @Jbleezy said in [Feature][T6ZM] Add toggleable dvar for Double Tap 2.0 double bullets:

      For those that don't know, Double Tap 2.0 shoots 2 bullets for every shot, which also makes it deal double damage.

      Some people would like to make mods that remove this functionality from the perk, and it is done from the engine so you can't change it via GSC.

      BO1 game_mod has already added a dvar for this exact functionality, which might help with adding it into BO2. Link

      I am offering $20.

      Accepted the feature request. Might be some time before it makes it fully on to the client as a lot of people are taking vacations this time of year.

      posted in Feature / Bug Bounties
    • First time loading a GSC script

      @giolinoBR said in First time loading a GSC script:

      Hello guys, i downloaded plutonium last week and after playing on various scripted servers i decided to try a script of my own thing is despite following every instruction to the letter when i try to launch the map it gives me errors, i annexed a print with the error. ( the instructions i used: https://forum.plutonium.pw/topic/6966/how-to-use-a-mod-menu-without-injecting-loading-gsc-scripts-client-sided and https://forum.plutonium.pw/topic/1005/release-zm-zombies-updated-6-10-2021)

      (I am trying to play the game on the LAN mode, already have a scripts/mp and zm folder and that .gsc was pre-compiled/compiled when i downloaded it so i didn't compile it again.
      Captura de tela 2021-10-17 115500.png

      It's possible the script you are using simply has errors in it and that's why I can't load. The more likely scenario is because it was compiled with GSC Studio. That tool compiles scripts differently from the compiler we provide here and can generally cause issues with the game loading scripts. If at all possible I would recommend getting the source code to that mod and recompiling with the provided compiler

      posted in BO2 Modding Support & Discussion
    • Jump bind in console

      @McNamee said in Jump bind in console:

      Im looking to change my jump button to left shoulder on my controller but cant figure out the name of the jump button in console for e.g reload is +reload, but +jump doesnt work for jump, any help?

      I believe it is +gostand

      In the future you can look at all your current binds in %LOCALAPPDATA%\Plutonium\storage\t6\players\bindings.bdg by opening that file in notepad. This way you can see all the commands for the main binds

      posted in BO2 Client Support
    • Source for learning GSC?

      @EDP445-v2 said in Source for learning GSC?:

      as the title says, is there any tutorial out there that can get me started and carry my further with learning GSC?

      There is very very basic information here in our documentation. Outside of that, the best way to learn is to download sources to gsc mods online and try your best to understand them.

      posted in MW3 Modding Support & Discussion
    • Stick Deadzone options

      @Zenoish said in Stick Deadzone options:

      @ZeLiNKK the command is gpad_stick_deadzone_min and then press the space bar once and type the desired deadzone as a decimal and hit enter but again most servers have cheats off and as of right now you cannot edit it as it is considered a cheat...If you just want to feel the difference I recommend loading up a private zombies game then turn on cheats and try the command for yourself.

      https://plutonium.pw/docs/changelog/

      You can now change these dvars as needed on both IW5 and T6 🙂

      posted in BO2 Client Support
    • Old color codes

      @Cvbez said in Old color codes:

      is there any command or any sort of way i can get the old color codes back? because im not a fan of the newer ones

      At the moment no there is no way to revert back to the original colors

      posted in BO2 Client Support
    • Stick Deadzone options

      @Zenoish said in Stick Deadzone options:

      I just got BO2 plutonium and it works almost flawlessly. But I noticed that the game feels a bit unresponsive and it felt like I didnt have full control of my aim on my controller but, I knew right away that this was because the stick minimum input threshold better known as "deadzone" was placed at a very high setting. So I looked through the commands and found it and for those who don't know this command is written as "gpad_stick_deadzone_min" and following that the default setting for this is 0.2 which in my opinion and I would assume many others opinion is very high. So naturally I changed it to what I know is a comfortable deadzone based off of other shooter games that I have played and changed that number to 0.05 and instantly the game felt so much smoother and I felt like it was that much easier to aim on controller. But that's when I ran into the first problem with this discovery. I don't know for sure but either all of the plutonium commands in the game switch back to default after every game or this command in particular resets every time a new map loads up. This is frustrating because every game I get into I have to type in the same command for the game to feel right. This was fine even though I wished that it would just save the setting I want it to be but not a huge deal. But, then I joined a competitive server with an anti-cheat on it and the command would get denied if I tried it as it was considered "cheating." Now every game I get into I cant even set the deadzone I want to play on because I joined that one game with the anti-cheat on it. So after that longs story I want to know this:
      Is there anyway that this command can be taken off the anti-cheat? I'd argue that this command isn't cheating and is just a preference that every player can take advantage of if they desire.

      Is there a way I can use this command again or am I permanently unauthorized to use it anymore?

      Is it possible to allow these types of commands to be saved from game to game so those like me don't have to type it in every game?

      And finally, is there something I am unaware of that makes this entire post pointless?

      Thanks in advance to the hard working people at plutonium.

      They cannot be changed currently because the dvars are cheat-protected. Which is a way of saying that the game wasn't meant to be able to change them in normal servers. This can probably be changed though to allow those dvars to be changed to user configurable values as I do agree this will not give any player a competitive edge over the others

      As for the 0.2 being the default value, it is set to that because it is also the default value on Xbox.

      I can't promise this change will come, but we will at the very least discuss it

      posted in BO2 Client Support
    • Aim assist is so dumb

      @Gewehr said in Aim assist is so dumb:

      get good? these people play like autistic kids with no thumbs only good thing about them is their aim
      alt acc highest k/d in quikkster
      ae3b8e4d-aada-4a19-9c79-7855c25a4552-image.png
      2nd highest in doctors
      f180bfac-16e9-4f8d-a313-c1fbef8e57b7-image.png
      what happened to this?
      acefa89c-ab12-41a7-92d0-2bbe9a4c6ad6-image.png
      I'll just stop playing if I have to go as far to make my own server.

      The demand for it far outgrew the requests to keep it out. While we are and always will be open to tweaking values to make the competition more fair, we will not make adjustments solely on "I don't like it", "Its too strong", etc etc

      posted in General Discussion
    • How do I change my name on bo2

      @BradOtto said in How do I change my name on bo2:

      Some1 please help me

      Your name in game is always the same are you name on the forums. If you want to change it in game, change it on the forums

      posted in General Discussion