G
golgo32
Guest
Is it possible to add new types of Inputs/Outputs to fgd files?
I've added a quaternion field to variant_t and added some quaternion inputs and outputs to some entities. How do I add those inputs and outputs to an fgd file?
For example, I'd like to add something like:
output NewOrientation(quaternion)
to my fgd file but quaternion is not defined in the fgd format, and hammer prints out an error when it reads that in. Is there any way to add new types?
Thanks,
-Andrew
I've added a quaternion field to variant_t and added some quaternion inputs and outputs to some entities. How do I add those inputs and outputs to an fgd file?
For example, I'd like to add something like:
output NewOrientation(quaternion)
to my fgd file but quaternion is not defined in the fgd format, and hammer prints out an error when it reads that in. Is there any way to add new types?
Thanks,
-Andrew