Scags / TF2Classic-Tools

Basic tools for TF2Classic dedicated server development
7 stars 11 forks source link

Entity Outputs disabled? #8

Closed vintagepc closed 3 years ago

vintagepc commented 3 years ago

Hi - forgive my ignorance if this isn't related to tf2c-tools; some searching seemed to suggest it was gamedata related though and that it requires a signature for SDKTools

Anyway, I'm trying to use a plugin that calls HookEntityOutput() but on load I get an error:

[SM] Exception reported: Entity Outputs are disabled - see error logs for details.

Is that something that can be resolved with TF2C? I don't think I saw this issue prior to 2.0.2 and the gamedata for tf2classic-tools should be up to date.

vintagepc commented 3 years ago

Update - this looks like a bad funcsig for Linux: Came across this in the logs:

[SDKTOOLS] Sigscan for FireOutput failed

Scags commented 3 years ago

Updated with most recent commit. Sorry about that, been busy recently.

vintagepc commented 3 years ago

Can confirm this fixed it and Detour is now happy