Search results for query: *

  1. amaimon

    [Tool] Dependencies fixing and resolving tool

    You have old Java version - it's missing FileWriter in NIO. Btw - how much memory do you have?
  2. amaimon

    [Tool] Dependencies fixing and resolving tool

    How to use it? Vamifier is able to fix missing dependencies by copying from a second directory you put aside. It has to have the same structure as main VAM directory. I call it the "repo". To start the script, be sure you have java available from your command line and run: java -jar...
  3. amaimon

    [Tool] Dependencies fixing and resolving tool

    Current version: https://anonfiles.com/n46080n5u7/Vamifier2_jar Command reference: @Parameter(names = ["-rd", "--refresh-db"], description = "DATABASE: Force rescan of VAM directory") var refreshDb: Boolean = false @Parameter(names = ["-rr", "--refresh-repo"], description = "DATABASE: Force...
  4. amaimon

    [Tool] Dependencies fixing and resolving tool

    And also: Warning: FDmN7Qmlj2eFtwAPvGlwnw== - 5, has many names: [BButton Depth.vmb, Button Depth.vmb] Warning: xmS/Dr4OBspd0AFwdJVPSA== - 4, has many names: [Belly Smooth Base.vmb, Belly Smooth Base.vmb] Warning: 7pM5wPG0Our6WR5OLE+Fow== - 3, has many names: [Belly Smooth Base.vmi, Belly...
  5. amaimon

    [Tool] Dependencies fixing and resolving tool

    Added another tool - finding duplicate morphs by md5 checksum. Takie same: R96jXhS5xBUfClGNtYQgxw== - 3, names: Eye Bottom Shape J.vmi, Eye Bottom Shape J.vmi, Eye Bottom Shape J.vmi Takie same: gv0KyM+S+nFcR7ij0v4NWA== - 3, names: Eyelids Asian Shift.vmb, Eyelids Asian Shift.vmb, Eyelids Asian...
  6. amaimon

    [Tool] Dependencies fixing and resolving tool

    Heh, no problem adding a preferred var for repointing refs.
  7. amaimon

    [Tool] Dependencies fixing and resolving tool

    @MacGruber just for you I've added a module that scans VAR packages for references to files that are outside of package scope :D WARN; "Alter3go.DANA.2.var"; "uid"; "Depends on loose file Custom/Atom/Person/Morphs/female/Arms&Hands_Reloaded/Shoulder Height.vmi!" WARN; "Alter3go.DANA.2.var"...
  8. amaimon

    [Tool] Dependencies fixing and resolving tool

    While I guess that's how VARs are SUPPOSED to work, there are a TON of missing references in the VARs I have, AND THEY DON'T SHOW in package manager. That's one. And there are also corrupt VARs (with illegal characters in file names) and malformed JSONs inside VARs, so I guess this tool is still...
  9. amaimon

    [Tool] Dependencies fixing and resolving tool

    Heh, I guess so. Are they referenced by gsons? Also - where should I store them?
  10. amaimon

    [Tool] Dependencies fixing and resolving tool

    Unless I know ABSOLUTELY all places that point to resources (see OP), I can't be really sure a resource is unused. But it would be quite easy to find duplicate morphs, remove them and repoint to the only existing copy, though. Might also work for assets...
  11. amaimon

    [Tool] Dependencies fixing and resolving tool

    OK, my script is almost end-user ready (still - you run it from the command line), what's left to do is "just log" mode that will not touch anything, but only dump the log, so you can see what will be fixed. Currently everything is logged to CSV for easy formattiong. Example entrires: INFO...
  12. amaimon

    [Tool] Dependencies fixing and resolving tool

    Yeah, I'm getting close to making it user-ready, as long as you are able to work with command line. Anyway - copying VARs from the repo dir now works. Also - I like mocaps. So I've added a feature that scans saves and VARs for mocaps, it's faster than opening each scene by hand :D
  13. amaimon

    [Tool] Dependencies fixing and resolving tool

    Being sick of lots of missing resources in VAM error log (due to saves from Easy Mate) I've created a simple tool, that fixes a lot of problems. Currently: - it gathers all "cs", "cslist", "dll", "png", "tif", "vmb", "vap", "vaj", "vmi", "vam", "vac", "assetbundle", "mp3", "wav" file locations...
Back
Top Bottom