• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. 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.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Question Scene compressor utility

necros

New member
Joined
Oct 24, 2020
Messages
3
Reactions
0
Hi, there is project-canyon`s scene compressor utility - is it lossless and can be used on scene jsons? and/or on other jsons too, like meta.json
Also there is Minify utility - can it be losslessly used for shrinking all jsons in vars? Anyone tried?
 
JSONs usually are quite small in size compared with texture images, CUA, etc. There's also a big advantage to have them human readable to make changes directly on them.
What is it that you want to gain from minifying jsons?
 
Upvote 0
Is this still relevant? (It's been 4 years since last update) https://github.com/ProjectCanyon/SceneCompressor
Main purpose was to shrink animation data inside scene json.
JSONs usually are quite small in size...
Yes and no, of all JSON's inside VaM scene is the one with most impact on file size (mocap scene with couple mill lines can easily be 100-300MB or more)
It adds up, especially for local stuff, outside package.
But .var compresses it well enough, take this one for example: 111MB package with 488MB mocap scene inside (scene alone 24.9MB compressed).
 
Upvote 0
Right, I forgot about mocaps, those do get huge.
 
Upvote 0
I want to trim junk data) P.S. Is it possible to shrink 3ds files (without quality loss)?
 
Upvote 0
Back
Top Bottom