Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yeah and everything was working fine until yesterday. As I said though the content is actually still there in the workshop folder but the game/steam does not recognize it. Very strange.
Obsessed is good, even if I would rather say excited. There are many interesting mods in the workshop. And the 72.2GB were just the Steam Workshop content. 9.93GB come from other sites to Mods.
The workshop folder is located under [Your install location/drive]/Steam/steamapps/workshop. In my case this was obviously rFactor 2 so the workshop folder associated with rFactor 2 is 365960, this is the game ID. By the way this folder is located in [Your install location/drive]/Steam/steamapps/workshop/content.
Inside the workshop folder you will find a number of .acf files each corresponding to the ID of your various games. So in this case since the content folder for rFactor 2 was 365960 the .acf filoe is 365960.acf.
I figured out by comparing another games .acf file that was running without issue that a few lines had changed inside my .acf file for rFactor 2, why this happens I don't know but it is not the first time.
This is what the file looked like before I changed it (This is just the top few lines):
"AppWorkshop"
{
"appid" "365960"
"SizeOnDisk" "3979265820272701998"
"NeedsUpdate" "0"
"NeedsDownload" "1"
"TimeLastUpdated" "1552853795"
"TimeLastAppRan" "1552853975"
"WorkshopItemsInstalled"
{
}
"WorkshopItemDetails"
{
"521757798"
{
"manifest" "8706385985746997795"
"timeupdated" "1539526903"
"timetouched" "0"
"subscribedby" "259582855"
By comparing I figured out that "NeedsDownload" should be "0" because the files were already downloaded and the other files did not have the line "WorkshopItemsInstalled" so I changed "NeedsDownload" from "1" to "0" and removed the line "WorkshopItemDetails".
How my Updated file looks:
"AppWorkshop"
{
"appid" "365960"
"SizeOnDisk" "50962576586"
"NeedsUpdate" "0"
"NeedsDownload" "0"
"TimeLastUpdated" "1552937627"
"TimeLastAppRan" "1552857440"
"WorkshopItemsInstalled"
{
"521757798"
{
"size" "420507470"
"timeupdated" "1539526903"
"manifest" "8706385985746997795"
This did the trick, steam did not try to re-download all the workshop items and all I had to wait for was for everything to re-install. For some reason it had also uninstalled all my workshop items.
I hope this helps you.
P.S. to find the game ID go to the steam store page for that game right click on it and choose 'copy page url' then scroll down to write review or open notepad and paste, the ID will be shown in the url, for instance for rFactor 2 this is:
...../app/365960/rFactor_2/
Sorry for bringing this topic back up but thank you so much for saving me from re-downloading all of my mods for Arma 3.