• physgun & physcannon change slotpos ?
    0 replies, posted
Hello, I am trying to change the slot of the physgun and physcannon on my server I do not like its current position I would have liked to put it with the toolgun namely in slot 6 in bulk that when you press the key 6 you can select them are currently on slot 1 by default. I looked on the hl2 base files here steamapps\common\GarrysMod\sourceengine\scripts but I do not see any way to change the slot. // Physics Gun WeaponData { // Weapon data is loaded by both the Game and Client DLLs. "printname" "#HL2_GravityGun" "viewmodel" "models/weapons/v_physcannon.mdl" "playermodel" "models/weapons/w_Physics.mdl" "anim_prefix" "gauss" "bucket" "0" "bucket_position" "1" "bucket_360" "2" "bucket_position_360" "1" "clip_size" "1" "clip2_size" "0" "primary_ammo" "None" "secondary_ammo" "None" "default_clip" "0" "default_clip2" "0" "weight" "0" "autoswitchto" "0" "autoswitchfrom" "0" "item_flags" "2" SoundData { // launch held object "single_shot" "Weapon_PhysCannon.Launch" // Ignore? "reload" "Weapon_PhysCannon.Charge" // dry fire - no target "empty" "Weapon_PhysCannon.DryFire" // pick up object "special1" "Weapon_PhysCannon.Pickup" // open claws, target object "special2" "Weapon_PhysCannon.OpenClaws" // close claws, target out of range/invalid "melee_hit" "Weapon_PhysCannon.CloseClaws" // drop object "melee_miss" "Weapon_PhysCannon.Drop" // too heavy "special3" "Weapon_PhysCannon.TooHeavy" } // Weapon Sprite data is loaded by the Client DLL. TextureData { "weapon" { "font" "WeaponIcons" "character" "m" } "weapon_s" {  "font" "WeaponIconsSelected" "character" "m" } "crosshair" { "font" "Crosshairs" "character" "Q" } "autoaim" { "file" "sprites/crosshairs" "x" "48" "y" "72" "width" "24" "height" "24" } } } // Physics Gun WeaponData { // Weapon data is loaded by both the Game and Client DLLs. "printname" "#HL2_Physgun" "viewmodel" "models/weapons/v_Physics.mdl" "playermodel" "models/weapons/w_Physics.mdl" "anim_prefix" "physgun" "bucket" "4" "bucket_position" "4" "clip_size" "1" "clip2_size" "8" "primary_ammo" "None" "secondary_ammo" "Gravity" "default_clip2" "8" "weight" "0" "item_flags" "2" SoundData { "single_shot" "Weapon_Physgun.On" "reload" "Weapon_Physgun.Off" "special1" "Weapon_Physgun.Special1" } // Weapon Sprite data is loaded by the Client DLL. TextureData { "weapon" { "font" "WeaponIcons" "character" "m" } "weapon_s" {  "font" "WeaponIconsSelected" "character" "m" } "crosshair" { "font" "Crosshairs" "character" "Q" } "autoaim" { "file" "sprites/crosshairs" "x" "48" "y" "72" "width" "24" "height" "24" } "autoaim" { "file" "sprites/crosshairs" "x" "48" "y" "72" "width" "24" "height" "24" } } } If a person is able to change the physgun & physcannon slot it would be really nice of him to share the info, thanks in advance to all those who can help me to see more clearly.
Sorry, you need to Log In to post a reply to this thread.