https://pastebin.com/cfdXjMrU
I already set up an .fgd file and added it to game configuration in hammer. here's how it looks like now:
@PointClass base(Monster, Sequence) size(-16 -16 0, 16 16 72) studio("models/npcs/pit_drone.mdl") = monster_pitdrone : "monster_pitdrone" []And I also copied the pit_drone model files to the correct folders (pit_drone under MYMOD/models/npcs and pit_drone_spike under MYMOD/models), yet when I look in the entities list I can't find it: It works just fine ingame though if I manually type in the Class name in the object properties window, so It must be something wrong in my .fgd file, anyone knows what's wrong with it?