├── LICENSE ├── README.md ├── games └── tf2 │ ├── cfg │ └── user │ │ ├── autoexec.cfg │ │ ├── game_overrides.cfg │ │ ├── medic.cfg │ │ ├── medic │ │ ├── kritzkrieg.cfg │ │ ├── quickfix.cfg │ │ ├── ubercharge.cfg │ │ └── vaccinator.cfg │ │ ├── modules.cfg │ │ └── soldier.cfg │ └── custom │ ├── 7hud.txt │ ├── clovervidia.txt │ ├── hitsounds.vpk │ └── weapons │ ├── materials │ └── vgui │ │ └── replay │ │ └── thumbnails │ │ ├── Crossdot.vtf │ │ ├── bigcross.vmt │ │ ├── bigcross.vtf │ │ ├── circle.vmt │ │ ├── circle.vtf │ │ ├── circledot.vmt │ │ ├── circledot.vtf │ │ ├── crossdot.vmt │ │ ├── crosshair11.vmt │ │ ├── crosshair11.vtf │ │ ├── dot.vmt │ │ ├── dot.vtf │ │ ├── fatcross.vmt │ │ ├── fatcross.vtf │ │ ├── seeker.vmt │ │ ├── seeker.vtf │ │ ├── sniper.vmt │ │ ├── sniper.vtf │ │ ├── wings.vmt │ │ ├── wings.vtf │ │ ├── wingsdot.vmt │ │ └── wingsdot.vtf │ ├── scripts │ ├── SurfaceProperties.txt │ ├── tf_weapon_bat.txt │ ├── tf_weapon_bat_fish.txt │ ├── tf_weapon_bat_giftwrap.txt │ ├── tf_weapon_bat_wood.txt │ ├── tf_weapon_bonesaw.txt │ ├── tf_weapon_bottle.txt │ ├── tf_weapon_buff_item.txt │ ├── tf_weapon_builder.txt │ ├── tf_weapon_cannon.txt │ ├── tf_weapon_charged_smg.txt │ ├── tf_weapon_cleaver.txt │ ├── tf_weapon_club.txt │ ├── tf_weapon_compound_bow.txt │ ├── tf_weapon_crossbow.txt │ ├── tf_weapon_drg_pomson.txt │ ├── tf_weapon_fireaxe.txt │ ├── tf_weapon_fists.txt │ ├── tf_weapon_flamethrower.txt │ ├── tf_weapon_flaregun.txt │ ├── tf_weapon_flaregun_revenge.txt │ ├── tf_weapon_grenadelauncher.txt │ ├── tf_weapon_handgun_scout_primary.txt │ ├── tf_weapon_handgun_scout_secondary.txt │ ├── tf_weapon_jar.txt │ ├── tf_weapon_katana.txt │ ├── tf_weapon_knife.txt │ ├── tf_weapon_laser_pointer.txt │ ├── tf_weapon_lunchbox.txt │ ├── tf_weapon_lunchbox_drink.txt │ ├── tf_weapon_mechanical_arm.txt │ ├── tf_weapon_medigun.txt │ ├── tf_weapon_minigun.txt │ ├── tf_weapon_particle_cannon.txt │ ├── tf_weapon_pep_brawler_blaster.txt │ ├── tf_weapon_pipebomblauncher.txt │ ├── tf_weapon_pistol.txt │ ├── tf_weapon_pistol_scout.txt │ ├── tf_weapon_raygun.txt │ ├── tf_weapon_revolver.txt │ ├── tf_weapon_robot_arm.txt │ ├── tf_weapon_rocketlauncher.txt │ ├── tf_weapon_rocketlauncher_airstrike.txt │ ├── tf_weapon_rocketlauncher_directhit.txt │ ├── tf_weapon_sapper.txt │ ├── tf_weapon_scattergun.txt │ ├── tf_weapon_sentry_revenge.txt │ ├── tf_weapon_shotgun_building_rescue.txt │ ├── tf_weapon_shotgun_hwg.txt │ ├── tf_weapon_shotgun_primary.txt │ ├── tf_weapon_shotgun_pyro.txt │ ├── tf_weapon_shotgun_soldier.txt │ ├── tf_weapon_shovel.txt │ ├── tf_weapon_smg.txt │ ├── tf_weapon_sniperrifle.txt │ ├── tf_weapon_sniperrifle_classic.txt │ ├── tf_weapon_sniperrifle_decap.txt │ ├── tf_weapon_soda_popper.txt │ ├── tf_weapon_stickbomb.txt │ ├── tf_weapon_sword.txt │ ├── tf_weapon_syringegun_medic.txt │ └── tf_weapon_wrench.txt │ └── sources.txt └── vscode └── settings.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/README.md -------------------------------------------------------------------------------- /games/tf2/cfg/user/autoexec.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/autoexec.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/game_overrides.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/game_overrides.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/medic.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/medic.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/medic/kritzkrieg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/medic/kritzkrieg.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/medic/quickfix.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/medic/quickfix.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/medic/ubercharge.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/medic/ubercharge.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/medic/vaccinator.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/medic/vaccinator.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/modules.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/modules.cfg -------------------------------------------------------------------------------- /games/tf2/cfg/user/soldier.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/cfg/user/soldier.cfg -------------------------------------------------------------------------------- /games/tf2/custom/7hud.txt: -------------------------------------------------------------------------------- 1 | https://github.com/Sevin7/7hud 2 | 3 | -------------------------------------------------------------------------------- /games/tf2/custom/clovervidia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/clovervidia.txt -------------------------------------------------------------------------------- /games/tf2/custom/hitsounds.vpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/hitsounds.vpk -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/Crossdot.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/Crossdot.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/bigcross.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/bigcross.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/bigcross.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/bigcross.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circle.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circle.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circle.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circle.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circledot.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circledot.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circledot.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/circledot.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/crossdot.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/crossdot.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/crosshair11.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/crosshair11.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/crosshair11.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/crosshair11.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/dot.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/dot.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/dot.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/dot.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/fatcross.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/fatcross.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/fatcross.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/fatcross.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/seeker.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/seeker.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/seeker.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/seeker.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/sniper.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/sniper.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/sniper.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/sniper.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wings.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wings.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wings.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wings.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wingsdot.vmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wingsdot.vmt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wingsdot.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/materials/vgui/replay/thumbnails/wingsdot.vtf -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/SurfaceProperties.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/SurfaceProperties.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_bat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_bat.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_bat_fish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_bat_fish.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_bat_giftwrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_bat_giftwrap.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_bat_wood.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_bat_wood.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_bonesaw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_bonesaw.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_bottle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_bottle.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_buff_item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_buff_item.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_builder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_builder.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_cannon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_cannon.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_charged_smg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_charged_smg.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_cleaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_cleaver.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_club.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_club.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_compound_bow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_compound_bow.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_crossbow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_crossbow.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_drg_pomson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_drg_pomson.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_fireaxe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_fireaxe.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_fists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_fists.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_flamethrower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_flamethrower.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_flaregun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_flaregun.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_flaregun_revenge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_flaregun_revenge.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_grenadelauncher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_grenadelauncher.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_handgun_scout_primary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_handgun_scout_primary.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_handgun_scout_secondary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_handgun_scout_secondary.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_jar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_jar.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_katana.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_katana.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_knife.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_knife.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_laser_pointer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_laser_pointer.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_lunchbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_lunchbox.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_lunchbox_drink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_lunchbox_drink.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_mechanical_arm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_mechanical_arm.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_medigun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_medigun.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_minigun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_minigun.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_particle_cannon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_particle_cannon.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_pep_brawler_blaster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_pep_brawler_blaster.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_pipebomblauncher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_pipebomblauncher.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_pistol.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_pistol.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_pistol_scout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_pistol_scout.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_raygun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_raygun.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_revolver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_revolver.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_robot_arm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_robot_arm.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_rocketlauncher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_rocketlauncher.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_rocketlauncher_airstrike.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_rocketlauncher_airstrike.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_rocketlauncher_directhit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_rocketlauncher_directhit.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_sapper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_sapper.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_scattergun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_scattergun.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_sentry_revenge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_sentry_revenge.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_shotgun_building_rescue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_shotgun_building_rescue.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_shotgun_hwg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_shotgun_hwg.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_shotgun_primary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_shotgun_primary.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_shotgun_pyro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_shotgun_pyro.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_shotgun_soldier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_shotgun_soldier.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_shovel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_shovel.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_smg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_smg.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_sniperrifle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_sniperrifle.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_sniperrifle_classic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_sniperrifle_classic.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_sniperrifle_decap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_sniperrifle_decap.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_soda_popper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_soda_popper.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_stickbomb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_stickbomb.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_sword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_sword.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_syringegun_medic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_syringegun_medic.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/scripts/tf_weapon_wrench.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/scripts/tf_weapon_wrench.txt -------------------------------------------------------------------------------- /games/tf2/custom/weapons/sources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/games/tf2/custom/weapons/sources.txt -------------------------------------------------------------------------------- /vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mastercoms/configs/HEAD/vscode/settings.json --------------------------------------------------------------------------------