Page 1 of 1

TTMod Help

Posted: 09 May 2018, 00:04
by Escario
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

Posted: 09 May 2018, 04:25
by Nyuton
Hi,
apparently you've renamed the TTmod folder to TTmod.v1.1 when the name should just be TTmod. This will not work.
Keep the name as it is.

Re: TTMod Help

Posted: 13 May 2018, 21:24
by Hester66
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

Posted: 14 May 2018, 11:59
by Nyuton
Hey,

the TTmod zip package has a readme.txt with installation instructions.
Which step gives you trouble?

Re: TTMod Help

Posted: 14 May 2018, 12:25
by Hester66
Step1 of the installation instructions: "Move the TTmod folder into your LiF:YO dedicated server directory"

Which will be the dedicated server directory?

Thank you

Re: TTMod Help

Posted: 14 May 2018, 12:57
by Hester66
Apologies and the command you have to enter - exec("TTmod/init.cs"); - is that right at the very bottom of the main.cs file?

Thanks

Re: TTMod Help

Posted: 14 May 2018, 14:05
by Nyuton
The directory is where the main.cs and the server executable file is located.

Yes, add the command to the end of the main.cs file.

Re: TTMod Help

Posted: 18 Oct 2019, 23:13
by Hoffy
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. :?: