EZ2-styled Eye Glowing

If you liked this item, please rate it up on Steam Workshop page.

Author: Limakenori

Last revision: 12 May, 2024 at 12:35 UTC

File size: 11.79 KB

On Steam Workshop

Description:

Hello there! Welcome to my Entropy : Zero 2-styled Eye Glowing addon

Just a simple addon that adds eye glowing like in Entropy : Zero 2
It adds glowing eyes for: Combines, Vortigaunts, Hunters, Scanners, Floor Turrets, Dog, Metrocops(disabled by default) and other NPCs that you can add with commands

Features:

– You can add glowing eyes to NPCs with custom models!
– console commands and settings

Console Commands:

ez2_eye_glowing_add "modelname" "attachment" skin "color" spritescale "spritename" forward
– This command allows you to add custom model.
"modelname" – is a name of the custom model, you can copy it in the spawn menu
"attachment" – is a attachment, eye glow will be attached to
skin – is a skin eye glow will apply on
"color" – color of the sprite, you can write custom one or choose from these: Combine Soldier – "0 30 60", Combine Shotgunner – "60 30 0", NP Soldier – "40 40 0", NP Shotgunner – "60 10 0, Combine Elite – "80 0 0"
spritescale – scale of the sprite, usually it’s 0.3
forward – how much forward sprite should be from model(added this because sometimes sprite is inside of NPC’s head). Default: 1
Here’s example:
ez2_eye_glowing_add "models/combine_soldier.mdl" "eyes" 0 "0 30 60" "0.3" "sprites/glow03.vmt" 1

ez2_eye_glowing_remove "modelname"
– This command removes all eye glowing from specific model
Here’s example:
ez2_eye_glowing_remove "models/combine_soldier.mdl"

ez2_eye_glowing_reload
– This command reloads eye glow to default

Settings:

Tool Panel >> Options >> Limakenori >> Eye Glowing

Enjoy!

Credits:

Valve – Half-Life series and some assets.
Entropy : Zero 2 Team – assets
C0Mb0STR3Kx20 and Limakenori(me) – coding