Skip to content

Releases: SilksPlugins/UnturnedImages

UnturnedImages.Module v0.6.0

20 Jul 23:39
28da96b
Compare
Choose a tag to compare

Thanks to @negrifelipe for the changes in this release:

  • Added support for vehicle paint colors
  • All vehicles will export all their color variants if there are any. File name will include the color
  • All vehicle exports now will use the asset guid instead of the numeric id
  • When exporting the config.yaml file that gets generated now will use a workshop id field that you can directly paste to the unturned images configuration

UnturnedImages.Module v0.5.0

20 Jan 04:16
Compare
Choose a tag to compare

Made items rotatable when generating images. Fixed module not loading due to Unturned UI changes.

UnturnedImages.Module v0.4.2

18 Apr 00:07
d44e8a9
Compare
Choose a tag to compare

Fixes

  • Fixes bug(s) disabling the ability to generate vehicle/item images.

UnturnedImages.Module v0.4.1

23 Sep 18:14
Compare
Choose a tag to compare

Fixes

Fixed incorrect mod ID being used during exporting.
Fixed being unable to export vehicle images.

Additions

Added exporting of config segments to be used with the UnturnedImages plugin. These config segments are the ID override ranges and URLs to be added. For example:

# Use this in your UnturnedImages/config.yaml file
- Id: "58999-59021;59023-59051;59053-59104;59106-59110;59112-59133;59135-59142;59146-59231;59233-59244;59246-59298;59300-59411;59413-59703;59705-59973" # The ID of the override.
  Repository: "https://cdn.jsdelivr.net/gh/SilKsPlugins/UnturnedIcons@images/modded/2683620106/items/{ItemId}.png" # The repository of the override.

UnturnedImages.Module v0.3.1

15 Mar 05:34
Compare
Choose a tag to compare

Added ability to export mods individually.

Fixed vehicles not exporting into individual mod paths.

UnturnedImages.Module v0.3.0

15 Mar 05:26
Compare
Choose a tag to compare

Added ability to export mods individually.

UnturnedImages.Module v0.2.0

17 Sep 04:58
Compare
Choose a tag to compare

Added ability to change the angle from which vehicle images are taken. This is available within the Advanced Settings category in the module's UI.
image

UnturnedImages.Module v0.1.0

10 Sep 18:50
Compare
Choose a tag to compare

Initial release. Documentation on usage is incoming.