sparky81 Posted March 12, 2020 Share Posted March 12, 2020 (edited) View File Miscreated This is the first Miscreated config with more updates to come. Installation Download the config Go to TCAdmin > System > Settings > Game & Voice Hosting > Game & Other Voice Servers > Import Save the config as a new config or chose "Overwrite existing config" if you which to overwrite your current config. Leave all other settings features... Added Custom & Default Variables Commandline text box added for choice of map. Working Query More features to come. Web Console added Server Reguirements... Only for windows.. Microsoft Visual C++ 2017 Redistributable DirectX (Download from that link, unzip it, and run the DXSETUP.exe) Known Issues... None as of 10/3/2020 I have an idea/feature request... Make a post below and I will see if it can be added. To Do... configuration editor for hosting.cfg Steam Workshop installer/updater/uninstaller. More to come. Submitter sparky81 Submitted 3/11/2020 Category Game Configs Edited March 12, 2020 by sparky81 Link to comment Share on other sites More sharing options...
sparky81 Posted March 12, 2020 Author Share Posted March 12, 2020 New Version 1.2.0 features... Added Custom & Default Variables Commandline text box added for choice of map. Web Console added Link to comment Share on other sites More sharing options...
Gotteshand Posted October 8, 2021 Share Posted October 8, 2021 Good evening Have you managed to install the Steam Workshop Installer/updater/uninstaller yet. I'm sitting there already the whole evening ran but it does not copy with the mod in the mods folder After Workshop Content Installed: import clr from System import Array, String from System.IO import File, Path, Directory, SearchOption servertag="Server" servermods="" mods="" if ThisService.Variables.HasValue("ServerMods") : servermods=ThisService.Variables["ServerMods"] if ThisService.Variables.HasValue("Mods") : mods=ThisService.Variables["Mods"] if Array.IndexOf(TagsArray, servertag) == -1 : ThisService.Variables["Mods"]=String.Format("{0}", FileId) + ";" + mods else : ThisService.Variables["ServerMods"]=String.Format("{0}", FileId) + ";" + servermods # Move folder to correct location modfolder=Path.Combine(ThisService.RootDirectory, "Mods", String.Format("{0}", FileId)) if Directory.Exists(modfolder) : Directory.Delete(modfolder, True) Directory.Move(InstallPath, modfolder) # Update command line ThisService.Save() ThisService.Configure() Link to comment Share on other sites More sharing options...
sparky81 Posted October 30, 2021 Author Share Posted October 30, 2021 @Gotteshand Iv been away for some time working on a project of mine. Im now back in the forums as my game is near release now so ill be here making configs again and updating others. Ill take a look at this as soon as i can. 1 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