Tshock is starting as a vanilla server? #2282
-
So.. here's an.. odd question. I followed the instructions for downloading TShock found here, but, when I start the server with I even (IP is my public-facing proxy, i didn't forget to censor :p) EDIT - The above post was for 4.5.1, 4.5.0.1 seems to work fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is because TShock is a plugin for Terraria Server API. We just so happen to distribute TSAPI with TShock. The In So, tl;dr: your issue is solved, but in the future, if you don't see TShock initializing, check |
Beta Was this translation helpful? Give feedback.
This is because TShock is a plugin for Terraria Server API. We just so happen to distribute TSAPI with TShock. The
TerrariaAPI version
line indicates that you're on TSAPI2.1.0.0
for Terraria protocol1.4.2.1
(which is internally called release236
), on Open Terraria API version1.4.2.1
(so, that's TSAPI on OTAPI).In
ServerPlugins
you need to have aTShockAPI.dll
file, which is actually TShock. While we'd love to rename that so it doesn't includeAPI
, we can't without breaking out extremely simple upgrade instructions, which involve just copying the new release onto the old release. For posterity, theAPI
inTShockAPI
refers to the fact that this is the version ofTShock
built forTSAPI
.S…