Garry's Mod

Garry's Mod

Not enough ratings
Car simulator
   
Award
Favorite
Favorited
Unfavorite
Description
+45 cars which include scar base and Simfphys base also gta v NPC
bind "your key" +vehicles_radio_gui
why this collection include scar and Simfphys in the same time?
Reason 1
Thanks to scars you can make a race
Reason 2
Thanks to Simfphys you can make AI vehicle, if you will try make it with scar...It's gonna be terrible
+some weapons

Code for game

bgNPC.cfg.npcs_template = {
['citizen'] = {
enabled = true,
class = 'npc_citizen',
name = 'Civilian',
fullness = 64,
team = { 'residents' },
weapons = { 'weapon_pistol', 'weapon_357', 'weapon_crowbar' },
getting_weapon_chance = 10,
money = { 0, 100 },
health = 30,
weapon_skill = WEAPON_PROFICIENCY_POOR,
max_vehicle = 2,
enter_to_exist_vehicle_chance = 10,
vehicle_group = 'residents',
vehicles = {
'sim_fphys_pwavia',
'sim_fphys_pwgaz52',
'sim_fphys_pwhatchback',
'sim_fphys_pwliaz',
'sim_fphys_pwmoskvich',
'sim_fphys_pwtrabant',
'sim_fphys_pwtrabant02',
'sim_fphys_pwvan',
'sim_fphys_pwvolga',
'sim_fphys_pwzaz',
},
at_random_range = 110,
at_random = {
['walk'] = 80,
['idle'] = 10,
['dialogue'] = 10,
['sit_to_chair'] = 10,
},
at_damage_range = 100,
at_damage = {
['fear'] = 90,
['defense'] = 10,
},
at_protect_range = 100,
at_protect = {
['fear'] = 70,
['defense'] = 10,
['calling_police'] = 20,
}
},
['taxi_driver'] = {
enabled = true,
class = 'npc_citizen',
name = 'Taxi driver',
limit = 2,
team = '@citizen',
weapons = '@citizen',
getting_weapon_chance = '@citizen',
money = '@citizen',
health = '@citizen',
weapon_skill = '@citizen',
max_vehicle = 2,
enter_to_exist_vehicle_chance = 100,
vehicle_group = 'taxi',
vehicles_random_color = true,
vehicles = {
'sim_fphys_dukes',
},
at_random_range = '@citizen',
at_random = '@citizen',
at_damage_range = '@citizen',
at_damage = '@citizen',
at_protect_range = '@citizen',
at_protect = '@citizen',
validator = function(self, npc_type)
if not GetConVar('bgn_enable_dv_support'):GetBool() then
return false
end
end,
},
['thief'] = {
enabled = true,
inherit = 'citizen',
class = 'npc_citizen',
name = 'Thief',
fullness = 8,
team = { 'bandits' },
money = { 0, 100 },
health = 35,
weapon_skill = WEAPON_PROFICIENCY_POOR,
enter_to_exist_vehicle_chance = 10,
at_random_range = 110,
at_random = {
['walk'] = 70,
['idle'] = 10,
['steal'] = 20,
['sit_to_chair'] = 10,
},
at_damage_range = 100,
at_damage = {
['fear'] = 100,
},
at_protect_range = 100,
at_protect = {
['ignore'] = 100,
}
},
['gangster'] = {
enabled = true,
class = { 'npc_vj_sredgangm', 'npc_vj_srussiangang', 'npc_vj_sgreengangm', 'npc_vj_sitaliangang' },
name = 'Gangster',
fullness = 10,
team = { 'bandits' },
weapons = { 'weapon_vj_sensmg', 'weapon_senpistol', 'weapon_vj_senassault', 'weapon_vj_senpumpshot' },
money = { 0, 150 },
health = 50,
weapon_skill = WEAPON_PROFICIENCY_AVERAGE,
max_vehicle = 1,
vehicle_group = 'bandits',
vehicles = '@citizen',
enter_to_exist_vehicle_chance = 10,
at_random_range = 150,
at_random = {
['walk'] = 100,
['idle'] = 25,
['impingement'] = 5,
['sit_to_chair'] = 10,
},
at_damage_range = 100,
at_damage = {
['defense'] = 100,
},
at_protect_range = 200,
at_protect = {
['ignore'] = 195,
['defense'] = 5,
}
},
['police'] = {
enabled = true,
class = 'npc_vj_ccop',
name = 'Police',
fullness = 6,
gender = 'male',
team = { 'residents', 'police' },
weapons = { 'weapon_vj_senpistolcop' },
money = { 0, 170 },
health = 55,
weapon_skill = WEAPON_PROFICIENCY_AVERAGE,
max_vehicle = 1,
vehicle_group = 'police',
enter_to_exist_vehicle_chance = 30,
vehicles = {
'sim_fphys_combineapc'
},
random_skin = true,
random_bodygroups = true,
at_random_range = 100,
at_random = {
['walk'] = 85,
['idle'] = 10,
['dialogue'] = 15,
},
at_damage_range = 100,
at_damage = {
['defense'] = 20,
['arrest'] = 80
},
at_protect_range = 100,
at_protect = {
['defense'] = 20,
['arrest'] = 80
}
},
['civil_defense'] = {
enabled = true,
class = 'npc_vj_carmourcop',
name = 'Сivil Defense',
respawn_delay = 5,
fullness = 5,
wanted_level = 2,
team = { 'residents', 'police' },
weapons = { 'weapon_vj_senpumpshotcop' },
health = { 60, 70 },
weapon_skill = WEAPON_PROFICIENCY_GOOD,
vehicle_group = '@police',
vehicles = '@police',
enter_to_exist_vehicle_chance = '@police',
money = { 0, 200 },
at_random = { ['walk'] = 100 },
at_damage_range = 100,
at_damage = { ['defense'] = 100 },
at_protect_range = 100,
at_protect = { ['defense'] = 100 },
},
['special_forces'] = {
enabled = true,
class = 'npc_vj_cswat',
name = 'Special Forces',
respawn_delay = 15,
fullness = 5,
wanted_level = 3,
team = { 'residents', 'police' },
weapons = { 'weapon_vj_sensmgswat' },
health = { 80, 90 },
weapon_skill = WEAPON_PROFICIENCY_VERY_GOOD,
max_vehicle = 1,
vehicle_group = '@police',
vehicles = {
'sim_fphys_conscriptapc',
},
enter_to_exist_vehicle_chance = '@police',
random_skin = true,
random_bodygroups = true,
default_models = false,
models = {
'models/armored_elite/armored_elite_npc.mdl',
},
money = { 0, 250 },
at_random = { ['walk'] = 100 },
at_damage_range = 100,
at_damage = { ['defense'] = 100 },
at_protect_range = 100,
at_protect = { ['defense'] = 100 },
},
['special_forces_2'] = {
enabled = true,
class = 'npc_vj_criotshi',
name = 'Reinforced Special Forces',
respawn_delay = 15,
fullness = 2,
wanted_level = 4,
team = { 'residents', 'police' },
weapons = { 'weapon_vj_sensmgswat' },
health = { 100, 110 },
weapon_skill = WEAPON_PROFICIENCY_PERFECT,
vehicle_group = '@police',
vehicles = '@special_forces',
enter_to_exist_vehicle_chance = '@police',
money = { 0, 300 },
at_random = { ['walk'] = 100 },
at_damage_range = 100,
at_damage = { ['defense'] = 100 },
at_protect_range = 100,
at_protect = { ['defense'] = 100 },
},
['police_helicopter'] = {
enabled = true,
class = 'npc_apache_scp_sb',
name = 'Assault Helicopter',
disable_states = true,
respawn_delay = 15,
limit = 1,
wanted_level = 5,
team = { 'residents', 'police' },
money = { 0, 500 },
at_damage_range = 100,
at_damage = { ['defense'] = 100 },
at_protect_range = 100,
at_protect = { ['defense'] = 100 },
validator = function(self, npc_type)
if list.Get('NPC')[self.class] == nil then
return false
end
end,
},
['zombie'] = {
enabled = false,
class = {
'npc_zombie',
'npc_zombie_torso',
'npc_fastzombie',
'npc_poisonzombie',
},
name = 'Zombie',
bio_annihilation_two_replacement = true,
zombie_mode = true,
respawn_delay = 10,
limit = 10,
team = { 'zombies' },
money = { 0, 100 },
health = { 35, 150 },
random_skin = true,
random_bodygroups = true,
at_random = {
['walk'] = 70,
['idle'] = 30,
},
at_damage = { ['defense'] = 100 },
at_protect = { ['defense'] = 100 },
},
}
Items (130)
Advanced Bone Tool
Created by Thirteen
A tool to edit angles, scaling and the location of props bones. You can use this on any prop in gmod*. Also availible on GitHub: https://github.com/thirteen-io/Advanced-Bone-Tool *Some props will not allow for rotation or translation due to them being tied...
Advanced Settings
Created by Dopey
Greetings, everyone! I reuploaded this old forgotten mod that I have been using for quite some time. I don't remember the author of it, but he has removed it from the Workshop years ago, and I had a bunch of old addons including this on an old external HDD...
Actual Screen Blood [Fixed]
Created by fran
This is an edit of screen damage, puts blurry blood on screen. Screenblood. Edit: Thank you so much DGtle and Defrective for fixing the multiplayer bug! If anyone has any idea to make settings for this, like transparency, fade out time, etc. please feel fr...
(Furry) Goofy Cat | PM & Ragdoll | Clothing Update!
Created by Light Shoro
This model is for public purpose, you are not allowed to decompile it or modify it by any method, any copy of that addon will be taken down according to Steam Workshop's rules. Please do not use the Boykisser Compendium With Sexy Lighting, it is incompatib...
(FNaF 2 & 3) Purple Guy Playermodel/Ragdoll (REUPLOAD)
Created by NekoFox
This is reupload of Best Purple Guy playermodel and ragdoll...
Apex Legends: Holster/Melee SWEP
Created by Twilight Sparkle
Not the best name I had in mind its something so, hello everyone, so with having nothing to do i wanted to try to do something here again, but this time just being a simple swep (which is an unarmed one... again...) but, this one at least has a few neat st...
Atmos - Day / Night and Weather Modification
Created by looter
http://i.imgur.com/Ctu25td.png Atmos 2 Atmos 2 is now Open Source and a work in progress, community contributions are welcome. Once it's stable and more user friendly, this workshop addon will be updated and switched over. Update Notes / Changelog Patch No...
AutoIcons - weapon select & kill icon generator
Created by Joker Gaming
This addon will automatically make weapon select icons and killicons matching the vanilla HL2 styles very closely. This addon will make all SWEPs look like HL2 weapons in the weapon selector. By default it will replace all weapon selection icons to create ...
Background NPCs vehicles - Grand Theft Auto: San Andreas (GTA:SA)
Created by [FG] Shark_vil
Attention! If the cars do not spawn, it means that there are no points for "DV" on the map on which you are playing. Read the description for the " Decent Vehicle - Basic AI" addon to understand how it works. "DV" is optional for "Background NPCs", and I'm...
Better Keep Corpses Mod
Created by Buzzofwar
Hello everyone! Welcome to the Better Keep Corpses Mod! This mod allows you to keep corpses on and not have the problems it comes with! Features: Player no longer gets stuck on corpses while keep corpses is on Turn off npc's dropping weapons! No more litte...
Background NPCs - Fill the world
Created by [FG] Shark_vil
Topics FAQ Issue Suggestions Questions and Answers Default & Unofficial maps What is this? This is a simple addon that spawns NPCs on the map and makes them move to pre-set points. In case of danger, they can try to run away, hide, scream in horror or figh...
Black Ops 2 Tactical Insertion (Sandbox) (2025 Update)
Created by Hoff
This is the Tactical Insertion ported from Black Ops II. Before asking questions in the comments, check if it's answered in the FAQ! What it does It allows you to set your spawn point using a device. When you die, you will respawn at the tactical insertion...
Call Of Duty Death Quotes Effect [RU]
Created by Tarhoon Sunflare
https://i.imgur.com/WB7UpvL.png This addon is not mine!!! I am not the author of this add-on and do not take credit for it. This addon is just my russian localization of this addon. I added few lines to the original code for choosing to disable and turn on...
Customizable Fall Damage
Created by John Mactavish
This Addon does NOT work in single player you have to either put it on your dedicated server or start a 2 player game in the menu If you like it please leave a like and if there is any problem leave a comment This addon allows you to customize the fall dam...
Custom Loadout
Created by StyledStrike
You know those games you play, where someone gets out a rocket launcher, and people go, "Where was he keeping that? It's so unrealistic"? I say to them, "You've clearly not spent much time in the US prison system". A loadout customization addon. Features S...
Dark UI Spawnmenu
Created by ♔ AquaRex ♔
http://i.imgur.com/OeLoj0Q.png http://i.imgur.com/8mVNqmT.png A Dark version of the spawnmenu, with inspiration from the original Garry's Mod UI Made by me (AquaRex) http://i.imgur.com/mLtNy1C.png * Dark Theme * Derma Supported * Clean interface * Should w...
Decent Vehicle support for gm_goldencity_v2_day
Created by Danoncho
Cars! That drives around by themselves! WOW! Now you can see cars riding around your gm_goldencity_v2_day! So cool! Remember to load new waypoints with Q --> Tools --> Decent Vehicle Waypoints Tool and check "load on start" button. Features?? Lots of paths...
Decent vehicle waypoints for Gm_city25
Created by Skimask
Waypoints and traffic lights for Gm_City25 (requires decent vehicle mod) So far, only 2/3 of all the roads have been made on the waypoint map. To get it work you need to load this save from menu Путь для ботов и светофоры на карте (нужен decent vehicle) По...
Dog SNPC (Reupload)
Created by BloodOrange1
IS THAT THE DOG FORM GLICH'E GAMING!? yes, yes it is....
Disable Kill-Feed
Created by Nickolay
Does as it says, disables your kill feed, either on singleplayer or multiplayer. Errors? Post in the comments. Disclaimer: It was never meant to disable the console logs, solely the HUD. ...
Dynamic Weapon Reverb
DWR V3 If your weapons sound too dull or boring, this mod is just for you! This addon brings more or less realistic weapon reverb into the game that is complemented by these features: Outdoors/indoors state checks Distance checks Ammo type checks Bullet cr...
Enhanced npc weapon sounds
tired of the old dull sounding gunshots the npcs have when they shoot things well thats not a problem the gameplay videos are demostraiting how they are in game NOT SWEPS sounds of weapons in video in order 1. pistol 2. smg 3. ar2 4. shotgun 5. combine sni...
Enhanced PlayerModel Selector Fesiug's Edit
Created by Fesiug
Incompatible with the original. Unsubscribe from it if you install this one. If you can't see the hands tab, you have the original mod installed. Comments are disabled because people can't read this part!! Sorry. Select your hands separately from your play...
Enhanced ThirdPerson
Created by DRIV
Features Multiple Customization Options Customize Camera Angle & FOV Customizable Crosshair Playermodel doesn't clip through solid objects. Smooth Camera Movement Option Camera Sync Options Properly adjusted crosshair Presets Bind Thirdperson without using...
Extended Properties
Created by Rubat
This addon adds a lot of properties to Half-Life 2 and Garry's Mod entites such as turrets, rollermines, suit chargers, flashlights, dynamites, NPCs and anti-antlion thumpers. There are over 72 different actions for different entites and NPCs. UsageHold C ...
Food and Household items
Created by Figge Ferrum
This pack contains well over 200 props, mainly food but also cleaning products and other types of groceries. Includes: McDonald's Food Kinder Surprise + Box Chips bags Cillit Bang Wine bottles Much, much, more... 🍟🍗🍕🍔🍞🍉🍩🎂🍟🍗🍕🍔🍞🍉🍩🎂🍟🍗🍕🍔🍞🍉🍩🎂🍟🍗🍕🍔🍞🍉🍩🎂🍟🍗🍕🍔🍞🍉🍩🎂🍟🍗🍕...
Fps Booster
Created by -ICE-
http://i.imgur.com/x9MBp0b.gif If you'd like to Support more Addons like this please Consider Donating Via Cash App :) https://i.imgur.com/bPKSVexm.png For Singleplayer and Servers! Fps Booster is a easy way to potentially help improve your Clients FPS. Wh...
German Military Songs [Vehicle Radio]
Created by jarikthepug93
This pack adds German Military songs from WWI and WWII. UPDATE NOTES! 7/4/25 Added: AlexanderMarsch Wir wollen unseren alten Kaiser Wilhelm wiederhaben Das Leben ist auch ein Wurfelspiel Die Gedanken sind frei Hohenfriedberger Marsch Ich bin ein Preuße, ke...
gm_bigcity_improved
Created by Cadbee
Original map made by Bigwig gm_bigcity_improved A modified version of bigcity with no particular gimmick or theme. Just a little of everything to make the map a bit more interesting and less empty feeling. FYI some key areas have been modified or completel...
GM_City25
Created by Señor Zambie
Hello and welcome to City25! 2020 Update is now available fixing problems with AI Nodes and possible crashes. Map doesn't require anything so subscribe and enjoy. Features: A big city enviroment Under Construction skyscraper 8 Enterable Houses 1 enterable ...
gm_city25 NAVMESH
i could have sworn i've uploaded this navmesh already... More navmesh here make sure to check out my other addons if you are interested. My Workshop Addons...
gm_goldencity_v2_day
Created by Skerion
Sorry that the daytime version of this map took so long to finish, but I've finally gotten around to getting this out. Also, some minor-ish changes have been made to this map that aren't currently in the night version, mostly consisting of extra foliage an...
GTA HD Universe Star Replacement for Background NPCS
Created by byeah
Replaces the Wanted stars to the ones from Grand Theft Auto IV and Grand Theft Auto V. ...
Graffiti SWEP
Created by T1ger
Graffiti SWEP? The addition Graffiti SWEP adds a customizable spray can with which you can paint the walls! How to use it? ㅤㅤLeft mouse button - applying the selected color. (originally black) ㅤㅤRight mouse button - opens the configuration menu. It is poss...
GTA Police Choppers (GTA 3 and Vice City; AI Entities)
Created by Shadow Bonnie (RUS)
Police Choppers from GTA Vice City and GTA 3 that fly when you have 3 or more wanted level. You cannot control choppers from the cabin, but you can change behavior using console commands. Serverside "gta_aichopper_crash 1/0" - default 1, can choppers be de...
GTA Vice City Playermodels & NPCs
Created by GoodFishMan
A huge pack of all of the Grand Theft Auto Vice City PMs & NPCs I noticed there's no GTA VC playermodel pack on the workshop so i uploaded this. (also this is mostly for my GTA RP) Map used: RP_Florida_V2 Want to follow progress on my mods / play on my ser...
GTA Vice City UI Sounds (SFX)
Created by VinBoy03
This Addon replaces the following sounds: - UI Sounds - Bullet impact on surfaces - Bullet shell tinkering - Item pickups - Explosions -Credits Rockstar Games https://www.rockstargames.com/...
GTA: San Andreas footstep sounds
Created by RIBANNI
A footstep sound mod that will replicate the feelings from PS2's best-selling title, pure nostalgia. This add-on changes: Concrete Tile Wood Woodpanel Metal Grate Chainlink Duct Ladder Grass Dirt Mud Sand Gravel Slosh (water) Wade (water) Snow And many oth...
Half-Life 2 NPC Buff
Created by GaussTheWizard
End of Support: This addon will no longer be updated. Put some muscle into those machines! A companion addon to my Half-Life 2 Weapon Buff, this addon doubles all damage done by Floor Turrets, Ceiling Turrets, Striders, Helicopters, Gunships, and Hunters, ...
Half-Life 2 Weapon Buff
Created by GaussTheWizard
End of Support: This addon will no longer be updated. Put some muscle into those munitions! Have you ever felt like the default weapons are kind of wimpy? Are you irked by the fact that it takes EIGHT F KING PISTOL SHOTS to kill one Metrocop? Would you lik...
Hide Name and Health percent [Optimized]
Created by Seefox
https://i.imgur.com/Gkw7mwm.gif Script hides players names on your server. So nobody can see name and health % of his target. Server-side convars dti_sv_disablemod - disables mod for everyone on the server - default 0 This addon is not a reupload ! It's an...
Holster/Unequip Weapon
Created by D MAS
new: drop command added, do steps 1-3, replace in step 2 with "drop" instead also new: added unholster also also new: uses SequenceDuration now so holster looks smoother (suggestion from: wired to the world wide web) i'd just like to dispel the fact that n...
Invisible PlayerModel
Created by ArachnitCZ
A whole invisible playermodel, simple as that. Very cheap model with very small file size. Worldmodel weapons are "invisible" using a trick. Viewmodel arms are invisible but weapons aren't, I tried to disable them with lua but I'm not a lua coder so I fail...
L4D2 Baton (V) [Stunstick]
Created by V92
The Police Baton from L4D2 for the Stunstick Pretty straight-forward swap. No scripts, just some model/sound replacements. Credit Where It's Due V92 - Compile for HL2, GMod C_Model Valve Corporation/Turtlerock Studios - (L4D2) original assets Inaki - Origi...
Left 4 Dead 2 Weapon Pack REWORKED
Created by Полковник
Weapons from L4D2. All textures, models and sounds are made by Valve, ported and scriptet by me. Included: WEAPONS: AK-47 Assault Rifle Auto Shotgun Axe Baseball Bat Chainsaw Charger Claw Chrome Shotgun Combat Knife Combat Rifle Combat Shotgun Cricket Bat ...
LUA - SLibrary
Created by [FG] Shark_vil
What is it? This is a library that extends the functionality of the basic LUA features. I plan to use this in my various designs because I often use the same functionality that I have to duplicate every time. To avoid this, I use a library where everything...
Mad Vehicle
Your vehicles become crazy! They will run toward you! Added compatibility by updates Now SCAR Compatible Simfphys Vehicles can also become mad!! How to make a crazy vehicle: Go to: NPC -> GreatZenkakuMan's NPCs -> Mad Vehicle Spawn Mad Vehicle near your ve...
Maxwell the Cat
Created by [JITOC] height229
You can now show of the DINGUS to your friends. Did you know that you could also play as the DINGUS? https://steamproxy.com/sharedfiles/filedetails/?id=2906932455 Features Includes two dancing cats. Animations Music Instructions Find the entities in th...
mighty foot engaged
the smod kick of theseus, made to be actually maintained and improved as time goes on originally grew from a dissatisfaction of what was available and a striving to improve (and everyone says its kinda like maximum action i guess and its true it was inspir...
Monolith Call [SWEP]
Created by Felix-8
FEATURES: - SWEP called "Monolith Call" - On LMB plays random sound from Wish Granter - Total sounds: 7 - Also has shake when playing sound DESCRIPTION - Твоя цель здесь... Иди ко мне!.. - Твой путь завершается... Иди ко мне! - Вознаграждён будет только од...
nMoney2 - Sandbox Currency
Created by N3xt
The next-gen version of nMoney is finally released on workshop! Not with just cool interactive 3D hud but also with new handy features. CSS IS REQUIRED TO SEE THE MONEY AND MONEY PALLET OR DISALLOW CSS IN CONFIGURATION PANEL. This project has been abandone...
nMoney2shop
Created by Al
THE NEW ADDON! SUPER POOPING MOD 3000 I decided to change the Advanced Crafting System for nMoney2 system It is recommended to delete the original Addon because errors will occur You need to install nMoney2 for Addon working. The store uses your money from...
Passeport Papers Please
Created by Mich Le S
Informations Voici tout les Passeports du jeu Papers Please Si vous les trouver bien fait laisser un pouce ou un commentaire, ça me feras très plaisir et ça me donneras envie de continuer. Des questions ? Des réponses ? (F.A.Q) Q: Je voudrais avoir un Pass...
Police K9 Dog Playermodel
Created by BadMan578
Credit To Its ItzDannio25 for doing this for me! Editor: https://steamproxy.com/profiles/76561198275622487/myworkshopfiles/ ...
Police Officers (Playermodels)
Created by [CZ] Colonel Clanny
___________________________________________________________________ ===Contains=== Seven Models with 14 textures each model ______________________________________________________________________________ ===Useable=== Playermodels (X) ______________________...
Police System
Created by DRIV
Version 1.3 Original creator is HarionPlayZ This entry is allowed to remain under his permission. Be sure to show graditute to this great man and give a STEAM Award to one of his mods! I'd also like to thank BENDER X for finding the initial version in the ...
Postal 2 Petition: Add CSS weapons to Garry's Mod officially
Created by Mr Elite
Well... we tried This guy made a Github request for the CSS weapons to be added in the game months ago, recently, Rubat marked it as not planned ̶E̶a̶c̶h̶ ̶l̶i̶k̶e̶ ̶i̶s̶ ̶a̶ ̶s̶i̶g̶n̶a̶t̶u̶r̶e̶ ̶E̶a̶c̶h̶ ̶c̶o̶m̶m̶e̶n̶t̶ ̶i̶n̶ ̶t̶h̶e̶ ̶p̶a̶g̶e̶ ̶o̶f̶ ̶t̶h̶...
Proxy Color Tool
Created by NotAKid
Proxy Color Tool is a tool that allows for multiple color "slots" on models that support it. For developers, please read the wiki. For users, please keep in mind, this only works with addons that support this mod. It is not a replacement for any color tool...
Roblox Stuff
Created by RetroSource
A growing collection of models, weapons, and entities from golden era Roblox (2007 - 2012) Some items are unfinished, in progress, or yet to be made! Included Items: - A bunch of props, with custom prop tab (dedicated spawn tab coming soon...) - Roblox sta...
Sentry's Cop NPC/Playermodel
Created by Sentryandreas
Fully functional NPCs: Cop https://steamproxy.com/sharedfiles/filedetails/?id=2374266366 Retro Cop https://steamproxy.com/sharedfiles/filedetails/?id=2540682262 These models are originally from my Cop/Retro Cop SNPCs Pack. Since many people want me...
Smooth Scroll
Created by Minbirdragon
Just makes scroll smooth! This addon make all scroll panels have smooth scroll. That's all. Also see on the Github. https://github.com/Minbird/Smooth_Scroll Please report bugs and errors to me....
Russian National Guard Player Models
Created by Bloomstorm
Федеральная служба войск национальной гвардии Росси́йской Федера́ции (Росгвардия) — федеральный орган исполнительной власти, осуществляющий функции по выработке и реализации государственной политики и нормативно-правовому регулированию в сфере деятельности...
Styled Dropped Weapons
Created by Rapthos
Drop your weapons with style (like in GTA). Dropped weapons save clip and ammo. How to drop? Weapon drops automatically after death. OR you can use command styled_drop to drop your current weapon in hands. Cvars: styled_enable Enable/Disable addon. Default...
TCoBooks
Created by SweptThr.one
Write your ideas down and keep them forever! // Throneco's 50th addon! TCoBooks, a project that's not so revolutionary, but is still good enough to upload. This is also the first addon to have been a full collaboration. TCoBooks is a set of six book entiti...
TDM's Prop Pack
Created by TDM
What is this? This is a pack with a bunch of props in it. You can use these props to build your own emergency vehicles or something else. Features This pack comes with a spawnlist for easy access to the props. Props have been categorized into groups depend...
TDMCars - Base Pack
Created by TDM
This is the required base pack for TDMSCars and TDMCars. This is a collection of textures that is shared by all of the vehicles. Note that this is already a part of the SVN and you should not download it if you use the SVN! Forza Motorsport © Microsoft Cor...
Vehicle Radio
Created by Fraddy15
ATTENTION! THIS ADDON NO LONGER CONTAINS PREINSTALLED STATIONS! This is necessary so that you can download completely new custom sets of stations. You must install default stations separately Default Stations To use: enter to console - bind "your key" +veh...
vFire - Dynamic Fire for Garry's Mod
Created by combu
64 Bit Branch Support Fixed! Apologies for the month late fix. Thank you for bringing the issue to my attention in the comments/discussions, and thank you Ickycoolboy for making a fix available. vFire development is dormant. Still, efforts will be made to ...
VJ Base
Created by DrVrej
VJ Base, short for Vrej Base, was established in 2012 with the aim of assisting in the development of various addons. It is popularly used to create scripted NPCs, thanks to its highly customizable and sophisticated artificial intelligence systems. For an ...
The Total Replacer. Replace all what you want
Created by ☣Îđêằĺĺ☣
This addon in my Github! If you really liked my addon, please donate to me with a trade. It's worth a lot. Tired of the standard NPCs? Or maybe even Entities? I've created and released my own addon for a total replacement for NPCs, Entites, SWEPs and even ...
Zippy's Library
Created by Zippy
Also known as Convenience/CONV! 'Zippy's Library' is a GLua library required for my addons! Join the discord server (by clicking the image below) if you want to discuss my addons! https://i.imgur.com/cI5W8Pc.png Check out my NPC Base! https://steamcommunit...
[C3] Hand Cuff SWEP
Created by C-Man3144
This is a SWEP that doesn't really do anything its just a Model.. And well its two SWEPS, There is one with Handcuffs On the player, and one with the player holding handcuffs. This is just for RP Servers, you would have to apply your own code to this to ar...
[DV] Decent Vehicle - Basic AI
Version 1.2.0 Added Glide, LVS, and Photon 2 support. Added very experimental police NPC which has been hidden for a long time. I'm not as mad as Mad Vehicle... believe me... You - What is Decent Vehicle??? We - Decent vehicle.. it's a new era for gmod's R...
[DV] Decent Vehicle support for gm_york
Created by Blackterio
Adds artificial intelligence support for vehicles to the GM_YORK map - Turn signals - Gas station - Traffic lights - Nodes on all the map - Taxi stations...
[LFS] Grand Theft Auto: San Andreas Aircraft
Created by Kapitano Krunchyman
The San Andreas pack is finally here. Aircraft included: Older and updated inclusions: Hunter Maverick Police Maverick VCN Maverick Sparrow Seasparrow Newcomers: Helicopters: Cargobob Leviathan Raindance Planes: Beagle Cropduster Dodo Hydra Nevada Rustler ...
[LVS] - Wheels pack
Created by Digger
Pack of 79 wheels customizable via wheel editor tool...
[LVS] - Cars - Pack
Created by Jinxit
YOU NEED - Framework FOR THIS ADDON TO WORK YOU NEED - Cars FOR THIS ADDON TO WORK Civilian vehicle pack for - Cars You can get more wheels for the wheel tool here https://i.imgur.com/rTv7Qel.png Main purpose of this Car Base is to be a solid can-do-it-all...
[LVS] - Cars
Created by Jinxit
YOU NEED - Framework FOR THIS ADDON TO WORK https://i.imgur.com/rTv7Qel.png Get more Tanks here Get more Cars here Get more Wheels here https://i.imgur.com/rTv7Qel.png Main purpose of this Car Base is to be a solid can-do-it-all kind of base for wheeled gr...
[LVS] - Framework
Created by Jinxit
This is Luna's Vehicle System. It's purpose is to get all the different vehicle systems running on one and the same base so you don't have to code all the basic things over and over again such as seat switcher, damage system, exit scripts, weapon systems, ...
[LVS] - Planes
Created by Jinxit
YOU NEED - Framework FOR THIS ADDON TO WORK https://i.imgur.com/rTv7Qel.png Controls (Default) For Base-Controls see - Framework INSIDE VEHICLE: W or S = Increase / Decrease Throttle A or D = Yaw Left / Right or Roll Left / Right if Mouse-Aim Steering Meth...
[LVS] - Helicopters
Created by Jinxit
YOU NEED - Framework FOR THIS ADDON TO WORK https://i.imgur.com/rTv7Qel.png Controls (Default) For Base-Controls see - Framework INSIDE VEHICLE: W or S = Increase / Decrease Throttle A or D = Yaw Left / Right or Roll Left / Right if Mouse-Aim Steering Meth...
[LVS] Grand Theft Auto 3D Universe Helicopters
Created by ⋆❀Neeko❀⋆
Originally gonna be a whole port of GTA:Vice City Helicopters and GTA: San Andreas Helicopters to the LVS Framework but due to laziness and lack of motivation I was only able to complete the Mavericks from VC and that one helicopter from GTAIII. Even then,...
[LVS] Vehicles from Snowdrop escape Swelter
Created by E34D-FSD2-FN2J
Adaptation of vehicles from Snowdrop escape and Swelter for the LVS base. The list of ready-made vehicles: ZAZ-968 ZAZ-968M GAZ-24 GAZ-24 KGB GAZ-24 Police AZLK-412 AZLK-2140 VAZ-2105 VAZ-2108 VAZ-2109 VAZ-21099 VAZ-2109U VAZ-2109 Police VAZ-2108 cabriolet...
[Redline] Materials & Textures
Created by TalonSolid
This mod includes some NFS materials & textures for some cars. You must download this so there no missing textures. This will be updated with more textures and materials It's free for use, anyone out there can use it for their cars if they want but you sho...
[simfphys/Glide] Pursuit AI
Created by LoveingLiamGuy
Allows (mostly) any Simfphys or grounded Glide vehicle to pursue players. Inspired by (and somewhat a derivative of) Mad Vehicle. Features Navmesh pathfinding Automatic reversing and unstucking PIT/TVI maneuvers Collision avoidance Foot chases via NPC spaw...
[simfphys] - Armed
Created by Jinxit
Adds a weapon implementation system to simfphys vehicles. Included vehicles can be found in vehicles tab => simfphys => Armed Vehicles https://i.imgur.com/rTv7Qel.png https://steamuserimages-a.akamaihd.net/ugc/773983150582822983/8FAB41F8FDC796EF2033B0AF337...
[simfphys] FLEX
Created by Supine 💖 59
simple library for simfphys Features Simple Compatiable has typings No need to edit OnSpawn function Usage -- somewhere in simfphys addon list.Set("FLEX", "Test", function(entity, spawndata) print(spawndata) end) -- somewhere in vehicle spawnlist vehicle =...
[simfphys] GTA 3D Era Vehicles
Created by Randy
IMPORTANT: Hi so this pack isn't actually complete, nor do I think it will ever be. It's missing the majority of GTA 3 and VC vehicles still, because I just never finished it back when I made it 2 years ago. Also, LVS and Glide weren't even a concept when ...
[simfphys] LUA Vehicles - Base
Created by Jinxit
simfphys is a vehicle entity script that is primarily aimed for four-wheeled-ground-vehicles. These vehicles can be edited ingame, thats cool i guess, but don't put all sliders on max and expect good handling lmao. https://i.imgur.com/rTv7Qel.png included/...
[simfphys] GTA San Andreas Cars
All cars from Grand Theft Auto San Andreas...
[simfphys] TPPD Police Pack Part 3
Created by TalonSolid
YOU MUST INSTALL Materials&Textures OR ELSE THERE WILL BE MISSING TEXTURES Welcome to Tri-Polis Police new vehicles made for pursuits. TPPD decided to commission more police cars from different car brands in order to keep up with the faster cars. They are ...
[simfphys] Trailers Reborn
Created by Supine 💖 59
Trailers for simfphys vehicles After DK said what he will not update Trailers BASE, i decided to make own one from zero, then again in typescript... Trailers for simfphys, YAY! https://i.imgur.com/rTv7Qel.png Connecting Trailers autoconnect (enabled by def...
[TacRP] Brute Force Melee Pack
Created by speedonerd
A pack of 25 melee weapons for when you're stuck without a firearm or when you prefer to get up close and personal. https://imgur.com/MCPIRJr.gif https://i.imgur.com/1m1OqKK.gif About TacRP TacRP is a weapon pack featuring weapons and animations from Tacti...
[TacRP] ExoOps Weapon Pack
Created by 8Z
An indulgent pack of 38 weapons with incredible variety, from antique to cutting edge and everything in between. There's guaranteed to be familiar favorites and obscure ones never seen on the Workshop. https://imgur.com/MCPIRJr.gif https://i.imgur.com/1m1O...
[TacRP] Heavy Duty Weapons Pack
Created by 8Z
A pack of 10 weapons featuring iconic hardhitters from the silver screen and heavy ordnance - auto-shotguns, laser-guided rockets, smart grenade launchers, big pistols, and really, really big rifles. https://imgur.com/MCPIRJr.gif https://i.imgur.com/1m1OqK...
[TacRP] InterOps Weapons Pack
Created by 8Z
A well-rounded pack of 35 new weapons featuring both familiar faces from M9K and Gamebanana and new models from other sources. Taking advantage of TacRP's mechanics and TI animations, InterOps aims to provide a fun, tactical weapon pack for every mode. htt...
[TacRP] Iron Curtain Weapons Pack
Created by speedonerd
A curated pack of 9 weapons from beyond the veil of the East; iconic AK variants and notable descendents of the Kalashnikov design. https://imgur.com/MCPIRJr.gif https://i.imgur.com/1m1OqKK.gif About TacRP TacRP is a weapon pack featuring weapons and anima...
[TacRP] Scavenger's Spoils Weapon Pack
Created by 8Z
A pack of 42 weapons themed around zombies, the apocalypse, and a post-Soviet aesthetic. Whether it's with bullets, fire, explosions or buckshot, there's certainly something here that will save your skin. https://imgur.com/MCPIRJr.gif https://i.imgur.com/1...
[TacRP] Tactical RP Weapons
Created by Arctic
A remix and expansion of Tactical Intervention weapons with improved UI, modern features, extra goodies like menu-based quickthrowing, tactical corner cameras, sideways blindfire, and new custom weapons and attachments. "Without a trace of emotion the lieu...
[Vehicle Radio] C418 Volume Alpha/Beta
c418 is goated Volume Alpha Playlist Volume Beta Playlist C418 Uploaded with gmpublisher...
[Vehicle Radio] Default Stations
Created by Fraddy15
Standard set of station for Vehicle Radio Rock FM The Centurians - Bullwinkle, Part II America - A Horse With No Name Barrett Strong - Money Combination Of The Two - Big Brother & The Holding Company Creedence Clearwater Revival - Fortunate Son Del Shannon...
[Vehicle Radio] Espantoso (GTA: Vice City)
Created by Kuraibu
"The sound of Vice City's burgeoning latin scene of the early 1980's. Carribean-infused jazz to soothe the soul and take your mind off the city's troubled streets. Featuring specially selected tracks from Irakere, Lonnie Liston Smith and more." The word "e...
[Vehicle Radio] Emotion 98.3 (GTA: Vice City)
Created by Kuraibu
I made another vehicle radio again out of my boredom. So I created a radio station Grand Theft Auto: Vice City called "Emotion 98.3" as I've always want to listen to some classic 80/70s music while driving slowly to my destination while feeling like I'm in...
[Vehicle Radio] Flash FM (GTA: Vice City)
Created by Kuraibu
Flash FM is full of the general atmosphere of its era, the '80s. The station's idents and imaging voices claim that "if it is totally tubular, rad or awesome" it plays on Flash. Many of the biggest mainstream pop artists in history are in its playlist. The...
[Vehicle Radio] Fever 105 (GTA: Vice City)
Created by Kuraibu
JUST TO BE CLEAR OF THE 170+ MB SIZE It's a large file because some songs are 5-7 minutes long and there's a lot of them. So... Yeah. "Funky soul sounds from the one and only Oliver "Ladykiller" Biscuit, who manned the airwaves of Fever 105 throughout Vice...
[Vehicle Radio] Radio Los Santos (GTA SA)
Created by Blackterio
This addon adds the radio "Radio Los Santos" (from GTA SA) for Vehicle Radio List of songs: Above The Law - Murder Rap Compton's Most Wanted - Hood Took Me Under Cypress Hill - How I Could Just Kill A Man Da Lench Mob - Guerillas In Tha Mist Dr. Dre ft. Sn...
[Vehicle Radio] Radio X (GTA SA)
Created by Blackterio
This addon adds the radio "Radio X" (from GTA SA) for Vehicle Radio List of songs: Helmet - "Unsung" Depeche Mode - "Personal Jesus" Faith No More - "Midlife Crisis" Danzig - "Mother" Living Colour - "Cult of Personality" Primal Scream - "Movin' on Up" Gun...
[Vehicle Radio] SF-UR (GTA SA)
Created by Blackterio
This addon adds the radio "SF-UR" (from GTA SA) for Vehicle Radio List of songs: Joe Smooth feat. Anthony Thomas - "Promised Land" 808 State - "Pacific 202" A Guy Called Gerald - "Voodoo Ray" Frankie Knuckles feat. Jamie Principle - "Your Love" Raze - "Bre...
[vehicle radio] Smashing windshields
1 New station that plays one song and one song only....
[Vehicle radio] The living tombstone
Created by drom
Adds some music from The Living Tombstone...
[Vehicle Radio] V-Rock (GTA: Vice City)
Created by Kuraibu
"A relentless collection of hard-rock bangers, brought to you by the inimitable Lazlow. From a time when rock & roll was all about living and playing hard. Featuring classic material from legendary acts like Judas Priest and Ozzy Osbourne." In 1984, the se...
[Vehicle Radio] Wave 103 (GTA: Vice City)
Created by Kuraibu
"New wave steamrolled onto Vice City's music charts in the early 80s, thanks in large part to the efforts of celebrated radio personality, Adam First. This station features revolutionary acts broken by Wave 103 such as Flock of Seagulls and Blondie." Much ...
[Vehicle Radio] Wildstyle Pirate Radio (GTA: Vice City)
Created by Kuraibu
JUST TO BE CLEAR OF THE 200+ MB SIZE It's a huge file because the radio has lots of songs and they each have like 6 minutes length each. So... Yeah. "Comin' to you live from a secret location in Vice City, so officers, if you're listenin', and I know you a...
[Vehicle Radio]Bounce FM
Created by wisedu49
1.Ronnie Hudson & The Street People - West Coast Poplock 2.George Clinton - Loopzilla 3.Ohio Players - Funky Worm 4.Maze Featuring Frankie Beverly - Twilight 5.Rick James - Cold Blooded 6.Lakeside - Fantastic Voyage 7.Zapp & Roger - I Can Make You Dance 8....
[Vehicle Radio]CSR 103.9
Created by wisedu49
1.SWV — I'm So Into You 2.Soul II Soul — Keep On Movin' 3.Samuelle — So You Like What You See 4.Johnny Gill — Rub You the Right Way 5.Ralph Tresvant — Sensitivity 6.Guy — Groove Me 7.Aaron Hall — Don't Be Afraid 8.Boyz II Men — Motownphilly 9.Bell Biv Devo...
[Vehicle Radio]K-Rose
Created by wisedu49
1.Jerry Reed - "Amos Moses" 2.Conway Twitty and Loretta Lynn - "Louisiana Woman, Mississippi Man" 3.Hank Williams - "Hey Good Lookin'" 4.Juice Newton - "Queen of Hearts" 5.Statler Brothers - "New York City" 6.Asleep At The Wheel - "The Letter That Johnny W...
[Vehicle Radio]K-DST
Created by wisedu49
Foghat — Slow Ride (1975) Creedence Clearwater Revival — Green River (1969) Heart — Barracuda (1977) KISS — Strutter (1974) Toto — Hold the Line (1978) Rod Stewart — Young Turks (1981) Tom Petty — Running Down a Dream (1989)* Joe Cocker — Woman to Woman (1...
[Vehicle Radio]Master Sounds 98.3
Created by wisedu49
1.Charles Wright & the Watts 103rd Street Rhythm Band — Express Yourself 2.Maceo & The Macks — Cross the Tracks 3.Harlem Underground Band — Smokin' Cheeba Cheeba 4.The Chakachas — Jungle Fever 5.Bob James — Nautilus 6.Booker T. & the MG's — Green Onions 7....
[Vehicle Radio]Playback FM
Created by wisedu49
1.Big_Daddy_Kane_Warm_It_Up_Kane 2.Biz_Markie_Vapors 3.Brand_Nubian_Brand_Nubian 4.Eric_B_&_Rakim_I_Know_You_Got_Soul 5.Gang_Starr_B_Y_S 6.Kool G Rap and DJ Polo - Road To The Riches 7.Masta Ace Me And The Biz 8.Public Enemy - Rebel Without A Pause 9.Slick...
[VJ] GTA SA Gangs/Mobsters
Created by Sentryandreas
It's Grove 4 Life! - Families Member Requires VJ Base. Included more than 14 different Gangs/Mobs from GTA San Andreas. You can also check out my other SA series! Major Characters https://steamproxy.com/sharedfiles/filedetails/?id=2017894989 Police For...
[VJ] GTA VC Cops and Gangs
Created by Sentryandreas
"Waste him, We're always right." -VCPD Police Officer Require VJ Base. Included 7 different Gangs/Mobs and 6 different Law Enforcement from GTA Vice City. Have fun! :) Features: Unique idle, walking, running and shooting styles for gang members. (Friendly ...
[VJ] GTA SA Police Force
Created by Sentryandreas
You're going to jail, Mac Daddy! - Motor Officer Requires VJ Base. Major Characters https://steamproxy.com/sharedfiles/filedetails/?id=2017894989 Gang/Mobster https://steamproxy.com/sharedfiles/filedetails/?id=2210832858 Included 11 different Law E...
[Vehicle radio] National Radio Stations of the UIA
Created by Wild
ПЕРЕД СКАЧИВАНИЕМ АДДОНА ОБЯЗАТЕЛЬНО ПРОЧИТАЙТЕ ОПИСАНИЕ!!! Почему аддон так много весит? Всё просто — радиостанций в нём много, и в каждой по 20–30 треков. Один аудиофайл занимает от 2 до 12 мегабайт, так что общий объём быстро набегает — в итоге получает...
Glide // BTR-82A | Russian Infantry Fighting Vehicle
Created by Zenius07
BTR-82A is a russian wheeled armored personnel carrier equipped with a 30mm 2A72 automatic cannon and a 7.62mm PKTM machine gun in a remotely controlled turret. It is designed for infantry transportation and fire support in combat. You need to install all ...
Glide // Need For Speed 2015 Police Car Pack
Created by ET7970
This Is a Glide Police Car Pack from Need For Speed 2015. The Cars include currently : Ford Crown Victoria Ford Crown Victoria Speed Unit (All Blue) Dodge Charger Dodge Charger Speed Unit (All Blue) Chevy Express Van Question Answer Will you make anything ...
Glide // Need For Speed Hot Pursuit 2 Pack (PS2)
Created by ET7970
Version 1.0.6 THIS MOD IS STILL IN DEVELOPMENT, EXPECT A LOT OF CHANGES To Keep up to date on the progress of the cars , Checkout the Trello Board! Trello Board This Is a Glide Car Pack from Need For Speed Hot Pursuit 2 PS2 Version (NOT THE PC Version). Th...
Glide // Styled's Vehicle Base
Created by StyledStrike
A pack of content and entity classes to add cars, motorcycles, planes, helicopters and tanks to Garry's Mod. https://i.imgur.com/Vv7uhgm.png https://i.imgur.com/ucHuzpg.png https://i.imgur.com/sgGgg88.png Features Duplicator/Advanced Duplicator 2 support Y...
Zenius Shared Content
Created by Zenius07
Shared content for my addons, you do not need it separately. No version or modification of this content may be uploaded to the workshop except under the account ID of 76561198973488401 or with its permission. ...
[GS] Cars Shared
Created by Mr.Gasparin
Сontains textures and other resources for Mr.Gasparin Cars. Collection with all vehicles and cars created by me: -Complete Collection...