Also, for those that want to light people on fire with a single key press. Then load up HL2, hit ~ and type exec strider. For easy installation, just put the above in notepad, save as strider.cfg, dump in your HL2 cfg folder.
You can only attack player npc's using a strider, so don't try to attack a wall. subtitleWhen they are to be placed/subtitle Striders are the largest enemy you can fight in Half Life 2. This just saves you from creating the entity at a second spot and selecting 'Strider Node'. so, when setting the name of a strider, make sure you have a strider in your crosshair first. Now select the node, press ctrl+c then paste it at other spots you want the strider to move to and press ctrl+v. For those that don't know, ent_setname will name whatever entity you have your crosshair on. Only use ent_setname strider on a strider.
Using npc_create will make a strider spawn about half way below ground level. always use give instead of npc_create with a strider. Bind 'x' 'give npc_strider' //spawns a strider (can't be spawned on all levels)īind 'x' 'ent_setname strider' //names npc_strider 'strider'īind 'x' 'ent_setname blamo ent_fire strider setcannontarget blamo' //names and shoots npc_? (cannon)īind 'x' 'ent_setname blamo ent_fire strider setminiguntarget blamo' //names and shoots npc_? (minigun)īind 'x' 'ent_fire strider stand' //makes the strider standīind 'x' 'ent_fire strider crouch' //makes the strider crouchSome important things.