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

Plutonium

  1. Home
  2. BO2 Modding Releases & Resources
  3. [OUTDATED] VanillasTS Server-Side Trickshot menu

[OUTDATED] VanillasTS Server-Side Trickshot menu

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
gscservertrickshot
41 Posts 16 Posters 13.9k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Sorexundefined Sorex

    VanillasTS is not supported anymore, read the following:

    VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

    VanillasTS Menu

    Edited by DoktorSAS
    The menu base creator is CMT Frosty

    Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

    The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

    VanillasTS Features

    The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

    6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

    Preview

    VanillasTS

    How to use it Tutorial

    The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
    After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

    What to add to dedicated.cfg?

    Add these lines of code and you're done, you don't even need to recompile the code.

    ////////////////////////////////////////////////////////////////////////////////////////////////////
    //  DoktorSAS VanillasTS Trickshot Menu
    //  Twitter: @DoktorSAS
    //  Report any bugs under the right post on the forum
    ////////////////////////////////////////////////////////////////////////////////////////////////////
    
    /////////////////////////////////////////////////////
    //                                                                    
    // List of valid colors:                                      
    //                                                                  
    /////////////////////////////////////////////////////
    //    1. "red"                                                 
    //    2. "orange"                                            
    //    3. "yellow"                                              
    //    4. "purple"                                              
    //    5. "pink"                                                
    //    6. "cyan"                                                
    //    7. "blue"                                                 
    //    8. "light blue"                                     
    //    9. "green"                                                
    //    10. "light green"                                       
    //    11. "black"    
    //    12. "white"                                          
    /////////////////////////////////////////////////////
    
    set menu_color "cyan"
    
    /////////////////////////////////////////////////////
    //  To set a player rank just add the GUID of the players                                                                   
    //   in the right dvar, the remember to add a space                                 
    //    between each guid or it will not work                                                              
    /////////////////////////////////////////////////////
    
    // exemple -> set vips_list "GUID1 GUID2 GUID3" 
    set vips_list ""
    set admins_list ""
    set superadmins_list ""
    set owners_list ""
    
    set min_distance_to_hit 10 // Min distance in meters to hit a shot
    set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
    set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
    set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
    
    

    Direct Download VanillasTS

    Press on this to download the VanillasTS

    Source Code VanillasTS

    Press on this to download the VanillasTS Source Code

    Suggestions or Bugs

    If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

    Roachhhundefined Offline
    Roachhhundefined Offline
    Roachhh
    wrote on last edited by
    #11

    Sorex how do you open the menu

    1 Reply Last reply
    0
    • Sorexundefined Sorex

      VanillasTS is not supported anymore, read the following:

      VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

      VanillasTS Menu

      Edited by DoktorSAS
      The menu base creator is CMT Frosty

      Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

      The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

      VanillasTS Features

      The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

      6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

      Preview

      VanillasTS

      How to use it Tutorial

      The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
      After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

      What to add to dedicated.cfg?

      Add these lines of code and you're done, you don't even need to recompile the code.

      ////////////////////////////////////////////////////////////////////////////////////////////////////
      //  DoktorSAS VanillasTS Trickshot Menu
      //  Twitter: @DoktorSAS
      //  Report any bugs under the right post on the forum
      ////////////////////////////////////////////////////////////////////////////////////////////////////
      
      /////////////////////////////////////////////////////
      //                                                                    
      // List of valid colors:                                      
      //                                                                  
      /////////////////////////////////////////////////////
      //    1. "red"                                                 
      //    2. "orange"                                            
      //    3. "yellow"                                              
      //    4. "purple"                                              
      //    5. "pink"                                                
      //    6. "cyan"                                                
      //    7. "blue"                                                 
      //    8. "light blue"                                     
      //    9. "green"                                                
      //    10. "light green"                                       
      //    11. "black"    
      //    12. "white"                                          
      /////////////////////////////////////////////////////
      
      set menu_color "cyan"
      
      /////////////////////////////////////////////////////
      //  To set a player rank just add the GUID of the players                                                                   
      //   in the right dvar, the remember to add a space                                 
      //    between each guid or it will not work                                                              
      /////////////////////////////////////////////////////
      
      // exemple -> set vips_list "GUID1 GUID2 GUID3" 
      set vips_list ""
      set admins_list ""
      set superadmins_list ""
      set owners_list ""
      
      set min_distance_to_hit 10 // Min distance in meters to hit a shot
      set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
      set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
      set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
      
      

      Direct Download VanillasTS

      Press on this to download the VanillasTS

      Source Code VanillasTS

      Press on this to download the VanillasTS Source Code

      Suggestions or Bugs

      If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

      Roachhhundefined Offline
      Roachhhundefined Offline
      Roachhh
      wrote on last edited by
      #12

      Sorex so I figured out how to use the menu and everything but I had it working 1 game and now when I try to start my server it doesn’t work and the game thinks I’m a bot.

      Roachhhundefined 1 Reply Last reply
      0
      • Roachhhundefined Roachhh

        Sorex so I figured out how to use the menu and everything but I had it working 1 game and now when I try to start my server it doesn’t work and the game thinks I’m a bot.

        Roachhhundefined Offline
        Roachhhundefined Offline
        Roachhh
        wrote on last edited by
        #13

        Roachhh I tried changing the scripts a little but nothing happened

        1 Reply Last reply
        0
        • Sorexundefined Offline
          Sorexundefined Offline
          Sorex
          Contributor
          wrote on last edited by
          #14

          Roachhh Look the video tutorial

          Roachhhundefined 2 Replies Last reply
          0
          • Sorexundefined Sorex

            Roachhh Look the video tutorial

            Roachhhundefined Offline
            Roachhhundefined Offline
            Roachhh
            wrote on last edited by
            #15

            Sorex I did everything and it still won’t work still makes me unverified

            1 Reply Last reply
            0
            • Sorexundefined Sorex

              Roachhh Look the video tutorial

              Roachhhundefined Offline
              Roachhhundefined Offline
              Roachhh
              wrote on last edited by
              #16

              Sorex everyone is in godmode and I can’t do anything is the guid my in game name or what?

              1 Reply Last reply
              0
              • Sorexundefined Offline
                Sorexundefined Offline
                Sorex
                Contributor
                wrote on last edited by
                #17

                Roachhh
                The guid is not your in game name. If you open the menu there GUID options who print you on bottom left the guid. Is the same of iw4m

                Roachhhundefined 1 Reply Last reply
                0
                • Sorexundefined Sorex

                  Roachhh
                  The guid is not your in game name. If you open the menu there GUID options who print you on bottom left the guid. Is the same of iw4m

                  Roachhhundefined Offline
                  Roachhhundefined Offline
                  Roachhh
                  wrote on last edited by
                  #18

                  Sorex yes i have my guid and when i put it in the area im supposed to it doesnt let me open the menu in my server only custom games.

                  1 Reply Last reply
                  0
                  • Sorexundefined Sorex

                    VanillasTS is not supported anymore, read the following:

                    VanillasTS is outdated and got replaced with VanityTS a much more generic trickshot mod menu compatible for more then just BO2. Go to https://github.com/DoktorSAS/VanityTS to know more about the project

                    VanillasTS Menu

                    Edited by DoktorSAS
                    The menu base creator is CMT Frosty

                    Given the increase of users in this period I decided to make a small gift to the community. This menu is a very simple menu for a Vanilla Trickshot server. Everything is configurable through the cfg file. Just set the information in the cfg and everything will work properly.

                    The menu is based on the CMT Frosty menu base. A very nice and very simple menu. Every code in the menu can be found online. You can find all these codes on the forums, including the Plutonium forum. Making a mod in GSC for Black ops II takes a few minutes. Practically everything can be found online. I built this menu to allow everyone to play a private game with friends without players bothering or ruining the games. In fact, a Trickshot Vanilla server doesn't add anything special to the server. By Vanilla I mean a slight modification of the original game. Nothing more nothing less. Super Wallbangs, flags and the ability to trickshot from 1000m will never be implemented on this menu, because in fact these fetures are not vanilla and make no sense to be implemented.

                    VanillasTS Features

                    The server is equipped with many of the basic features, and is also equipped with a system for the management of rank that does not imply the recompilation of the mod. In fact just edit the cfg to give or remove a rank.

                    6f91089a-548f-4e48-91e0-b10ef6d12f9b-image.png

                    Preview

                    VanillasTS

                    How to use it Tutorial

                    The menu is very simple to configure in fact you'll just have to download the file vanillasts-compiled.gsc and put it in BlackOps2ServerFolder\t6r\data\maps\mp\gametypes\.
                    After that you just have to add to your dedicated.cfg the following lines of code. If you want to modify it you can download the source code and do whatever you want with it.

                    What to add to dedicated.cfg?

                    Add these lines of code and you're done, you don't even need to recompile the code.

                    ////////////////////////////////////////////////////////////////////////////////////////////////////
                    //  DoktorSAS VanillasTS Trickshot Menu
                    //  Twitter: @DoktorSAS
                    //  Report any bugs under the right post on the forum
                    ////////////////////////////////////////////////////////////////////////////////////////////////////
                    
                    /////////////////////////////////////////////////////
                    //                                                                    
                    // List of valid colors:                                      
                    //                                                                  
                    /////////////////////////////////////////////////////
                    //    1. "red"                                                 
                    //    2. "orange"                                            
                    //    3. "yellow"                                              
                    //    4. "purple"                                              
                    //    5. "pink"                                                
                    //    6. "cyan"                                                
                    //    7. "blue"                                                 
                    //    8. "light blue"                                     
                    //    9. "green"                                                
                    //    10. "light green"                                       
                    //    11. "black"    
                    //    12. "white"                                          
                    /////////////////////////////////////////////////////
                    
                    set menu_color "cyan"
                    
                    /////////////////////////////////////////////////////
                    //  To set a player rank just add the GUID of the players                                                                   
                    //   in the right dvar, the remember to add a space                                 
                    //    between each guid or it will not work                                                              
                    /////////////////////////////////////////////////////
                    
                    // exemple -> set vips_list "GUID1 GUID2 GUID3" 
                    set vips_list ""
                    set admins_list ""
                    set superadmins_list ""
                    set owners_list ""
                    
                    set min_distance_to_hit 10 // Min distance in meters to hit a shot
                    set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
                    set kills_for_last 5 // Kills needed to be at last, with 0 player will be set instant to last
                    set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
                    
                    

                    Direct Download VanillasTS

                    Press on this to download the VanillasTS

                    Source Code VanillasTS

                    Press on this to download the VanillasTS Source Code

                    Suggestions or Bugs

                    If you want anything added or if you find any bugs please write under this post. I'll fix all the bugs and if the proposed suggestions are valid I'll implement your suggestions too.

                    struzidundefined Offline
                    struzidundefined Offline
                    struzid
                    wrote on last edited by
                    #19

                    Sorex how did you get dedicated.cfg? i dont have it

                    1 Reply Last reply
                    0
                    • Baiterundefined Offline
                      Baiterundefined Offline
                      Baiter
                      wrote on last edited by
                      #20

                      can you get vip in this yourself? ive tried putting my guid in the dedicated config and i still cant get vip

                      1 Reply Last reply
                      1
                      • Sorexundefined Offline
                        Sorexundefined Offline
                        Sorex
                        Contributor
                        wrote on last edited by
                        #21

                        Baiter
                        It works, if don't work try to write your guide twice inside the right dvar like "GUID GUID", remeber the empty space between the guids.

                        Baiterundefined 1 Reply Last reply
                        0
                        • Sorexundefined Sorex

                          Baiter
                          It works, if don't work try to write your guide twice inside the right dvar like "GUID GUID", remeber the empty space between the guids.

                          Baiterundefined Offline
                          Baiterundefined Offline
                          Baiter
                          wrote on last edited by
                          #22

                          Sorex still nothing 😞

                          1 Reply Last reply
                          0
                          • Sorexundefined Offline
                            Sorexundefined Offline
                            Sorex
                            Contributor
                            wrote on last edited by
                            #23

                            Baiter

                            1. The mod is loading?
                            2. Are you sure yu write your guid right?
                            3. There is a video tutorial if needed
                            4. Send me the .cfg so i will find your error 🙂
                            Vendex64undefined 1 Reply Last reply
                            0
                            • Baiterundefined Offline
                              Baiterundefined Offline
                              Baiter
                              wrote on last edited by Baiter
                              #24

                              Mod is loading, just without VIP perms
                              positive im writing the GUID right
                              Watched the tutorial, Pretty sure i did everything right

                              ///////////////////////////////////////////////////
                              ///     PlutoT6 MP Server Configuration file     //
                              ///////////////////////////////////////////////////
                              // This config best view with Notepad++     OR   //
                              // Other *nix compatible editors of your choice. //
                              ///////////////////////////////////////////////////
                              //  0.1 Basic version                           //
                              //  0.2 Added map list and map rotation         //
                              //  0.3 Added Colors and B3/Log/RCon section    //
                              //  0.4 Added gametype to map list and rotation //
                              //  0.5 Added location to map list and rotation //
                              //  0.6 Added Sharp Shooter and Gun game        //
                              //  0.7 Clean up                                //
                              //  0.8 Additional gts -Fry                     //
                              //  0.9 Cleaned up the mess Fry merged,         //
                              //      added more comments                     //
                              //  1.0 Noob friendly -Fry                      //
                              //  1.1 Updated for relaunch of PlutoT6         //
                              //  1.2 Removed gts commands from main cfg -Fry //
                              //////////////////////////////////////////////////
                              
                              // Remove "//" in front of lines to allow the
                              // server to read them. Anything after "//" is a 
                              // Comment.
                              //////////////////////////////////////////////////
                              // GAME TYPE CONFIGURATION                      //
                              //////////////////////////////////////////////////
                              // conf - Kill Confirmed                        //
                              // ctf - Capture the Flag                       //
                              // dem - Demolition                             //
                              // dm - Free-for-all                            //
                              // dom - Domination                             //
                              // gun - Gun Game                               //
                              // hq -Headquaters                              //
                              // koth - Hardpoint                             //
                              // oic - One in the chamber                     //
                              // oneflag - One-Flag CTF                       //
                              // sas - Sticks & Stones                        //
                              // sd - Search and Destroy                      //
                              // shrp - Sharpshooter                          //
                              // tdm - Team Deathmatch                        //
                              //////////////////////////////////////////////////
                              // These config files can not be edited and are //
                              // packed into the .ff files of the game.       //
                              // Please make sure the game types are synced   //
                              // or you might end up with a FFA that needs    //
                              // 7500 kills to be won. YOU HAVE BEEN WARNED!  //
                              //////////////////////////////////////////////////
                              exec gamesettings_default.cfg                   // Load the default game settings shared by all game modes
                              exec gamesettings_tdm.cfg                       // Load the default tdm settings
                              set_gametype tdm                                // Set the game type to tdm
                              //////////////////////////////////////////////////
                              
                              //////////////////////////////////////////////////
                              // GENERAL CONFIGURATION                        //
                              //////////////////////////////////////////////////
                              //g_password ""                                 // Password Protected Game Server (Use "password" to set it on the client before you connect,)
                              //sv_maxclients 18                              // How many players can join your server.
                              //scr_showperksonspawn 1                        // Disable the perks on the right side on spawn.
                              //scr_deleteexplosivesonspawn 1                 // Delete Explosive while getting killed.
                              //sv_minPing 0                                  // Minimum ping needed to the server? (Terribly broken and inaccurate since ages!)
                              //sv_maxPing 400                                // Maximum ping allowed to the server? (Terribly broken and inaccurate since ages!)//scr_disable_cac 1                             // Disable Custom Classes?
                              //scr_max_rank 0                                // Block every player with a level up this value
                              //scr_min_prestige 0                            // Block every player with a prestige below this value
                              //sv_restrictionList "restricted.cfg"           // Sets the file name for our restriction system.
                              //sv_enableItemRestriction 1                    // Enables our custom restriction system.
                              sv_allowDof 0                                   // Disallows the clients from having DoF to prevent a few DoF related glitches + gains a few frames. (0 = force off DoF on the clients, 1 = let the client decide)
                              //////////////////////////////////////////////////
                              
                              //////////////////////////////////////////////////
                              // B3, IW4MADMIN, GAME LOG & RCON SETTINGS      //
                              //////////////////////////////////////////////////
                              g_logSync 2                                     // 0 only flush on game end, 1 flush when buffer full, 2 always flush after a write, 3 append to old logs.
                              g_log "logs\games_mp.log"                       // IMPORTANT! Make sure the filename is unique for each server you clone!
                              rcon_password "baitsserv"                                // RemoteCONtrol password, needed for most management tools like IW4MADMIN and B3. Do not skip if you installing IW4MADMIN.
                              //////////////////////////////////////////////////
                              
                              /////////////////////////////////////////////////
                              // RESTRICTIONS CONFIGURATION                   //
                              //////////////////////////////////////////////////
                              // BANNED ATTACHMENTS                           //
                              //////////////////////////////////////////////////
                              //restrict_attachment "reflex"                  // Reflex
                              //restrict_attachment "steadyaim"               // Laser sight
                              //restrict_attachment "silencer"                // Suppressor/Silencer
                              //restrict_attachment "dualclip                 // Fast Mag
                              //restrict_attachment "holo"                    // EOTech Sight
                              //restrict_attachment "grip"                    // Grip
                              //restrict_attachment "fastads"                 // Quickdraw
                              //restrict_attachment "fmj"                     // Full Metal Jacket
                              //restrict_attachment "extbarrel"               // Long Barrel
                              //restrict_attachment "rangefinder"             // Target Finder 
                              //restrict_attachment "stalker"                 // Stock
                              //restrict_attachment "extclip"                 // Extended Clip
                              //restrict_attachment "dualoptic"               // Hybrid Optic
                              //restrict_attachment "sf"                      // Select Fire
                              //restrict_attachment "rf"                      // Rapid Fire
                              //restrict_attachment "gl"                      // Grenade Launcher
                              //restrict_attachment "mms"                     // Millimeter Scanner
                              //restrict_attachment "acog"                    // ACOG Sight
                              //restrict_attachment "swayreduc"               // Ballistics CPU
                              //restrict_attachment "vzoom"                   // Variable Zoom
                              //restrict_attachment "ir"                      // Dual Band Scope
                              //restrict_attachment "dw"                      // Dual Wield
                              //restrict_attachment "tacknife"                // Tactical Knife
                              //restrict_attachment "stackfire"               // Tri-Bolt (Crossbow)
                              
                              //////////////////////////////////////////////////
                              //              RESTRICT PERK 1                 //
                              //////////////////////////////////////////////////
                              
                              //////////////////////////////////////////////////
                              //               Lightweight                    //
                              //  Move Faster. Take no damage when falling.   //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_movefaster|specialty_fallheight"
                              //////////////////////////////////////////////////
                              //                Hardline                      //
                              //         Earn Scorestreaks faster.            //
                              //////////////////////////////////////////////////
                              //restrict_item specialty_earnmoremomentum
                              //////////////////////////////////////////////////
                              //                Blind Eye                     //
                              //  Undetectable by AI controlled air support.  //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_nottargetedbyairsupport"
                              //////////////////////////////////////////////////
                              //               Flak Jacket                    //
                              //      Take less explosive damage              // 
                              ////////////////////////////////////////////////// 
                              //restrict_item "specialty_flakjacket"
                              //////////////////////////////////////////////////
                              //               Ghost                          //
                              //      Cannnot be detected by enemy UAVs.      //
                              //////////////////////////////////////////////////            
                              //restrict_item "specialty_gpsjammer"
                              //////////////////////////////////////////////////
                              //              RESTRICT PERK 2                 //
                              //////////////////////////////////////////////////
                              //               Toughness                      //
                              //      Flinch less when shot.                  //
                              ////////////////////////////////////////////////// 
                              //restrict_item "specialty_bulletflinch"
                              //////////////////////////////////////////////////
                              //               Cold Blooded                   //
                              //       Resistant to targeting systems.        //
                              //       No name or red crosshair               //
                              ////////////////////////////////////////////////// 
                              //restrict_item "specialty_immunenvthermal|specialty_noname|specialty_immunerangefinder|specialty_nokillstreakreticle|specialty_immunemms|specialty_nomotionsensor"
                              //////////////////////////////////////////////////
                              //               Fast Hands                     //
                              //      Swap weapons and use equipment fast.    //
                              //            Reset pin grenades.               //
                              ////////////////////////////////////////////////// 
                              //restrict_item "specialty_fastweaponswitch|specialty_pin_back|specialty_fasttoss|specialty_fastequipmentuse"
                              //////////////////////////////////////////////////
                              //               Hardwire                       //
                              //      Immune to counter-UAV and EMP           //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_immunecounteruav|specialty_immuneemp" 
                              //////////////////////////////////////////////////
                              //               Scavenger                     //
                              //      Refill ammo on people you killed.      //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_scavenger"
                              //////////////////////////////////////////////////
                              //              RESTRICT PERK 3                 //
                              //////////////////////////////////////////////////
                              //               Dexterity                      //
                              //        Aim faster after sprinting.           //
                              //         Mantle and climb faster.             //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_fastmantle|specialty_fastladderclimb|specialty_sprintrecovery|specialty_fastmeleerecovery"
                              //////////////////////////////////////////////////
                              //               Extreme Conditioning           //
                              //             Aim faster after sprinting.      //
                              //              Mantle and climb faster.        //
                              //////////////////////////////////////////////////
                              //restrict_item specialty_longersprint
                              //////////////////////////////////////////////////
                              //               Engineer                       //
                              // Reroll & booby trap Care Packages.           //
                              // Show enemy equipment in the world.           //
                              // Delay explosives.                            //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_showenemyequipment|specialty_delayexplosive"
                              //////////////////////////////////////////////////
                              //               Tactical Mask                  //
                              //   Reduces effects of flashbangs,Concussion,  //
                              //   Shock Charges.                             //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_stunprotection|specialty_flashprotection|specialty_proximityprotection"
                              //////////////////////////////////////////////////
                              //               Dead Silence                   // 
                              //   Move silently and be very sneaky sneaky.   //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_quieter"
                              //////////////////////////////////////////////////
                              //               Awareness                      // 
                              //      Enemy movements are easier to hear.     //
                              //////////////////////////////////////////////////
                              //restrict_item "specialty_loudenemies" 
                              //////////////////////////////////////////////////  
                              
                              //////////////////////////////////////////////////
                              //Wild Card Perks                               //
                              //////////////////////////////////////////////////
                              //restrict_item "bonuscard_perk_1_greed"        // Perk 1 Greed - Take a second perk.
                              //restrict_item "bonuscard_perk_2_greed"        // Perk 2 Greed - same as a above.
                              //restrict_item "bonuscard_perk_3_greed"        // Perk 3 Greed - sigh...same as above.
                              //restrict_item "bonuscard_overkill"            // Overkill - Take a primary weapon as your second weapon.
                              //restrict_item "bonuscard_secondary_gunfighter"// Secondary Gunfighter - Take a 2nd attachment for your second weapon.
                              //restrict_item "bonuscard_primary_gunfighter"  // Primary Gunfighter - Take a 2nd attachment for your second weapon.
                              //restrict_item "bonuscard_two_tacticals"       // Tactician - Take a tactical grenade in place of your lethal grenade.
                              //restrict_item "bonuscard_danger_close"        // Danger Close - Take a second lethal.
                              //////////////////////////////////////////////////
                              
                              //////////////////////////////////////////////////
                              // MAP ROTATION LIST                            //
                              //////////////////////////////////////////////////
                              // STOCK                                        //
                              //////////////////////////////////////////////////
                              //                                              //
                              // mp_la                - Aftermath             //
                              // mp_dockside          - Cargo                 //
                              // mp_carrier           - Carrier               //
                              // mp_drone             - Drone                 //
                              // mp_express           - Express               //
                              // mp_hijacked          - Hijacked              //
                              // mp_meltdown          - Meltdown              //
                              // mp_overflow          - Overflow              //
                              // mp_nightclub         - Plaza                 //
                              // mp_raid              - Raid                  //
                              // mp_slums             - Slums                 //
                              // mp_village           - Standoff              //
                              // mp_turbine           - Turbine               //
                              // mp_socotra           - Yemen                 //
                              //                                              //
                              // Bonus Map:                                   //
                              // mp_nuketown_2020     - Nuketown 2025         //
                              //                                              //
                              //////////////////////////////////////////////////
                              // REVOLUTION MAP PACK 1                        //
                              //////////////////////////////////////////////////
                              //                                              //
                              // mp_downhill          - Downhill              //
                              // mp_mirage            - Mirage                //
                              // mp_hydro             - Hydro                 //
                              // mp_skate             - Grind                 //
                              //                                              //
                              //////////////////////////////////////////////////
                              // UPRISING MAP PACK 2                          //
                              //////////////////////////////////////////////////
                              //                                              //
                              // mp_concert           - Encore                //
                              // mp_magma             - Magma                 //
                              // mp_vertigo           - Vertigo               //
                              // mp_studio            - Studio                //
                              //                                              //
                              //////////////////////////////////////////////////
                              // VENGEANCE MAP PACK 3                         //
                              //////////////////////////////////////////////////
                              //                                              //
                              // mp_uplink            - Uplink                //
                              // mp_bridge            - Detour                //
                              // mp_castaway          - Cove                  //
                              // mp_paintball         - Rush                  //
                              //                                              //
                              //////////////////////////////////////////////////
                              // APOCALYPSE MAP PACK 4                        //
                              //////////////////////////////////////////////////
                              //                                              //
                              // mp_dig               - Dig                   //
                              // mp_frostbite         - Frost                 //
                              // mp_pod               - Pod                   //
                              // mp_takeoff           - Takeoff               //
                              //                                              //
                              //////////////////////////////////////////////////
                              //////////////////////////////////////////////////
                              // Examples for sv_maprotation                  //
                              //////////////////////////////////////////////////////////////////////////
                              // Single Game Mode + Maps:                                             //
                              //sv_mapRotation "exec tdm.cfg map mp_dig map mp_raid map mp_express"   //
                              //                                                                      //
                              // Several Mix Game Modes + Maps:                                       //
                              //sv_mapRotation "exec tdm.cfg map mp_la exec dm.cfg map mp_dockside"   //
                              //////////////////////////////////////////////////////////////////////////
                              
                              //////////////////////////////////////////////////
                              // Current Rotation (Edit to your liking)       //
                              //////////////////////////////////////////////////
                              
                              sv_maprotation "exec dm.cfg map mp_carrier exec dm.cfg map mp_turbine exec dm.cfg map mp_vertigo exec dm.cfg map mp_studio exec dm.cfg map mp_bridge exec dm.cfg map mp_takeoff "
                              
                              
                              ////////////////////////////////////////////////////////////////////////////////////////////////////
                              //  DoktorSAS VanillasTS Trickshot Menu
                              //  Twitter: @DoktorSAS
                              //  Report any bugs under the right post on the forum
                              ////////////////////////////////////////////////////////////////////////////////////////////////////
                              
                              /////////////////////////////////////////////////////
                              //                                                                    
                              // List of valid colors:                                      
                              //                                                                  
                              /////////////////////////////////////////////////////
                              //    1. "red"                                                 
                              //    2. "orange"                                            
                              //    3. "yellow"                                              
                              //    4. "purple"                                              
                              //    5. "pink"                                                
                              //    6. "cyan"                                                
                              //    7. "blue"                                                 
                              //    8. "light blue"                                     
                              //    9. "green"                                                
                              //    10. "light green"                                       
                              //    11. "black"    
                              //    12. "white"                                          
                              /////////////////////////////////////////////////////
                              
                              set menu_color "cyan"
                              
                              /////////////////////////////////////////////////////
                              //  To set a player rank just add the GUID of the players                                                                   
                              //   in the right dvar, the remember to add a space                                 
                              //    between each guid or it will not work                                                              
                              /////////////////////////////////////////////////////
                              
                              // exemple -> set vips_list "GUID1 GUID2 GUID3" 
                              set vips_list "468 468"
                              set admins_list "468 468"
                              set superadmins_list "468 468"
                              set owners_list "468 468"
                              
                              set min_distance_to_hit 10 // Min distance in meters to hit a shot
                              set low_barrier 1 // 1 for low barriers and 0 for now lower barriers
                              set kills_for_last 2 // Kills needed to be at last, with 0 player will be set instant to last
                              set ground_hit 0 // 1 to enable trickshot on ground, 0 to disable trickshot on ground
                              
                              //Congratulations. You reached the end of this file. Leave map_rotate down below or else the server will not start after launch...
                              map_rotate
                              
                              1 Reply Last reply
                              0
                              • Sorexundefined Offline
                                Sorexundefined Offline
                                Sorex
                                Contributor
                                wrote on last edited by
                                #25

                                Baiter
                                Are you sure that 468 is your guid? I think that your guid is 46B.
                                95a89c01-c514-45f6-a9ef-ae977c0dfbf7-image.png

                                1 Reply Last reply
                                0
                                • Baiterundefined Offline
                                  Baiterundefined Offline
                                  Baiter
                                  wrote on last edited by
                                  #26

                                  holy shit i thought that was an 8, thanks

                                  a4293792-40e7-4f66-b80c-6943eefaf0b1-image.png

                                  1 Reply Last reply
                                  1
                                  • ImpaaacTundefined Offline
                                    ImpaaacTundefined Offline
                                    ImpaaacT
                                    wrote on last edited by
                                    #27

                                    How can I know my GUID?

                                    1 Reply Last reply
                                    0
                                    • Sorexundefined Offline
                                      Sorexundefined Offline
                                      Sorex
                                      Contributor
                                      wrote on last edited by Sorex
                                      #28

                                      ImpaaacT
                                      Guide step by step with VanillasTS

                                      1. Load VanillasTS in your server
                                      2. Got the guid print options
                                      3. Look bottom left of your screen
                                      4. And you have it

                                      Guide step by step with Forum

                                      1. Write https://forum.plutonium.pw/api/user/<YourName> , where you see yourname insert your plutonium foru name.
                                      2. Copy the uid
                                      3. Go to Decimal to Hex Converter
                                      4. Write your uid
                                      5. You hex number rappresent youtr guid
                                      loomzy148undefined 1 Reply Last reply
                                      0
                                      • ImpaaacTundefined Offline
                                        ImpaaacTundefined Offline
                                        ImpaaacT
                                        wrote on last edited by
                                        #29

                                        I think I just found a bug.
                                        Dunno why, but it's like the height barrier of the map is really low. In my case, I'm in Nuketown and I can't even go to the 2nd floor of the houses, I die.

                                        1 Reply Last reply
                                        0
                                        • ItsTopNickundefined Offline
                                          ItsTopNickundefined Offline
                                          ItsTopNick
                                          wrote on last edited by ItsTopNick
                                          #30

                                          don't worked
                                          😞

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • 1
                                          • 2
                                          • 3
                                          • Login

                                          • Don't have an account? Register

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