Jump to content

Squad config problems - Sry can't post in Game Config Files


Tt-Turtle

Recommended Posts

Hi, I have looked at your config. All looks good so I went and ran it. Likely game files are out of date as upon steam update of server files I found they have changed folder names and start exe from Squad to SquadGame.

I have adjust you config with new folder and exe labels. Try config (after you have steam updated server(s). If still not running look at removing the multihome part from commandline.

Other than that it should run. (I have also enable console viewing so you can trace startup from logs).

Also check on custom browser in game server list instead of server browser.

 

squad - Windows.xml

Link to comment
Share on other sites

  • 8 months later...
  • 2 weeks later...

HI Guys
I am trying to link the Workshop browser to TCadmin

I am able to copy the folder correctly to correct path but I cant get it to delete the folder afterwards anyone had any success? Here is my copy code.

 

import clr
import os
from System import String
from System.IO import Directory, File, Path, SearchOption
import shutil

modpath = Path.Combine(ThisService.RootDirectory, "Squadgame", "Plugins", "Mods")
Directory.CreateDirectory(modpath)

for directories in os.listdir(InstallPath):
  dir = os.path.join(InstallPath, directories)
  shutil.move(dir, modpath)
os.remove(InstallPath)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 7 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use