
Rislem
Member-
Posts
102 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Rislem
-
Hi everyone I have the below Batch file that runs if a client wants to download a Mod, It works perfectly on my Master server, but not on my remote server, it just does nothing when it puts the steamcmd.exe part in, just goes to the next line, yes I did the basic checks like see if the file is there etc, if I manually open a CMD on the remote and copy and paste that command it runs perfectly, but TCadmin it does not, any suggestions? http://prntscr.com/mzuvdy
-
Ok so from what I can see the issue is this part xcopy /y /i %MODFOLDER% %ROOTFOLDER%\test\ if I type out the entire command in CMD it runs perfectly, as stated it downloads the file in the correct folders I just need to copy it now but for some reason the batch file does not like the xcopy part, just tells me wrong path any better suggestions on how to do that last copy part?
-
I can see the file is there, just need to now copy it to a different directory...
-
Ok I got it download but now I am struggling to copy it, this is what my script says @Echo off SET ROOTFOLDER=%ThisService_RootDirectory% SET MODFOLDER=%ThisService_RootDirectory%\steamapps\workshop\content\440900\%modnumber%\ "C:\Steam\SteamCMD\steamcmd.exe" +login anonymous +force_install_dir %ROOTFOLDER% +"workshop_download_item 440900 %ThisService_modnumber%" -validate +quit xcopy /y /i %MODFOLDER% %ROOTFOLDER%\test\ This is a test for now, the download works and it places it in those folders, I want to try and copy the .pak file into the above\test the folder doesn't exist that why I am using the switch /i so it creates the folder When I run it the command prompt opens, it downloads it perfectly to ROOTFOLDER but then it does the below Connection anonymously to steam public Logged in OK Waiting for User Info...OK Downloading item 1456186728... Success. Downloaded item 1456186728 to "c:\tcafiles\users\admin\375\steamapps\workshop\content\440900\1456186728" (262818796 bytes) Invalid path 0 File(s) copied The script has executed successfully.you may close this window
-
I keep getting this You do not have sufficient privileges to perform this action
-
Could you share a simplified version ? I am sure TCAdmin supports it I just cant figure it out.
-
That is a mouth full thank you very much, now... last question, where must I put that in? Add it as mod or a script?
-
Hi Guys Conan exile uses simple Steamcommand to download mods, does anyone know of a guide or a file or anything I can use to add this to TCadmin so the clients can download there mods without me needing to do it for them?
-
When you say the same you mean Port and Query port must be the same value IE 27015 ?
-
Thanks for the DLL tips it helped me Has anyone gotten the Live Player stat to work? Mine keeps saying 0/0 even though the server is on and working?
-
Hi ECF thank you very much again for your effort, I am also speaking to Luis about this I am hoping we can find a alternative, its not a train smash if it kills the process but the shutdown procedures removes all un wanted items and stuff so its best if we can find a alternative solution
-
I really appreciate your help, just a quick question I have done and ticked that option, I generally have it on, but now where do I go and tell it to send a ctrl+c command? Do I write a custom script, problem with custom script is it will attempt to type in the console box which you cant unless I am wrong. There is a tab for console text do I just type in CTRL+C in that box ? PS running windows
-
This comes out from the Manual the devs added to there install files, so if yours isnt working its cause your likely using the wrong exe. your suppose to be using the exe in the root folder. ConandSandboxServer.exe in the root folder with the command line I posted is what the devs said you should use. They have a forum post saying that the commandline you used is not from anything they said but spam people posted. Look at: http://steamcommunity.com/sharedfiles/filedetails/?id=853969975
-
Thanks very much, but it seems to still just kill the process, I checked the logs and it doesnt seem to do anything
-
Thanks very much, any chance I can then ask it to wait 20 sec or something? Cause sometimes it takes a while to shutdown.
-
Hi Everyone I currently trying to make setup files for a game (Conan) but it needs you to press CTRL+C on the console it opens to close the game successfully. Does anyone know how I can setup my template so it does that instead of ending the process? Ending the process isnt so good for the current state of the game.
-
Numpty how do you stop your servers ? Does it just crash the process or does it use the CTRL+C command ? and how do you enter a command like that ?
-
For everyone thats struggling with command line and ports the reason your struggling is because the above IS TRASH, its a ark copy and does NOT WORK, it loads default ports if you use that command line, The below is the correct command line for this game and it works as I use it for multiple servers MaxPlayers$[service.Slots] MultiHome=$[service.IpAddress] Port=$[service.GamePort] PeerPort=$[service.CustomPort1] QueryPort=$[service.QueryPort] you can of course change it however you want but you need to adjust those 3 ports otherwise it will not pick up at all Has anyone looked at my question? How do I get it when I click "stop" server for it to close the console using CTRL+C cause that is currently how you save and exit the game correctly.
-
What are you struggling with ? I have multiple servers up in TCA atm.
-
Hi Fellow hosters. Conan requires you to press CTRL+C to close the console safely, Does anyone know how I can setup my template to do that on shutdown command? Press CTRL+C and wait lets say 20secs before force closing?
-
Thanks for this DrunkMunki I will be using it tomorrow and see if it works, I am excited about this as well.
-
I can edit the root directory for other game templates, but not for ARK, must be something I am doing wrong has to be something I need to enable in the template.
-
Its like I need to enable a setting in the template or something to allow folders to be edited
-
Raizio Thanks for your response, problem is it doesn't allow me to edit those blocks? I can see those 3 blocks but I cant type in them or edit them
-
I have a question that I am struggling hard with Ark just launched a expansion but to link your server with the non expansion you need to launch the game form the SAME EXE Twice. Which, is easy, but in TCAdmin that a whole new level After I created a ark server for someone, I just want to be able to click on "server settings" and it shows the installation folder of the server in question... WHY I ask you with tears in my eyes can't I just edit the location of this install directory? This would make my life so much easier cause then I can create 2 servers for someone but he change the one to the first once directories and it will boot 2 games from the same files... Please tell me someone knows how to change the directories for a spesific server, not for a universal template change.