Half-Life 2 Entity Controller

EntCon is a plugin for EventScripts Python, which is a server-side plugin for Valve's Source Games. It can be used to manipulate entities (NPCs) in ObjectVideo's Virtual Video Tool. It consists of two parts: a Python script that runs on the game server and a C++ class that can be incorporated into a client application.

Usage

Game server

Client application

Links

The latest version of EntCon can be downloaded from here.