crunkinshoe Posted July 29, 2020 Share Posted July 29, 2020 Does anyone have workshop install/uninstall scripts for CS:GO maps they could share? Either adding map/collections to commandline or to config files? Thanks! Link to comment Share on other sites More sharing options...
Dennis Posted July 30, 2020 Share Posted July 30, 2020 You can use this to install maps: Operating System: Any Description: Move map to /csgo/maps/ Script Engine: IronPython Event: After Workshop Content Installed Ignore execution errors: Unchecked from System.IO import File if File.Exists(FileNameSavePath): try: File.Move(FileNameSavePath, ThisService.RootDirectory + 'csgo/maps/' + FileNameNoPath) except IOError, e: raise Exception("Failed to move %s, error was:\n%s" % ('csgo/maps/' + FileNameNoPath, e)) 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