Linux Server TTM

Discussions about Servers
Post Reply
ghee
Novice
Posts: 8
Joined: Mon Sep 02, 2019 12:17 pm

Linux Server TTM

Post by ghee »

Hi, I just setup an Ubuntu 18.04 server using linuxgsm.com

The server seems to be running fine but I want to know how I can install and run TTM.
http://ut-files.com/index.php?dir=&sear ... rch_mode=f

I suppose in general what do I do with .u and .int files to install the mods I want to my UT instance?

Thank you

--- Merged by Metalfist --- Do not double post. Instead use the edit button!

so i uploaded the TTM .u and .int files to serverfiles/System where all the other .u and .int files (I'm assuming this is where these files belong) and now the server won't start because it sees the TTM files as non-executables eventhough I chmod 777 these files. Anyone any ideas how to file this?

Thank you
User avatar
Metalfist
Masterful
Posts: 632
Joined: Sun Jan 03, 2010 3:54 pm
Personal rank: ^,..,^ rawr

Re: Linux Server TTM

Post by Metalfist »

  • You put the .u and .int files in your system dir (utx -> textures, umx -> music, uax -> sound)
  • You add the serverpackage to your UnrealTournament.ini at the serverpackages section (you can remove the "de" package from that list as it creates conflicts)
    ServerPackages=TTM-103-b45
  • You define it in your mapvote mutator (add one like MapvoteLA13 or something similair)
    CustomGameConfig[10]=(bEnabled=True,GameClass="TTM-103-b45.TTM_Main3",NewPrefix="TTMDM",Mutators="",Settings="")
    CustomGameConfig[10]=(bEnabled=True,GameClass="TTM-103-b45.TTM_CTFGame",NewPrefix="TTMCTF",Mutators="",Settings="")
    List1Filter[10]=TTMDM-*
    List1Filter[11]=TTMCTF-*
    In the readme there are also settings to put into the UT.ini, but maybe it generates it on its own
  • You compress the .u file to .u.uz (UTComprez for example) and upload that to your redirect
  • Don't forget to add your redirect in your UT.ini
Image
Post Reply