Trading post not working!

1
Everything is installed as it should be.
Server+client (Also there is db edit once the trading post is built.)
but when time goes on, the only thing i can see ingame is as follows:
Image
[*]
No text, no keybinding etc - only can see the green lighted message box popup.

Config.cs

Code: Select all

$FTTP::ServerID = 2018;
// Customization
$FTTP::TradeMessageText = "Press CTRL+X to start trading at this tradepost.";
$FTTP::TradeMessageTime = 9999;
$FTTP::Keybind = "ctrl x";
// Text for missing client mod
$FTTP::ModMissingCenterText = "Tradepost client-mod missing. Check your system chat.";
$FTTP::ModMissingSystemText = "This server is using the Tradepost Mod. In order to trade here, you have to install the client mod. You can download it at http://nyuton.net for free.";
little note, i moved tradepost mod to another directory
not as :exec("Tradepost/init.cs");
but to: exec("CSMods/Tradepost/init.cs");
Should not make a difference but just gonna mention it.

Also, does it have to add double message in chat about tradepost mod activated?

Code: Select all

19:48:25 : Tradepost Mod Activated.
19:48:25 : Tradepost Mod Activated.

Re: Trading post not working!

2
✅Arzin✅ wrote: 21 Aug 2018, 19:55 little note, i moved tradepost mod to another directory
not as :exec("Tradepost/init.cs");
but to: exec("CSMods/Tradepost/init.cs");
Should not make a difference but just gonna mention it.
Do not change folder name or location or it will not work.
Same with TTmod.

The reason you see the empty message box is cause it can't find the config.cs file, so this $FTTP::TradeMessageText doesn't exist and will be empty. (along with a dozen other problems it will cause)

Cheers