Comment mettre à jour manuellement les modules complémentaires de l'atelier dans Shadows of Forbidden Gods

A quick rundown of how to manually update a mod’s version, as well as where to find the file in question.

How to Manually Update Workshop Addons

THINGS YOU’LL NEED

  • Ideally Notepad++. It just makes opening and editing files easier. Au-delà de ça, make sure you have a functional touchpad or mouse and keyboard.

FILE PATH

The place you’ll want to go looking for the mod, or mods, in question is in your Steam directory. Once you’ve navigated your way to

‪C:\Fichiers de programme (x86)\Vapeur

(or wherever your installation happens to be), you’ll want to scroll down to the steamapps sub-directory and from there make your way to the workshop folder, alors, drill down into (ouvrir) the content folder contained within. This is where the workshop addons for your games are kept from what I can tell. Although you will see a bunch of numbered sub-directories, the one you’re looking for should be named 1741640.

Drill down into it and the folder inside of it, then look for the mod files in question. The one you’ll need, the one that actually contains the version info, should say mod_desc.json. This might take some doing if you’re subscribed to more than one addon from the workshop, since all the mod files will be labelled using more or less the same format. Quel que soit, open it in Notepad++. Vous devriez voir quelque chose comme ça:

{
"displayedName": "Godmode Cheats and Testing Tools",
"prefix": "godmode",
"versionsSupported": ["0.6", "0.7", "0.8", "1.0"],
"modCredit": "RobynTheDevil"
}

Noter: For this example I am using the Godmode addon created by RobynTheDevil.

Once you have opened the file, follow the formatting presented and add the game’s current version number to the list of versions supported. Since I’ve already taken the liberty of doing so for the addon in the example given, you can use this as a handy reference. When you’re finished, save your work, close the file, then exit Notepad++. Commencer le jeu, enable the mod in your workshop addons list, et boum. Any outdated addons you may be using should work now. Or at least stop returning a ‘version incompatiblenotification.

CONCLUSION

Hoped this helped. En outre, for the complete file path (though this may differ depending on how your file system is set up), it should look something like this:

‪C:\Fichiers de programme (x86)\Steam\steamapps\workshop\content\1741640\2802103561

Sans the period of course. You can also use the init file and whatnot to edit what values the mods change themselves, at least for this game in particular, though if you know what you’re doing at that point then you’re probably better off just making your own addon for the game.

Ce guide sur Shadows of Forbidden Gods a été écrit par ZAVAZggg. Vous pouvez visiter la publication originale à partir de ce lien. Si vous avez des inquiétudes concernant ce guide, n'hésitez pas à nous joindre ici.

A propos de l'auteur