Jump to content

ibun_bloodarm

Member
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ibun_bloodarm

  1. dont suppose anyone has a update all workshop mods which can be placed to run at every restart, so server stays upto date?
  2. This is a version i am using, its heavily modified version of unknown original origin. This creates databases for each server and auto creates usernames and passwords for client databases. - It also has alot of server side only mods created by the Lifx Modding Community. - Tradepost auto installer (automaticly rewrites required to edit files uponinstallation and uninstall) - TTmod auto installer (automaticly rewrites required to edit files uponinstallation and uninstall) Installation Requirements. 1) Search for the line mysql_password="YourPassword"; 2) replace "YourPassword" with your db root password (I use only a local db account for this to avoid potential issues) - Their is 4 places for this so use replace all to make life easier ( I use Visual Studio) - Ctrl + H will help with this 3) Search for the line mysql_root="root"; 4) replace "root" with your db root user account name (I use only a local db account for this to avoid potential issues) - Their is 4 places for this so use replace all to make life easier ( I use Visual Studio) - Ctrl + H will help with this. 5) Upload as normal. Below is an example of the Mods section Life is Feudal - Windows.xml
  3. ye its been like 6 years, do we have a fix for this?
  4. does anyone know of alternitives for dedicated game server hosting which i can use with tc admin? i am currently using baremetal i am quite fed up with the lack of support and restictions at OVH and would like to transfer to another company. i need NA Locations and EU
  5. new config post kinda makes more sense, but would be nice to know if its been updated
  6. where do you put this for the rcon? SuperNova Member 24 Posted 14 hours ago Here is an RCON script that works for us for now import clr; import System; from System import String, Environment, PlatformID; from System.IO import Directory, Path; from System.Diagnostics import Process; p = Process(); p.StartInfo.FileName=Path.Combine(Directory.GetCurrentDirectory(), "Tools\SourceRcon.exe"); p.StartInfo.Arguments=String.Format("{0} {1} \"{2}\" \"{3}\"", ThisService.IpAddress, ThisService.RConPort, ThisService.RConPassword, RConCommand); p.StartInfo.WorkingDirectory=Path.Combine(Directory.GetCurrentDirectory(), "Tools"); p.StartInfo.UseShellExecute = False; p.StartInfo.RedirectStandardOutput = True; p.Start(); ReturnValue= p.StandardOutput.ReadToEnd();
  7. pretty sure its game related game devs need to add logging
  8. anyone having issues joining servers through the ingame master list?
  9. anyone managed to get a working config for this yet? i havn't got their yet
  10. yes they are some what difficult i currently have this, have been working on making the config files work with the command lines to give clients more options on Personalising servers. i havn't had a huge time so its still incomplete but so far it seems to be working ok. thefront - Windows (3).xml
  11. Removing the command "Udrs=steam" Seems to resolve the ping issue I'm currently using the below command line ProjectWar_Start?DedicatedServer?MaxPlayers=$[Service.Slots] -server -game -QueueThreshold=$[Service.Slots] -ConfigServerName="$[HostName]" -ServerName="$[HostName]" -log -locallogtimes -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -OutIPAddress=$[Service.IpHostname] -port=$[Service.GamePort] -BeaconPort=$[Service.CustomPort1] -QueryPort=$[Service.QueryPort] -Game.PhysicsVehicle=![GamePhysicsVehicle] -ansimalloc -Game.MaxFrameRate=35 -ShutDownServicePort=$[Service.CustomPort2] -ServerTags=![ServerTags] and in config file i set UseSteamSocket=1
  12. i have switched to console to read from log file. Seems although what you had before was prettier it seemed to cut out a fair bit first couple of charactors per line if i remember correctly
  13. Sorry i didn't see your previous message
  14. for example: ProjectWar_Start?DedicatedServer?MaxPlayers=80?udrs=steam to ping fix 9999 pings
  15. Thankyou jungleNZ ill give it a try and update with what i had already built then share if thats ok. i think to fix the ping 9999 Error a command is required, ill try and find this command again and send this in
  16. Does anyone have a config file for "the Front" https://store.steampowered.com/app/2285150/The_Front/ I have been trying to make one but keep hitting problems its not been as aeasy as it usually is. If this can be shared it would be great even if its just a framework that allows server to work and allows connections. Many thanks,
  17. any chance you have a webpage step by step guide on how to set up the server so i can just add a button to the panel for him to follow? or a simple step by step instruction on this would be decent for me to forward him? its either this or ill have to install more game servers to run through a set up myself, unfortinatly i have no idea what he has done with it he seams to be getting into a tiss and i expect he has over complicated it and quite frankly messed up the set up given to him. -------------------------------------------------- This is Resolved Already
  18. i have someone trying to get a server working with this and seems to be having issues, i do not own the game currently and therefore have never looked into it properly Can you explain to me how to link the servers using this tcadmin config? - I ask this because the guy is claiming he is doing it correctly and as i have no idea how he has done it but it frankly doesn't work - issues he gets apparently is crossing server borders he recieves a crash or has to create a new charactor as he crosses the borders. is it just as simple as putting in command line where the server is? i am sure it is simple todo and i only agreed to host him because he told me he knew how todo it.
  19. i have someone trying to get a server working with this and seems to be having issues, i do not own the game currently and therefore have never looked into it properly Can you explain to me how to link the servers using this tcadmin config? - I ask this because the guy is claiming he is doing it correctly and as i have no idea how he has done it but it frankly doesn't work - issues he gets apparently is crossing server borders he recieves a crash or has to create a new charactor as he crosses the borders. is it just as simple as putting in command line where the server is? i am sure it is simple todo and i only agreed to host him because he told me he knew how todo it.
  20. Thanks for your suggestion Dennis. Seems it was just as simple as Direct x not installed. Hopefully this might help others if they hit a similar issue. Many thanks & kind regards
  21. i install the plugin and set a game to install using this config and the server instantly crashes, maybe you have some knowlage you could share on how to make it work? Many thanks,
  22. Hi guys, Just wondering if anyone has updated Game config files available, i have tried alot and most do not work anymore. Specifically i mainly just Want a working version of Ark Survival Evolved prefebly one that allows for clusters however if only ark without clusters is available i would really appreciate this. Many thanks,
×
×
  • 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