View Single Post
nosoop
Veteran Member
Join Date: Aug 2014
Old 09-18-2018 , 02:35   Re: Any way to force a game extension to load outside its mod? (TF2 Ext -> TF2 Source
Reply With Quote #2

The extension does these checks. It checks that the game folder is "tf" and that the CTFPlayer server class and the DT_TFPlayerShared data table both exist. You're getting the first error message, so the game folder check is failing.

Even if you do manage to get it loaded, you'd still have to make sure all the gamedata is correct for your mod, which is unlikely to be the case.

If you can find someone that is interested in the project, I'd recommend forking the SourceMod codebase (just for the extension), patching the folder checks in the extension and any plugins that do their own, and maintaining your own gamedata files.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)

Last edited by nosoop; 09-18-2018 at 02:54.
nosoop is offline