parkour-tf / ParkourFortress-Redux

GNU General Public License v3.0
33 stars 8 forks source link

sourcemod 1.12 - build 7041 doesn't work #39

Closed gdfsgdfg closed 11 months ago

gdfsgdfg commented 1 year ago

plugin compiles fine but won't actually run giving me 3 errors

horiuchii commented 1 year ago

Could you provide a gist of the error log?

gdfsgdfg commented 1 year ago

https://gist.github.com/gdfsgdfg/a2f0d16cbfd04c870e7d846031a37ef1

horiuchii commented 1 year ago

Curious, what do you have maxplayers set to?

horiuchii commented 1 year ago

Please check that your include/clients.inc is updated to Build 7041's version. #define MAXPLAYERS should be set to 101 on line 72.

gdfsgdfg commented 1 year ago

maxplayers set to 70 on server yep,

define MAXPLAYERS 101 in clients.inc

horiuchii commented 1 year ago

This is odd, as there shouldn't be any issue as the error stems from MAXPLAYERS not being set to 101. Please double check and verify you are compiling the plugin with files from the latest version of sourcemod.

gdfsgdfg commented 1 year ago

Plugin works fine with 32 players except for the part where its trying to download some new files that are not in the content provided here, it broke again when I set player count to 70.

Checking the plugin could this be the reason?

define TF_MAXPLAYERS 34 //32 clients + 1 for 0/world/console + 1 for replay/SourceTV

Maybe that needs changed, I've set it to 101 and it seems to work now somehow.

So the remaining issue is the missing content files that its trying to "download" every time you join.