Synergy

Synergy

227 ratings
Spawning Weapons, Vehicles & More
By Archanor
This guide explains how to spawn weapons, vehicles and other entities that are available in Synergy.
   
Award
Favorite
Favorited
Unfavorite
Enabling Console
This guide assumes you have the console enabled. If not, see the linked guide below.
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3408436375
Enabling Cheats
Using most of the commands listed below requires cheats to be enabled. Keep in mind that other players can also use cheat commands on your server when this is enabled.

Type this into the console to enable cheats:

sv_cheats 1

Setting the value to '0' will disable cheats.
Spawning Weapons & Ammo

You can use give to spawn an item on yourself or ent_create to spawn an item at your crosshair.

Example: 'ent_create weapon_shotgun' to spawn a shotgun.

Weapons
  • weapon_crowbar
  • weapon_pipe
  • weapon_stunstick
  • weapon_pistol
  • weapon_357
  • weapon_deagle
  • weapon_smg1
  • weapon_ar2
  • weapon_shotgun
  • weapon_mp5k
  • weapon_crossbow
  • weapon_mg1
  • weapon_frag
  • weapon_rpg
  • weapon_slam
  • weapon_physcannon
  • weapon_bugbait

Ammo
  • item_ammo_pistol
  • item_ammo_357
  • item_ammo_smg1
  • item_ammo_smg1_grenade
  • item_ammo_ar2
  • item_ammo_ar2_altfire
  • item_box_buckshot
  • item_ammo_crossbow
  • item_rpg_round

Items
  • item_battery
  • item_healthkit
  • item_healthvial
  • item_suit

You can also write 'impulse 101' to get all weapons in the game and refill ammo.
Spawning Vehicles

Type these commands in the console to spawn a vehicle in front of you.
  • ch_createjalopy
  • ch_createjeep_elite
  • ch_createjeep
  • ch_createairboat
  • ch_createvehicle prop_vehicle_mp models/vehicles/buggy_p2.mdl scripts/vehicles/jeep_test.txt
  • ch_createvehicle prop_vehicle_mp models/vehicles/7seatvan.mdl scripts/vehicles/van.txt
  • ch_createvehicle prop_vehicle_mp models/vehicles/8seattruck.mdl scripts/vehicles/truck.txt

You can also change the skin for certain vehicles when using ch_createvehicle by adding "skin #" at the end, like this:

ent_create prop_vehicle_mp vehiclescript scripts/vehicles/van.txt model models/vehicles/7seatvan.mdl skin 4
Spawning NPCs


To spawn NPCs in the game, use the following command. Just replace npc_name with one of the names below.

npc_create npc_name

Humans & Story NPCs
  • npc_citizen
  • npc_barney
  • npc_alyx
  • npc_dog
  • npc_vortigaunt
  • npc_kleiner
  • npc_mossman
  • npc_eli
  • npc_odessa
  • npc_monk
  • npc_breen
  • npc_gman
  • npc_magnusson

Combine & Civil Protection
  • npc_combine_s
  • npc_metropolice
  • npc_combinegunship
  • npc_helicopter
  • npc_strider
  • npc_hunter
  • npc_manhack
  • npc_turret_floor
  • npc_turret_ceiling
  • npc_turret_ground
  • npc_combine_camera
  • npc_rollermine
  • npc_sniper
  • npc_stalker

Zombies & Antlions
  • npc_zombie
  • npc_poisonzombie
  • npc_fastzombie
  • npc_zombine
  • npc_headcrab
  • npc_headcrab_fast
  • npc_headcrab_black
  • npc_barnacle
  • npc_antlion
  • npc_antlionguard
  • npc_antlion_worker

Birds
  • npc_crow
  • npc_pigeon
  • npc_seagull

Equipped NPCs

To spawn NPCs with weapons, you'll have to specify the equipment, and in some cases use the spawnflags command that change citizens to rebels.

NOTE: Not all NPCs support weapons, and some only support specific weapons.

Combine Soldier
"ent_create npc_combine_s additionalequipment weapon_ar2" "ent_create npc_combine_s additionalequipment weapon_shotgun" "ent_create npc_combine_s additionalequipment weapon_smg1"

Metropolice
"ent_create npc_metropolice additionalequipment weapon_pistol" "ent_create npc_metropolice additionalequipment weapon_stunstick"

Citizen
"ent_create npc_citizen additionalequipment weapon_shotgun" "ent_create npc_citizen additionalequipment weapon_pistol" "ent_create npc_citizen additionalequipment weapon_ar2" "ent_create npc_citizen additionalequipment weapon_smg1"

Grigori
"ent_create npc_monk additionalequipment weapon_annabelle"
Spawning Items
Here are additional items you can spawn with the ent_create command.

Ammo Crates
  • SMG - ent_create item_ammo_crate AmmoType 1
  • AR2 - ent_create item_ammo_crate AmmoType 2
  • RPG - ent_create item_ammo_crate AmmoType 3
  • SHOTGUN - ent_create item_ammo_crate AmmoType 4
  • GRENADES - ent_create item_ammo_crate AmmoType 5
  • 357 - ent_create item_ammo_crate AmmoType 6
  • CROSSBOW - ent_create item_ammo_crate AmmoType 7
  • AR2 GRENADE -ent_create item_ammo_crate AmmoType 8
  • SMG GRENADE - ent_create item_ammo_crate AmmoType 9

Various Items
  • ent_create item_healthcharger
  • ent_create item_suitcharger
  • ent_create prop_thumper
  • ent_create grenade_helicopter
  • ent_create weapon_striderbuster
  • ent_create prop_combine_ball
Other useful console commands
Command
Function
impulse 101
Give all weapons and refill ammo
god
Take no damage
noclip
Turns off your collission and lets you fly around freely
notarget
Enemies can no longer see you
sv_gravity "100"
Adjust the gravity (The default is "600")
ent_remove
Removes the entity you're looking at
Related Guides
Here are a few related guides that teach more about console commands:

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=141111950
62 Comments
Archanor  [author] 23 Jul @ 4:08pm 
Updated with a handy list for spawning NPCs
Archanor  [author] 16 Jan @ 2:30am 
Updated the guide a bit more to include a list of all weapons and ammo types, including some common items. Also some other useful commands :smile:
Scientist 27 Jun, 2019 @ 8:04pm 
you forgot about the stun baton.
TP Industries 1 19 Dec, 2018 @ 8:56am 
Jam you have to press ~ on your keyboard.
TP Industries 1 19 Dec, 2018 @ 8:49am 
I was in synergy and i saw people driving in vehicles that they cannot be in and i was like wtf. But i then saw this post thanks:steamhappy:
Lao 2 Aug, 2018 @ 12:11pm 
Oh
Archanor  [author] 26 Jul, 2018 @ 9:30am 
@cliptrap Yep, it's noted in the tutorial :)
Lao 26 Jul, 2018 @ 8:12am 
well theres also another way to get weapons impulse 101
she 1 Mar, 2018 @ 10:32am 
the grave key (button which has the `, ¬ and pipe symbol) has been to the left of the 1 button on uk keyboards.
Kornec 29 Nov, 2017 @ 11:20am 
как вызвать грузовик?