Post tutorial RSS Underhell Entity List

This is a list of the new entities we added in Underhell. This way you can add them into your custom maps, and enjoy the new features!

Posted by on - Basic Mapping/Technical

WEAPONS

  • WEAPON_MELEE_AXE
  • WEAPON_MELEE_BATON
  • WEAPON_MELEE_PIPE
  • WEAPON_MELEE_WRENCH
  • WEAPON_PISTOL_BERETTA
  • WEAPON_PISTOL_DUALBERETTA
  • WEAPON_PISTOL_GLOCK
  • WEAPON_PISTOL_PYTHON
  • WEAPON_PISTOL_SOCOM
  • WEAPON_SMG_MP5
  • WEAPON_SMG_MP5_EOD
  • WEAPON_SMG_MP7
  • WEAPON_SHOTGUN_M3
  • WEAPON_SHOTGUN_M5
  • WEAPON_SHOTGUN_SPAS12
  • WEAPON_SHOTGUN_XM1014
  • WEAPON_RIFLE_G36K
  • WEAPON_RIFLE_SNIPER
  • WEAPON_CROSSBOW
  • WEAPON_BFG_MGL
  • WEAPON_BFG_MINIGUN
  • WEAPON_RPG

PLAYER GEAR

  • ITEM_FLASHLIGHT
  • ITEM_SHOULDERFLASHLIGHT
  • ITEM_GASMASK
  • ITEM_NIGHTVISION
  • ITEM_FLAREPACK
  • ITEM_GLOWSTICK
  • ITEM_FMRADIO
  • ITEM_RADIOCRACKER

FOOD ITEMS

  • ITEM_APPLE
  • ITEM_BANANA
  • ITEM_BANANABUNCH
  • ITEM_BURRITO
  • ITEM_CHOCOBAR
  • ITEM_ORANGE
  • ITEM_SANDWICH
  • ITEM_UHSODA (skin is randomized unless specified, skin 5 = Power Punch)

AMMO ITEMS

  • ITEM_AMMO_PISTOL
  • ITEM_BOX_PISTOL_AMMO
  • ITEM_AMMO_357
  • ITEM_BOX_357_AMMO
  • ITEM_AMMO_SMG1
  • ITEM_BOX_SMG1_AMMO
  • ITEM_AMMO_BUCKSHOT
  • ITEM_BOX_BUCKSHOT
  • ITEM_AMMO_AR2
  • ITEM_BOX_RIFLE_AMMO

ARMOR ITEMS

  • ITEM_ARMOR
  • ITEM_HEAVYARMOR
  • ITEM_HELMET_GUARD
  • ITEM_HELMET_PRISON
  • ITEM_HELMET_PMC
  • ITEM_HELMET_WORKER

NPCs

  • NPC_COMBINE_S
  • NPC_METROPOLICE
  • NPC_ACE
  • NPC_BUTCHER

SPECIAL ITEMS

Item_Dynamic_Ressuply randomizes by default and has a random chance of spawning a UH_item.In order to disable that feature and use the entity based on player stats, we added a special keyvalue to restore it to it's original settings :

Uhitems 0 (default 1)

This entity is covered in another tutorial, go check it out !


Programming by Carlos "Charly" Sotelo

Comments
SweetLeela
SweetLeela

Nice.

Reply Good karma Bad karma+5 votes
Theevina
Theevina

Where can a FGD be obtained?

Reply Good karma Bad karma+9 votes
crazymancody895
crazymancody895

And whats an FGD?

Reply Good karma Bad karma+1 vote
Theevina
Theevina

It is a file containing entities for using in Hammer. This page talks about making custom maps. I would like to have one to make maps, or if I'm not good enough, then it would be educational and help people who are better.

Reply Good karma Bad karma+3 votes
Mxthe Author
Mxthe

I didn't require an FDG to make the game, but I suppose we could make one after the next patch rolls out.

Reply Good karma+8 votes
nickgames23878
nickgames23878

How am I able to spawn underhell's custom vehicles like the Humvee?

Reply Good karma Bad karma+2 votes
MattyTheFeline
MattyTheFeline

You can't spawn it through the console, only through Hammer or commentary files.

Reply Good karma Bad karma+2 votes
warbrand2
warbrand2

whats the MGL?

Reply Good karma Bad karma+1 vote
LordiAnders
LordiAnders

Grenade launcher

Reply Good karma Bad karma+2 votes
Skullurker
Skullurker

I think you forgot npc_infected over there.

Reply Good karma Bad karma+5 votes
Dønny
Dønny

**** the butcher. Who would want to spawn him, seriously.

Reply Good karma Bad karma+5 votes
MattyTheFeline
MattyTheFeline

<------------

Reply Good karma Bad karma+5 votes
TheUnbeholden
TheUnbeholden

Yummyyy

Reply Good karma Bad karma+2 votes
KebabusSapiens
KebabusSapiens

I need console command of pistol and g36 silencer i can't find it on internet

Reply Good karma Bad karma+2 votes
MattyTheFeline
MattyTheFeline

The Socom Pistol Silencer and the G36K Silencer are not entities they are settings in the game if you want the silencer for pistol type in the console: ent_fire !player setpistolsilencer 1
to enable the G36K Silencer type in:
ent_fire !player setriflesilencer 1
to turn the silencers off just type in 0 instead of 1.

Reply Good karma Bad karma+3 votes
KebabusSapiens
KebabusSapiens

thank you so much. i have one more question can i drop blue glowstick not the other ones just blue ones? whenerver i type the code its just gives random one

Reply Good karma Bad karma+1 vote
Guest
Guest

how do i make a soldiers have shields for hammer?

Reply Good karma Bad karma+1 vote
MattyTheFeline
MattyTheFeline

to make soldiers have shields, you need to create npc_combine_s and turn off SmartEdit to the top right of the window, and then click add, then type in for the Key: Shield, and type in for the Value 1, and once you Compile your map the soldier will have a random chance of spawning with a shield

Reply Good karma Bad karma+2 votes
MattyTheFeline
MattyTheFeline

to make a blue glowstick follow these 2 steps: first make a glowstick by typing in console: ent_create item_glowstick and then point your crosshair directly at the glowstick and type in console: ent_fire !picker skin 2

sorry for not responding right away

Reply Good karma Bad karma+3 votes
Hds46
Hds46

weapon_cleaver

Reply Good karma Bad karma+3 votes
Guest
Guest

I do not understand . It cheats ?

Reply Good karma Bad karma0 votes
ViolentValentine
ViolentValentine

Re-read the first sentence.

"This is a list of the new entities we added in Underhell. This way you can add them into your custom maps, and enjoy the new features!"

Reply Good karma Bad karma+1 vote
LeonSKennedyBL
LeonSKennedyBL

This can also be used for spawning items in-game. :D

Reply Good karma Bad karma+2 votes
Zombb-Freeman
Zombb-Freeman

If you want to spawn infected, just type: npc_create npc_infected

Reply Good karma Bad karma+1 vote
Guest
Guest

SO how do you spawn items since npc_create npc_infected is to spawn npcs but what about weapons and armors?

Reply Good karma Bad karma+1 vote
mrCommunist9348
mrCommunist9348

Name of Jake's Npc Team??
Does His Wife spawnable
Does Frank Greene is Spawnable
Does Normal Igor is Spawnable?!
HELP!

Reply Good karma Bad karma+1 vote
Gaycombine
Gaycombine

How to spawn desert and hazmat pmc?

Reply Good karma Bad karma+1 vote
Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.