dangioffre Posted September 16, 2014 Share Posted September 16, 2014 Anyone got a XML? Thank you... Link to comment Share on other sites More sharing options...
dangioffre Posted September 18, 2014 Author Share Posted September 18, 2014 I made one but there is something wrong. Can someone please look at it?Spaceenginners - Windows.xml Link to comment Share on other sites More sharing options...
MarkMorris Posted September 19, 2014 Share Posted September 19, 2014 Yer im having difficuly with this one too Link to comment Share on other sites More sharing options...
dangioffre Posted September 21, 2014 Author Share Posted September 21, 2014 Yeah idk. im guessing we have to use a bat file to start a service for the server but not 100% sure how to go about it. Link to comment Share on other sites More sharing options...
Raizio Posted September 21, 2014 Share Posted September 21, 2014 Am on vacation so I can't quite do a test right now. But anything that can be done in batch file can also be done via commandline. Have you tried running it via server directly? Try it outside of TCAdmin first. Hell, create a server, go to Service Settings, head to the commandline and click preview. That shows the commands that TCAdmin runs to start the server. Try those commands manually. You just might catch something. Link to comment Share on other sites More sharing options...
PCGamersportal Posted September 22, 2014 Share Posted September 22, 2014 (edited) Hi guys, dangioffre I have looked at your config. Your missing several key points, commandline, config file, steam port etc. One thing to note with this game is you need to make a new link for save files for the server to a reachable location for the admin panel for its saves and mods folder. Each service would need FTP access to its own folder in that folder. It requires a mklink command currently to move the files into a safe and more accessible location for clients to access, currently it stores those in the programfiles/appdata and client access to that location would not be recommended. I created a folder named SE_Saves in the TCAdmin/users folder. And you would have to manually create a virtual ftp link to the clients mod and save folder used by the instance. I am working on a few things to see if I can use TCAdmin to create those. But I find that the -path switch does not function and I cannot get the commandline to use an alternate config file path atm. From what I have read, by 3.0 release they will have dedicated servers sorted out. Issue here also is that it appears you need to create instances for each new server from within the console, this is manual and cannot be done from the commandline in my testing. Here is a video I found that is very good at showing how to manually create the service. I have built a config which includes all of the above missing items and its variables, however due to the limitation on creating instances manually from the server config panel I have not wrapped my head around how to assign a service to an instance of its own other than create them manually and assign them to a service. Although my service runs the game and queries I get a "host left server" message on connecting so I need to think on it. It is not an optimal dedicated server yet, but in 3.0 this could change and it would be less hoops to create. If I figure it out I will share the results. Maybe someone else will get it, for now I am going to browse youtube and maybe something will make sense of it. Edited September 22, 2014 by PCGamersportal Link to comment Share on other sites More sharing options...
streak Posted January 2, 2015 Share Posted January 2, 2015 Anyone find a way to run this config? Link to comment Share on other sites More sharing options...
xai Posted January 13, 2015 Share Posted January 13, 2015 (edited) @PCGamersportal i tested the -path switch ... works pretty fine on my testinstallations. About the "instance" thingy. Where did you read that? Haven't tested it for long now but I am at least able to start two different servers and connect to each one without creating instances from the console. Cheers Xai Edit: @PCGamersportal oh ok your posting is pretty old. I guess you figured it out already. Edited January 13, 2015 by xai Link to comment Share on other sites More sharing options...
redtwin Posted January 20, 2015 Share Posted January 20, 2015 Anyone got that config working? Link to comment Share on other sites More sharing options...
Homertje Posted January 25, 2015 Share Posted January 25, 2015 (edited) I got it working to an extend at least, all the custom values/variables for the config files need to be made. All the commandline options need to be setup. After tinkering my alterations tcadmin downloads SE from SteamCMD, installs to the "username"/"server number" folder, and successfully boots up a server in 64bit mode... Now i'm just taking care of world/config/environment locations and command line options, if someone has that one down I can combine and upload. Next step would be making a interactive configuration (the nice tca form way) Last step for us would be creating a mod for that gameconfig so you can install server extender MOD API in one go. (obviously having a form to setup configs, game mods/workshop items and backups etc etc) ServerExtender allows for a webinterface (rcon style) and commandline worldfolder setting, i'm unsure if the same commandlines work for vanilla executable. Edited January 25, 2015 by Homertje Link to comment Share on other sites More sharing options...
redtwin Posted January 26, 2015 Share Posted January 26, 2015 Can you send me it when you are done? Link to comment Share on other sites More sharing options...
Homertje Posted January 28, 2015 Share Posted January 28, 2015 (edited) Still a WIP, but decently Usable. *use at your own risk!* Working/Features: -Steam anon login, downloads server-files with SteamCMD. -Configuration Editor setting up 37 variables in the config file. -Custom World Loading is enabled/possible. -Server boots up without desktop interface. -Shows active logged in players. -Updates through steam. -Even when Installed without changing config files or settings (other than hostname), the server will still boot just fine with all preset default settings/configurations. -And create a world named "world" in "<root>\WORLD\world" and one can find the server configuration file in "<root>\WORLD\" -Backing up the "<root>\WORLD" folder will backup ALL worlds and configuration files. Not working/to do: -Console interfacing/rcon (if available/implemented) -Security/Permissions -FTP access to \WORLD (config/save/mods folders) only. -server extender mod, changing command-line executable. -server extender mod web-interface* (*if i find a way to change the web-interface's default communication port) -modlist generator -Config editor cannot read value for the "World Folder" variable from a (working) config file. If you find errors please do comment. I'm sharing this config as-is, zero guarantees/no liability. *use at your own risk!*SpaceEngineers - Windows.xml Edited January 28, 2015 by Homertje Link to comment Share on other sites More sharing options...
ECF Posted January 28, 2015 Share Posted January 28, 2015 Thank you for sharing Link to comment Share on other sites More sharing options...
redtwin Posted February 1, 2015 Share Posted February 1, 2015 thanks, will u keep us updated on this? and upload when u fix bugs? Link to comment Share on other sites More sharing options...
Homertje Posted February 5, 2015 Share Posted February 5, 2015 I will re-upload better versions in due time, but don't put a timer on it, i'm making these configs for a gaming community, not to host servers commercially. Link to comment Share on other sites More sharing options...
Syndrogo Posted February 23, 2015 Share Posted February 23, 2015 I will re-upload better versions in due time, but don't put a timer on it, i'm making these configs for a gaming community, not to host servers commercially. Hey man, messing around in the server config and i got a few questions. - How do you add the mods? - How do you add the admins? - Lastly how do we know its running the 64bit version and not 32? Link to comment Share on other sites More sharing options...
Homertje Posted March 3, 2015 Share Posted March 3, 2015 - How do you add the mods? We do this manually untill i know how to add text / compile XML from a script. - How do you add the admins? Same, Since the config is in XML format i need to add <unsignedLong> and </unsignedLong> on every number. Don't know how to do this (yet) and it seems doing it manually is less work than finding out how to make the script. - Lastly how do we know its running the 64bit version and not 32? I haven't dealt with 32bit since a long while, simply because anyone with a REALISTIC view on server configurations/applications will allways use 64 bit (if available). I'm sorry if i offend any 32bit server user, but 64bit servers are pretty much the only way to go. This tcadmin config is 64bit ONLY! Link to comment Share on other sites More sharing options...
Homertje Posted March 3, 2015 Share Posted March 3, 2015 Here's a updated version, no steam log-in necessary anymore. Usable as is. 99% bug free. not working (yet): [Config] Mods (We use manual config editor for our servers after primary install) Admins (Same Thing) Please reply when you find more bugs.SpaceEngineers - Windows.xml Link to comment Share on other sites More sharing options...
xai Posted March 4, 2015 Share Posted March 4, 2015 Hi, you can use the "Repeat section" Item type to add admins with the configuration editor. same for the ban list and the mod list Cheers Xai Link to comment Share on other sites More sharing options...
Syndrogo Posted March 10, 2015 Share Posted March 10, 2015 can you do the same with the mods? Link to comment Share on other sites More sharing options...
Raizio Posted March 10, 2015 Share Posted March 10, 2015 Or you can help him out and contribute it! Link to comment Share on other sites More sharing options...
sparky81 Posted May 13, 2015 Share Posted May 13, 2015 anyone got a full working config yet . im willing to pay for it too Link to comment Share on other sites More sharing options...
pulsegaming Posted May 27, 2015 Share Posted May 27, 2015 I've been testing stuff to improve the latest config file found here. The only thing that's still a WIP is the modlist / banlist. I've no clue how to userepeat sections. Even the example from CS:Source banfile doesn't give me any clue Can someone please help me with a good example for a repeat section? Thanks! Link to comment Share on other sites More sharing options...
Homertje Posted May 28, 2015 Share Posted May 28, 2015 can you link or attach or send me that CS:S repeat sections code/script? or is that available from the builtin configs? Link to comment Share on other sites More sharing options...
Raizio Posted May 28, 2015 Share Posted May 28, 2015 can you link or attach or send me that CS:S repeat sections code/script? or is that available from the builtin configs? Tis built in. From wiki: Repeat section This is an advanced feature only recommended if you know how to create regular expressions. It is used to create editors for parts of a file that require more than one line or block of text. For example map rotations, ban and admin lists. For examples on its usage see the following editors: Wolfenstein Enemy Territory: campaigncycle.cfg, stopwatchcycle.cfg, objectivecycle.cfg, lmscycle.cfg Counterstrike: banned.cfg, listip.cfg Metamod: plugins.ini AMX ModX: users.ini 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