BeardLib mod auto update?
Avatar

To my knowledge, custom model mod with BeardLib is capable of auto updating.
And it doesn't require procedure like BLT auto update (having some sort of account in PaydayModBLT website)

Is there someone who could explain it thoroughly how to make a custom model mod have auto updating system by BeardLib?

Thanks for any help!

Replies
Avatar

https://github.com/GreatBigBushyBeard/PAYDAY-2-BeardLib/wiki/ModAssetModule
You need main.xml in your root directory of your mod
You need version.txt that will have the version of the mod

In order to achieve that your main.xml has to look something like this:

<table name="AN94">
      <AssetUpdates id="17420" folder_name="AN94" provider="lastbullet"/>
</table>

table name is simply your mod name
id is the did in the download link of your mod
https://modworkshop.net/mydownloads.php?action=view_down&amp;did=17420
folder_name is the folder name of your mod that would be in mod_overrides used to let beardlib know where to put the downloaded files.
provider currently can only be lastbullet.

Avatar

Ah many thanks

I forgot BeardLib got its own wiki.

25 848