Mentrillum / Slender-Fortress-Modified-Versions

A modification of Team Fortress 2 based on the game Slender: The Eight Pages.
GNU General Public License v3.0
33 stars 22 forks source link

SF2 Compiling Error. #134

Closed TheStyleHedgehog closed 4 months ago

TheStyleHedgehog commented 4 months ago

Been having some issues with the system that compiles all my scripting files, my sf2.sp just won't compile as it only says "internal error". I don't understand what this means and recently cleaned my files for my Slender Fortress server, any help or ideas?

Mentrillum commented 4 months ago

In order to use SM 1.12, you need the SM 1.11 compilers, being spcomp.exe and compile.exe as it is unknown what causes the interal errors for compiling SF2. On the way make sure you also get SM 1.11's handle.inc file and replace the SM 1.12 handle.inc file.

TheStyleHedgehog commented 4 months ago

Alright, thank you, will try this later when I get some more free time.

TheStyleHedgehog commented 4 months ago

Okay so I managed to fix the internal error issue, but not it's giving me more issues aside from this one, it's giving me this.

L 04/28/2024 - 15:23:04: [CLHOOK] Sigscan for PassServerEntityFilter failed - Disabling detour to prevent crashes L 04/28/2024 - 15:23:04: [SM] Unable to load extension "collisionhook.ext": Unable to hook PassServerEntityFilter! L 04/28/2024 - 15:23:07: [SM] Unable to load plugin "sf2.smx": Required extension "CollisionHook" file("collisionhook.ext") not running

I've tried fixing this issue countless times though nothing seems to work.

Mentrillum commented 4 months ago

You have to update CollisionHooks, via here https://github.com/voided/CollisionHook/releases/tag/v1.2.0 Or just snatch the gamedata here https://github.com/voided/CollisionHook/blob/master/sourcemod/gamedata/collisionhook.txt

TheStyleHedgehog commented 4 months ago

Huh, alright. I will try this.

TheStyleHedgehog commented 4 months ago

Tried adding this. Nothing worked, am I doing something wrong? I don't know what else to do.

Mentrillum commented 4 months ago

Snag the gamedata link I provided as the extension simply won't load due to outdated gamedata.

TheStyleHedgehog commented 4 months ago

Strange since I've added that and nothing works, I'll try it again though.

TheStyleHedgehog commented 4 months ago

I've added your gamedata link for the files, everything seems to be loading in and working again, thanks man again man.