• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Recent content by ersan

  1. E

    Commission opportunity: Error Message Hook for Missing Packages

    so basically, in your program, listen addonpackages folder, catch the event when new file drops, trigger scan with package manager, read latest output_log.txt file, parse that file to spot missing packages, give that as an input to the rest of your code - and you are done i guess?
  2. E

    Commission opportunity: Error Message Hook for Missing Packages

    in theory, its doable but in practice i think VaM inner security may block this due to unsafe nature... id still go for watching output_log.txt and do it out of vam context... if your aim is to find missing packages and download them via hub / torrent alike resources, check out sharpvamtools -...
  3. E

    Commission opportunity: Error Message Hook for Missing Packages

    i think its doable via a watchdog - constantly listening output_log.txt and when incoming error contains "missing packages" you can invoke your tool to do its job... or inside plugin you can check SuperController.singleton.allErrorsInputField2.text at init and if it contains the message pattern...
  4. E

    Commission opportunity: Error Message Hook for Missing Packages

    did you check %USERPROFILE%\AppData\LocalLow\MeshedVR\VaM\output_log.txt ? you can see error logs there
Back
Top Bottom