Skip to content

Releases: elliotttate/Bepinex-Tools

Bepinex-Publicizer 1.0.1

13 May 23:32
Compare
Choose a tag to compare

Bepinex 5.4.5 plugin that will automatically publicize and stub files in the loaded domain.

Keeps a hash check of the assemblies to check if it needs to update files.
Has Whitelist or Blacklist for assembly name contains (Not case sensitive) (defaults to use Whitelist)
Allows multiple Output folders (Defaults to the Managed\publicized_assemblies)
If output folder in list does not exist it will skip folder and write error in bepinex log file

Always remember when referencing publicized assemblies you need to set your mod to allow unsafe code in the properties.

Installation Instructions:
Install BepInEx.
Extract zip into game folder.

Bepinex-Publicizer 1.0

15 Feb 22:23
Compare
Choose a tag to compare

Bepinex plugin that will automatically publicize files in the managed folder.

  • Only files that start with "assembly" capitalized or not are publicized.
  • Outputs to a subfolder called "publicized_assemblies".
  • Keeps a hash check of the assemblies to check if it needs to run and only runs when needed.

Always remember when referencing publicized assemblies you need to set your mod to allow unsafe code in the properties.