• Hello Guest!

    We have recently updated our Site Policies regarding the use of Non Commercial content within Paid Content posts. Please read the new policy here.

    An offical announcement about this new policy can be read on our Discord.

    ~The VaMHub Moderation Team
  • Hello Guest!

    We posted an announcment regarding upcoming changes to Paid Content submissions.

    Please see this thread for more information.

Updates (ver.4):
Enabled to filter by Creator name of var. This allows you to quickly select a specific author's assetbundle.

--------------------------------------------------------------------------------------------------------
There were many Assetbundles without images, and I was in trouble finding the necessary Assets, so I created a plugin that assists the work of adding images to Assetbundles without images. Unfortunately it's not fully automatic.

How to use:
1) Load the plugin in CUA.
2) Specify the directory with Assetbundle with the "Select Assetbundle Directory" button. A list of Assetbundles without images is displayed in the Assetbundle List area. By checking "Enable VAR", VAR can also be specified.
3) Select the Assetbundle you want to add the image to with the four "Assetbundle List" buttons. Preselected Assetbundles are displayed in the Preselected Assetbundle area. "colorcorrect.assetbundle" is excluded from listing.
4) Once you have preselected, confirm it with the "Select Assetbundle" button. A list of Assets included in the Assetbundle is displayed in the Assets List area. The first Asset in the list that is not None is automatically loaded into the CUA.
5) If you have multiple Assets in your Assetbundle, you can select them in the "Select Asset" menu.
6) Press the "Screenshot" button after selecting. Images are saved in the same directory as the Assetbundle. In the case of VAR, it cannot be saved in VAR, so it is saved in the directory under "Saves/PluginData/ky1001/CUAThumbnailHelper/VAR file name". Exit VAM and then manually move it to VAR.
7) The Assetbundle that saved the image will be deleted from the list after some time lag. If the list is not updated, press the "Refresh Assetbundle List" button.

Option:
1) You can change the size of the CUA with the "CUA Scale" slider. Use as needed.
2) You can select Invisible Light to adjust the brightness. Use as needed. I think that applying HeadLightLink to Invisible Light will make it easier to adjust the brightness.
3) Moving image files for var can be automated with a bat file. A sample bat file is provided, but operation is not guaranteed. Please use at your own risk. Please rewrite according to your environment. Please back up var and check the operation with a small number of files before using. Please run this bat file in "Saves\PluginData\ky1001\CUAThumbnailHelper".

UI
CUAThumbneilHelper ver4 UI with comment.png


Sample BAT file
Code:
@echo off

setlocal enabledelayedexpansion

for /d %%d in (*) do (
    cd %%d

    if exist "D:\VaM\VaM1.20\AddonPackages\%%d.var" (
        set FILEPATH="D:\VaM\VaM1.20\AddonPackages\%%d.var"
    ) else if exist "D:\VaM\VaM1.20\AddonPackages\AddonPackages\%%d.var" (
        set FILEPATH="D:\VaM\VaM1.20\AddonPackages\AddonPackages\%%d.var"
    ) else if exist "D:\VaM\VaM1.20\AddonPackages\5ch\%%d.var" (
        set FILEPATH="D:\VaM\VaM1.20\AddonPackages\5ch\%%d.var"
    ) else (
        set FILEPATH=""
    )

    set CUSTOM=
    set SAVES=
    if exist Custom set CUSTOM="Custom"
    if exist Saves set SAVES="Saves"

    if not !FILEPATH!=="" (
        echo !FILEPATH! !CUSTOM! !SAVES!
        "C:\Program Files\7-Zip\7z.exe" a !FILEPATH! !CUSTOM! !SAVES!
    )
    cd ..
)
endlocal
pause
  • CUAThumbneilHelper UI with comment.png
    CUAThumbneilHelper UI with comment.png
    77.3 KB · Views: 0
Author
ky1001
Downloads
3,747
Views
6,130
First release
Last update
Rating
5.00 star(s) 12 ratings

More resources from ky1001

  • Appearance Loader
    Plugins Appearance Loader
    You can import morphs, clothes, hair, CUA and more directly from appearance presets and scenes.
  • PresetLoader
    Plugins PresetLoader
    Load Clothing/Hair/Pose/Skin/Appearance presets randomly or in order.
  • Searchlight
    Plugins Searchlight
    This is a plugin that directs Atom to the target. You can use the InvisibleLight as a searchlight.
  • HeadLightLink
    Plugins HeadLightLink
    Connect an Atom such as a light source or CUA to the Player's CenterEye, LeftHand, and RightHand.
  • Pose Loader
    Plugins Pose Loader
    Pose Preset containing position data can be applied without moving Person's position.

Latest updates

  1. Update

    Updates: Enabled to filter by Creator name of var. This allows you to quickly select a specific...

Latest reviews

Amazing, would love if there was some way to automate taking the screenshots because i had a ton of assets, but otherwise this is a great plugin!
Upvote 0
Finally got a moment to try this and it's amazing. So many assets I forgot I had because I couldn't see a thumbnail.
K
ky1001
Thank you for your evaluation
Upvote 0
👍
Upvote 0
I used the CUA Thumbnail Helper.
First, read the explanation briefly, huh? Is it a little troublesome? I felt
But Dokkoi! There were about 30 CUAs, all with thumbnails in 15 minutes!
Was it a select button, because CUA is changed one after another just by pressing it
Taking screenshots is the fastest! Thank you 😊
K
ky1001
Thank you for your evaluation. It will inspire you to create a plugin. Glad the plugin helped. I'm glad you liked it.
Upvote 0
this will be useful as more and more assets are added to hub lately!
K
ky1001
Thank you for your evaluation.
Upvote 0
Very useful, thank you
K
ky1001
Thank you for your evaluation.
Upvote 0
Very useful! Thank you!
K
ky1001
Thank you for your evaluation. I'm glad you found this plugin useful.
Upvote 0
This is an insanely helpful plugin for anyone who collects assets. You did the Lord's work here. Thank you!
K
ky1001
Thank you for your evaluation.
Upvote 0
useful!
K
ky1001
Thank you for your evaluation.
Upvote 0
This will save me countless hours creating images for the thousands of assets in my main VAM that I have aquired over the years. Thank you for this!!
K
ky1001
Thank you for your evaluation. I hope this plugin helps you.
Upvote 0
Back
Top Bottom