Tool Others Vambropy [v1.15.01]: VaM packages & user content database, management, and a complement to VarBrowser

qube21

New Member
Apr 13, 2025
12
1
Upcoming version will include ma
When I load external, the installed files and available files are reduced as shown in the attached picture. Version 1.09 works fine.
We could discover the missing files by doing this:
1. On version 1.15 select all rows -> New (list) from selected -> v1.15.txt
2. In all the folders where you have the packages (AddonPackages, AllPackages, Repo directories etc) run this command: DIR /s > files.txt which will make a list with all the files in the folder the command is ran from. Comparing the list generated by v1.15 against the files from the disk would show the missing files. But, this would require some additional regex work done trough notepad++ or other text editors. Or I can do it if you're willing to send the lists.
 
  • Like
Reactions: kentaro1

kentaro1

Engaged Member
Apr 21, 2020
2,069
18
Upcoming version will include ma


We could discover the missing files by doing this:
1. On version 1.15 select all rows -> New (list) from selected -> v1.15.txt
2. In all the folders where you have the packages (AddonPackages, AllPackages, Repo directories etc) run this command: DIR /s > files.txt which will make a list with all the files in the folder the command is ran from. Comparing the list generated by v1.15 against the files from the disk would show the missing files. But, this would require some additional regex work done trough notepad++ or other text editors. Or I can do it if you're willing to send the lists.
Thanks for your answer, I'll wait for the next update while using version 1.09
 
Sep 17, 2022
35
17
I try to make repositories work but no luck.

It looks like this...

# Vambropy 1.15 config file - Save this file and restart to apply changes

# VaM full path
VAM_dir=D:\VaM

# Required common subdirectory name in all repositories. Example: common_dir:AddonPackages; common_dir:vam_vars
common_dir=AddonPackages

# External paths (var repositories). All must have a common_dir. Example: Repo1=e:\gamedata\commondi\repo_1 copies to-> c:/games/vam/AddonPackages/repo_1
Repo1=D:\VaM Move Folder
Repo2=
Repo3=
Repo4=
Repo5=


I store all external stuff in the Vam Move Folder. I get this error...

vamr1.jpg

I don't get the repo command. I got everything in that folder, how can I make this work?
 

doggava

Newbie
Dec 16, 2021
51
14
Faking versions... that is a cool idea but obviously under each user's responsability. Vambropy will not delete old versions but they would be set apart in a specific directory, then the last version symlinked to all those versions. It is doable, yes. It would pop up a big warning though! lol
...but it is interesting for helping to test scenes, and to get rid of old versions not really needed.
This feature would be super cool indeed to have!

Thanks for all of your comments :)
 

doggava

Newbie
Dec 16, 2021
51
14
I try to make repositories work but no luck.

It looks like this...

# Vambropy 1.15 config file - Save this file and restart to apply changes

# VaM full path
VAM_dir=D:\VaM

# Required common subdirectory name in all repositories. Example: common_dir:AddonPackages; common_dir:vam_vars
common_dir=AddonPackages

# External paths (var repositories). All must have a common_dir. Example: Repo1=e:\gamedata\commondi\repo_1 copies to-> c:/games/vam/AddonPackages/repo_1
Repo1=D:\VaM Move Folder
Repo2=
Repo3=
Repo4=
Repo5=


I store all external stuff in the Vam Move Folder. I get this error...

View attachment 4912491

I don't get the repo command. I got everything in that folder, how can I make this work?
try using
common_dir=VaM Move Folder

?
 
  • Like
Reactions: randomname2343
Sep 17, 2022
35
17
@
doggava


Thanks, that helped.

I'm still figuring this tool out. What I want is to be able to see all my vars in Vam while they only get loaded into RAM when needed, similar to var Browser - I wanna keep VaM fast / main goal. Unfortunately my VaM browser is empty and the tool seems to not load the VaM.exe I pointed it too, all my session plug ins are missing and the browser list is empty.
 

doggava

Newbie
Dec 16, 2021
51
14
So, in the proposed filter options we would have "All, All local, Uninstalled, Installed, External, VB Autoinstall, VB Favorites, Unpacked, Missing".

If that is alright to the people then it will changed on a next update. :)
That would be a good change, also External could be changed to just 'Repositories' or 'Ext-Repos'. Available is not a good name either, maybe use "In Varbrowser" or "In Allpackages".


Btw, what is the best way to see all uninstalled (orange, green) clothing in the tool?

Would be really great to get support for -tags working and 'holding ctrl' select as well. For example, I want to (auto)install almost everything, which doesn't include any morphs. Morphs slow Vam down, not clothing.

Please make pressing A to install also at same time and then put to autoinstall directly (instead having to press I first and then A). Same for using L directly for uninstalled.

Pressing keys also looses the prior package multiselection totally, which makes it a difficult to use.

Can the main window made somehow bigger to see more vars at same time for multiselection?

Also, I've noticed that sometimes pressing A stops working completely (package stays white) and you need top press'Toggle autoinstall" via right click menu for color to change to blue. Additionally, some packages don't change color from white to green when pressing I-key or via right click menu. Why is that?

Can you implement a function to disable toggle keys completely, so pressing A wouldnt change any vars that are already blue to white, or when pressing I to let them change from white to orange. I would like to bind the the off/opposite action keys seperately.

Would be great to implement at least some of these changes to the tool, TY very much :)
 
Last edited: