Search results for query: *

  • Users: ersan
  • Order by date
  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