
Gardiny
Member-
Posts
29 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Gardiny
-
Hey, have you solve mods loading issue? i try everything, but it still say not valid
-
check discord.. its problem with TCAdmin, you must start Service manager in console mode, after this you can start MOE server without error. https://docs.tcadmin.com/getting-started/server-components#startstop-in-console-mode
-
anyone know how to enable logging? My logs folder is empty
-
anyone have working steamworkshop install and uninstall? script in this config dont work for me
-
yes, same problem i try solve it with Luis in ticket, but without success... it report service version "7" game version "7" every time
-
Query playercount work well for me, but i dont using this config, maybe there isnt server logging in commandline In my config i using this, and query work without problem "TheIsland_WP?Port=7960?QueryPort=27198?RCONEnabled=True?RCONPort=27203?listen" -server -log -servergamelog --WinLiveMaxPlayers=10
-
you can host multiple servers via steam account .. log to steam client -> switch to offline mode -> start server ... and next machine again.. after this you can have 1 steam account and multiple servers, but 1 for 1 machine. For now i have config for TCAdmin, but i have problem with starting server via TCAdmin, not problem with ARK, problem is TCAdmin start everything like "service" and you need start it interaction with destop and no option in TCAdmin "allow interaction with desktop" its not working. We trying do it via psexec and other utilites, but for now TCAdmin cant start server like what we want to success
-
We have the exact same problem for 2 years with TCAdmin, but no one plans to fix it. We have tested it exactly the same way and the problem is only through downloads in TCAdmin. The only thing that works for this is to click "Start" again, sometimes repeatedly, and most importantly for the game in question, deleting the steamapps directory must be turned off in the settings, otherwise the installation always ends up with an error. We ticketed Luis on this, he tried it on a few mods for another game where it didn't go through, but beyond that it was unresponsive and unanswered for 4 months and then the ticket closed itself
-
Yeah works, but none can connect, it will kick you to mainmenu, only way is add +port +queryport to client side. Do you know any other way?
-
Hey, Have you updated version ?
-
Hi, do you know why steam query dont work ? i mean when i try set query port (update port) Steam dont see this server
-
I think steam already fix it, we dont using this anymore and all fine with version 181
-
Same problem, i reported this to Luis in ticket, but this problem we have about 2 years We have problem with this mods, and all other like this https://steamcommunity.com/sharedfiles/filedetails/?id=843577117&searchtext= https://steamcommunity.com/workshop/filedetails/?id=1602372402 Client must push "start" button after error 1-3x for finish.. (it dont work after update to 182, bcs all downloaded files in steamapps is deleted after first fail, bcs this we cant update to 182) With SteamCMD in remote destop there is no problem, it do only via TCAdmin
-
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Gardiny replied to Dennis's topic in Game Config Files
ok thank you for fix and info -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Gardiny replied to Dennis's topic in Game Config Files
Thank you, and where you change query interval ? bcs sometimes it show 0/0 players still -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Gardiny replied to Dennis's topic in Game Config Files
Hey @Dennis Please can you give me list of changes? i dont see any differences in query script, thank you -
windows DayZ SA Config | BEC NEEDED | Works with Mods
Gardiny replied to MrFreeze4U's topic in Game Config Files
Hi, why this change ? -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Gardiny replied to Dennis's topic in Game Config Files
Same, some services work well and query responding and some not ... i dont understand what i wrong @Dennis ? -
anyone can share working terraria config?
-
Hey Guys, Have someone afterworkshop install script? I use this, but i need next part what will read mod.info and add it to ModID= in config file. Anyone have idea how to do it ? Same situaction is in ARK (https://help.tcadmin.com/Workshop_Browser) and it work grey, but i dont have experience with IronPython There is anyone who have skill to upgrade this script ? import clr clr.AddReference("INIFileParser") from System import Array, String from System.IO import File, Path, Directory, SearchOption from IniParser import FileIniDataParser from IniParser.Model import IniData from System import Environment, PlatformID, String, Exception from System.Text.RegularExpressions import Regex, RegexOptions, Match # Move folder to correct location # modfolder=Path.Combine(ThisService.RootDirectory, String.Format("Mods/{0}", FileId)) # if Directory.Exists(modfolder) : # Directory.Delete(modfolder, True) # Directory.Move(InstallPath, modfolder) # Update ini file inifile = Path.Combine(ThisService.RootDirectory, "Zomboid/Server/servertest.ini") pattern="WorkshopItems[ \t]*=[ \t]*(?<WorkshopItems>[0-9, \t]*)" filecontents = File.ReadAllText(inifile) match = Regex.Match(filecontents, pattern, RegexOptions.IgnoreCase) if match.Success : mods = match.Groups["WorkshopItems"].Value if String.IsNullOrEmpty(mods) or mods.IndexOf(FileId.ToString()) == -1 : if mods.Length > 0 : mods = mods + ";" mods = mods + FileId.ToString() filecontents=filecontents.Replace(match.Groups["WorkshopItems"].Value, mods) else : mods = FileId.ToString() filecontents = filecontents.Substring(0, match.Groups["WorkshopItems"].Index) + mods + filecontents.Substring(match.Groups["WorkshopItems"].Index) File.WriteAllText(inifile, filecontents)
-
Hi Alexr03 Please can you add Forge versions? Can you fix a Bukkit versions ? its not usable for server.
-
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Gardiny replied to Dennis's topic in Game Config Files
Hey, how it works guys ? its absolutely ignore config changes, rcon password change.. everything ... anyone using this config ? its looks like unusable -
Hey guys, anyone have working script for Workshop Mod install ? i need add modid and workshop id to server config.
-
Hi, this game dont have steam query port?
-
satisfactory - Windows (1).xml