thewreckingcrew6 Posted March 27, 2017 Author Share Posted March 27, 2017 Why are the mods stored in this path: G:\TCAFiles\Users\admin\5\Engine\Binaries\ThirdParty\SteamCMD\Win64\steamapps\workshop\content\346110\829467257\ And again, here: G:\TCAFiles\Users\admin\5\ShooterGame\Content\Mods\829467257 When deleting the server I always have problems ( powershell 260 character limit ) Also I figured out what causes this error. It actually is some of the mods make the file paths too long when deleting the server. I will have to script a delete script to possibly delete the mods before the server gets deleted. Link to comment Share on other sites More sharing options...
Skurnicki Posted March 28, 2017 Share Posted March 28, 2017 Another Amazing Config, you rock Crew! Link to comment Share on other sites More sharing options...
Foxinov Posted March 28, 2017 Share Posted March 28, 2017 Settings to define that the server belongs to a cluster and directory override would be useful for the command line. -clusterid= and -ClusterDirOverride= Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted March 28, 2017 Author Share Posted March 28, 2017 Done. [b]Update 3 - v1.03:[/b] - Added -clusterid commandline option for people making server clusters - Added -ClusterDirOverride option for people making server clusters - Added AltSaveDirectoryName variable in the Main Config File to allow changing the save directory location for the server. (Useful for running multiple instances) Link to comment Share on other sites More sharing options...
Foxinov Posted March 28, 2017 Share Posted March 28, 2017 Done. [b]Update 3 - v1.03:[/b] - Added -clusterid commandline option for people making server clusters - Added -ClusterDirOverride option for people making server clusters - Added AltSaveDirectoryName variable in the Main Config File to allow changing the save directory location for the server. (Useful for running multiple instances) Nicely done, thank you! Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted March 28, 2017 Author Share Posted March 28, 2017 Nicely done, thank you! You're very welcome. Link to comment Share on other sites More sharing options...
Ragonz Posted March 29, 2017 Share Posted March 29, 2017 Also I figured out what causes this error. It actually is some of the mods make the file paths too long when deleting the server. I will have to script a delete script to possibly delete the mods before the server gets deleted. Description: Delete long file names Script Engine: Batch Event: Before Deleted RMDIR /S /Q "%ThisService_RootDirectory%Engine\Binaries\ThirdParty\SteamCMD RMDIR /S /Q "%ThisService_RootDirectory%ShooterGame\Content\Mods EDIT* not sure why the forums are adding in spaces, ignore those Link to comment Share on other sites More sharing options...
kroko Posted March 29, 2017 Share Posted March 29, 2017 (edited) i am having problems with not being able to join the server after it is installed. it got a pid tho. can i hire someone to fix it? i am not a gsp with unlimited money, just a private person. i run it on a server hosted at ovh with windows 2012. please pm me if you want to do the job Edit: it lookes like for some odd/stupid reason this forum dont have a pm function? you can email me at henrikkroko@gmail.com if you want to contact me Edited March 29, 2017 by kroko Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted March 29, 2017 Author Share Posted March 29, 2017 Description: Delete long file names Script Engine: Batch Event: Before Deleted RMDIR /S /Q "%ThisService_RootDirectory%Engine\Binaries\ThirdParty\SteamCMD RMDIR /S /Q "%ThisService_RootDirectory%ShooterGame\Content\Mods EDIT* not sure why the forums are adding in spaces, ignore those Bless your soul, was planning on getting to this today. Will test it out here in a second with the mod that was causing the issues. Link to comment Share on other sites More sharing options...
ECF Posted March 30, 2017 Share Posted March 30, 2017 Description: Delete long file names Script Engine: Batch Event: Before Deleted RMDIR /S /Q "%ThisService_RootDirectory%Engine\Binaries\ThirdParty\SteamCMD RMDIR /S /Q "%ThisService_RootDirectory%ShooterGame\Content\Mods EDIT* not sure why the forums are adding in spaces, ignore those Use the CODE tags when entering commands. That should take care of the spaces. Example: RMDIR /S /Q "%ThisService_RootDirectory%Engine\Binaries\ThirdParty\SteamCMD RMDIR /S /Q "%ThisService_RootDirectory%ShooterGame\Content\Mods Link to comment Share on other sites More sharing options...
xandok Posted April 15, 2017 Share Posted April 15, 2017 Pls, how to modify the "Server Hosted using Crew's TCAdmin Ark Config" ? Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 15, 2017 Author Share Posted April 15, 2017 Pls, how to modify the "Server Hosted using Crew's TCAdmin Ark Config" ? Howdy Xandok! That would be Ark's fancy MOTD setting! You should be able to go into your main config and edit that to your liking! If you have any trouble, do let me know. Link to comment Share on other sites More sharing options...
xandok Posted April 15, 2017 Share Posted April 15, 2017 (edited) Howdy Xandok! That would be Ark's fancy MOTD setting! You should be able to go into your main config and edit that to your liking! If you have any trouble, do let me know. But I can not. Where exactly do I change that name? PREVIEW Edited April 15, 2017 by xandok Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 15, 2017 Author Share Posted April 15, 2017 So go to Configuration Files > GameUserSettings.ini And then you will see this section: https://www.dropbox.com/s/6049aumapc4nvxf/Screenshot%202017-04-15%2002.25.52.png?dl=0 Simply edit that along with whatever else you would like to edit and hit save, then restart your server and you should be cookin! Link to comment Share on other sites More sharing options...
xandok Posted April 15, 2017 Share Posted April 15, 2017 So go to Configuration Files > GameUserSettings.ini And then you will see this section: https://www.dropbox.com/s/6049aumapc4nvxf/Screenshot%202017-04-15%2002.25.52.png?dl=0 Simply edit that along with whatever else you would like to edit and hit save, then restart your server and you should be cookin! Yeah, this part I know how to do. But what I really want to do is change that message to: "Server Hosted by XANDOK.com", on all servers that create automatic. How to make? Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 15, 2017 Author Share Posted April 15, 2017 Go into the config settings > variables > motd And edit that variables default value. Link to comment Share on other sites More sharing options...
xandok Posted April 15, 2017 Share Posted April 15, 2017 Go into the config settings > variables > motd And edit that variables default value. I love you! thanks!!!1 :grin::grin: Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 15, 2017 Author Share Posted April 15, 2017 I love you! thanks!!!1 :grin::grin: No problem man! Enjoy! Link to comment Share on other sites More sharing options...
xandok Posted April 15, 2017 Share Posted April 15, 2017 No problem man! Enjoy! One more question: Where do I change this message? I want to put in another language Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 15, 2017 Author Share Posted April 15, 2017 One more question: Where do I change this message? I want to put in another language I could not tell you where to begin with changing languages mate. Sorry. Best of luck to you though! Link to comment Share on other sites More sharing options...
xandok Posted April 16, 2017 Share Posted April 16, 2017 I could not tell you where to begin with changing languages mate. Sorry. Best of luck to you though! Please, how do I enable "Text Editor" for Basic User? Help meee Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 16, 2017 Author Share Posted April 16, 2017 Update 4 - v1.04: - Changed file system permissions to allow non-admins to use the text editor by default on gameusersettings.ini. If you would like to revert this simply go give basic users No Permissions to GameUserSettings.ini. (Will force them to use the config editor) Link to comment Share on other sites More sharing options...
mocfunky Posted April 16, 2017 Share Posted April 16, 2017 The server files delete after I update the server. Is this a known issue? Link to comment Share on other sites More sharing options...
thewreckingcrew6 Posted April 16, 2017 Author Share Posted April 16, 2017 (edited) The server files delete after I update the server. Is this a known issue? I have yet to run into this problem myself. Though let me do a test here real fast. Edit: - Just ran a test, and my config files were not deleted on update. I sadly do not know what to tell you, but Ark servers tend to be very random. Edited April 16, 2017 by thewreckingcrew6 Link to comment Share on other sites More sharing options...
ahughes Posted April 16, 2017 Share Posted April 16, 2017 Hi there, Thanks for this. How do you add more maps, for instance custom ones such as Valhalla? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now