Jump to content

Miscreated


sparky81

Recommended Posts

Miscreated


This is the first Miscreated config with more updates to come.

Installation

  1. Download the config
  2. Go to TCAdmin > System > Settings > Game & Voice Hosting > Game & Other Voice Servers > Import
  3. Save the config as a new config or chose "Overwrite existing config" if you which to overwrite your current config.
  4. 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..

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.

 

Edited by sparky81
Link to comment
Share on other sites

  • 1 year later...

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

  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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