TTMod Help

1
I have two rented servers through pingperfect.com and have been unable to successfully install TTmod on either. THe server directory follows.
138.201.2xx.xx:xx
appcache
art
config
core
data
docs
logs
scripts
sql
steamapps
TTmod.v1.1
_CommonRedist
I added the string to the end of the main.cs file as follows:
if($compileAll)
{
echo(" --- Compiling all files ---");
compileFiles("*.cs");
compileFiles("*.gui");
compileFiles("*.ts");
echo(" --- Exiting after compile ---");
quit();
}
else
{
exec("scripts/root.cs");
exec("TTmod/init.cs");
The server will not start loading with this addition. If I bracket it like this:
exec("scripts/root.cs");
}
exec("TTmod/init.cs");
{
The server loads and starts up normally but without TTmod functionality.

Thank you

Re: TTMod Help

3
Greetings
I have many hours playing MMO and YO and currently run my own YO server. I am not a noob at the game but a complete noob at the technical stuff and running servers.
Currently I am really struggling to upload and activate TTmod and would very much appreciate if anyone could supply me with a step by step guide as to how to add this to my server.

Much appreciated
Thanks you

Re: TTMod Help

8
Hi,

I have a problem with the TTMod. I knit to keep the instructions for the installation but unfortunately the mod does not start.
It is said: Open the "main.cs" file using a text editor and add this line to the end of the file: exec ("TTmod / init.cs");

Is it the main.cs that is in the server folder or that is in the YO folder.

The end of Main.cs it looks like this for me:

(". * GUI") compileFiles;
compileFiles ( "* ts.");
echo ("--- Exiting after compile ---");
quit ();
}
else
{
exec ("scripts / root.cs");
}
exec ("TTmod / init.cs");


I hope you can help me quickly. :?:
cron