How to prevent a new computer from downloading the “subscribed” add ons in Garry’s Mod

garrys-mod

I am going to be installing Garry's Mod on a new laptop. Given that I only have a limited amount of space, I don't want to install all of the current Garry's Mod add ons that are already installed on my Desktop computer.

Without creating a new account, how can I both stay subscribed to the add ons I have installed on my Desktop and stop those same add ons from being downloaded to my laptop, essentially, preventing these two computers from syncing add ons.

How do I prevent Garry's Mod from automatically downloading add ons I have subscribed to on another computer?

Best Answer

  1. You can try, within steam, going to Library->Games, then Right click on Garry's Mod, go to Properties in the drop-down, navigate to the Updates tab then un-check "Enable Steam Cloud sync for Garry's Mod".

This didn't end up working for me, it stays unchecked but initiates installing the addons on game startup anyway. You might need to restart your whole computer, or you might need to reinstall Gmod for it to work, I'm not sure, I'm testing it right now.

  1. Another option is to try to backup your addons from your desktop, then unsubscribe from all of them through Steam Community. I'm sure many people have many pages of addons, making this possibly a huge pain to do, but is the only other thing I can think of right now. You could try backing them up from your "garrysmod" directory and a file called "appworkshop_4000.acf" located in: steamapps->workshop.

Working with "appworkshop_4000.acf", you could also try to set all of the "NeedsDownload" instances to "0". I'm not sure this will work though because steam pulls your subscribed addon info before listening to this file, but you could always try. I tried deleting all the info from this file too but because of it takes lower priority, it gets "refilled" instantly.

*If you do end up backing up then unsubscribing from your addons, you can set to display 30 items per page, and also try this js in your browser, open Developer Tools (f12) then enter this in the Console: (function(){jQuery('.btn_grey_black').map(function(){this.click()})})() This unsubscribes you from all the addons on the page at once - so make sure you are filtering by Gmod and have backups of the addons (.gma's)

I haven't tried all of these things so just be careful to not delete anything you don't want to, but I hope any of this helps! - Seems like yet another thing for Steam to add to their list..

Edit: You can also have a look at this: http://forums.steampowered.com/forums/showthread.php?t=2470784

I will try it myself and try to summarize it to when I get the time