Cities: Skylines

Cities: Skylines

View Stats:
This topic has been locked
Casino Mar 24, 2015 @ 11:27am
How to remove all mods at once?
I accidentally installed a huge modpack and it deleted all my saves somehow. It also crashes me game. How do I remove al of these?
< >
Showing 1-15 of 67 comments
jgvandijk Mar 24, 2015 @ 11:29am 
Content manager
Casino Mar 24, 2015 @ 11:30am 
Originally posted by jgvandijk:
Content manager
It crashes when I click on it probably due to all of the mods.
Last edited by Casino; Mar 24, 2015 @ 11:31am
unsubscribe from the workshop....
GrenadesAndHamm Mar 24, 2015 @ 12:07pm 
Pretty easy. Go to:

C:\Program Files (x86)\Steam\SteamApps\workshop\content

Find the folder that has all the mods associated with this game. You can do that by opening a folder inside (it should be a number, like 255711) and looking inside one of those folders (also numbers). The mod name will be inside it, for example, mcdonalds.crp.

Delete everything in the content folder.
The doctor is in Mar 24, 2015 @ 12:19pm 
Originally posted by Inpredictable:
Pretty easy. Go to:

C:\Program Files (x86)\Steam\SteamApps\workshop\content

Find the folder that has all the mods associated with this game. You can do that by opening a folder inside (it should be a number, like 255711) and looking inside one of those folders (also numbers). The mod name will be inside it, for example, mcdonalds.crp.

Delete everything in the content folder.


does not work all that will happen is steam will download the mods again! you have to manually unsubscribed to each mod which is real pain if you have hundreds / thousands of subscribed workshop items

would be nice if they had game setting to disable all mods that way you can play with mods and without mods without to remove them by unsubscribing or by disabling each individially both a real pain
Last edited by The doctor is in; Mar 24, 2015 @ 12:19pm
Daffers Mar 26, 2015 @ 8:45am 
I agree, damnit i susribed to too many mods and some are conflicting.. i want to start fresh but it seems impossible. manually unsuscribing is not doable
Jon Carbuncle Mar 28, 2015 @ 12:24pm 
Not being able to unsubscribe to all is a real pain in the ass. I really hope they make that an option after seeing how many items this game has in the workshop.
valkyriebonfire Mar 28, 2015 @ 12:29pm 
I spend more time deleting mod from certain spammer DP and other spammer recently then even playing the game. Ugh.
NorthDaProducer May 20, 2015 @ 11:28pm 
1. Go to the Steam Workshop under Cities: Skylines
2. There is a column to the right of the "MOST POPULAR ITEMS in the past week" Header. It says, "YOUR WORKSHOP FILES" and underneath that click on "YOUR FILES".
3. A drop down menu appears and click on "SUBSCRIBED ITEMS"
4. It will show you a list of all your subscribed assets. Yes, you do have to "UNSUBSCRIBE" to each one, but I uninstalled about 100 mods/assets I had installed in about 30 seconds.

For an easier time in the future I plan to only add the mods/assets maybe 2-3 at a time so that I can narrow things down. It is really easy to get carried away when subscribing to mods in the Workshop lol I even had 2,3, and sometimes 4 instances of basically the same mods/assets with very SLIGHT differences...it would be best to just try them immediately and see which ones you don't need and unsubscribe right away...I know it sucks and take a little time, but in the long run I think it is incredibly worth it to have them organized....I know this is almost two months from the original post, but I just bought the game a week ago after pirating it and I had to use Google to see if there was a way to do them all at once...and here I am :-) Happy gaming everybody!
sim96 Sep 15, 2015 @ 1:16pm 
Use this

Originally posted by NorthDaProducer:
1. Go to the Steam Workshop under Cities: Skylines
2. There is a column to the right of the "MOST POPULAR ITEMS in the past week" Header. It says, "YOUR WORKSHOP FILES" and underneath that click on "YOUR FILES".
3. A drop down menu appears and click on "SUBSCRIBED ITEMS"
4. It will show you a list of all your subscribed assets. Yes, you do have to "UNSUBSCRIBE" to each one, but I uninstalled about 100 mods/assets I had installed in about 30 seconds.

For an easier time in the future I plan to only add the mods/assets maybe 2-3 at a time so that I can narrow things down. It is really easy to get carried away when subscribing to mods in the Workshop lol I even had 2,3, and sometimes 4 instances of basically the same mods/assets with very SLIGHT differences...it would be best to just try them immediately and see which ones you don't need and unsubscribe right away...I know it sucks and take a little time, but in the long run I think it is incredibly worth it to have them organized....I know this is almost two months from the original post, but I just bought the game a week ago after pirating it and I had to use Google to see if there was a way to do them all at once...and here I am :-) Happy gaming everybody!

then show the most possible number of items
open your console (mostly by click f12)
paste the following code and click enter

var a = document.getElementsByClassName('btn_grey_black'); for(var i = 0; i < a.length; i++) { var element = a;

var linkParts = element.getAttribute('href').split('\'');

UnsubscribeItem(linkParts[1], linkParts[3]);
}
Finwickle Sep 15, 2015 @ 1:22pm 
There is an unsubscribe all button in the content manager in the game main menu. It didn't exist yet on May 21th, but it does now. No more need for javascript.

This much more recent post has the answer as well: http://steamcommunity.com/app/255710/discussions/0/520518688942284987/

This is why you shouldn't grave dig....
Last edited by Finwickle; Sep 15, 2015 @ 1:25pm
Empiur Nov 14, 2015 @ 11:18pm 
I cant play cities skylines at all ;-; it stops responding ;-;
Lecap Nov 15, 2015 @ 4:27am 
There is a script to unsubscribe to all addons!

Go to your subscribed addons page.
Open browser console.
Type: (function(){jQuery('.btn_grey_black').map(function(){this.click()})})()
Press ENTER.
Refresh Page.
Done!

Keep dong this untill all addons are unsubscribed.

WARNING: Doing this is on your own risk. I am not responsible for all the damage caused.

Source
Kue8all Nov 15, 2015 @ 7:35am 
Try entering -disableMods and -noWorkshop in the launch options, this should launch the game vanilla.

It might not work but could be worth a shot.
Last edited by Kue8all; Nov 15, 2015 @ 7:57am
KlarkC Dec 7, 2015 @ 8:11am 
Originally posted by Lecap:
There is a script to unsubscribe to all addons!

Go to your subscribed addons page.
Open browser console.
Type: (function(){jQuery('.btn_grey_black').map(function(){this.click()})})()
Press ENTER.
Refresh Page.
Done!

Keep dong this untill all addons are unsubscribed.

WARNING: Doing this is on your own risk. I am not responsible for all the damage caused.

Source

An update in your script:

(function(){jQuery('.btn_grey_black').map(function(){this.click();}); window.location = window.location})()

That way the page refreshs itself, and you can just press "up" key and enter in console to run again.
< >
Showing 1-15 of 67 comments
Per page: 1530 50

Date Posted: Mar 24, 2015 @ 11:27am
Posts: 67