A Zelda Alyx replacement for Half-life 2, Episode 1, and Episode 2.
Make sure to download the correct file for either Episode 1, Episode 2, Half-life 2, or gmod!

Youtube quality rape. I'm aware it's really quiet, it's my first vid, so yeah.
I added the high quality parameter, so the quality is a little better now.
UPDATE:
To get the npc to work, go to the Lua folder in the gmod pack and change the Zelda_npc script to this:
Code:
local Category = "Humans + Resistance"
local NPC = {
Name = "Zelda",
Class = "npc_citizen",
KeyValues = { citizentype = 4 },
Model = "models/zelda.mdl",
Health = "250",
Category = Category
}
list.Set( "NPC", "npc_Zelda", NPC )
It's just a "follow freeman" npc, but it will kick some ass and look fine while doing it.