Jump to content

when to use .sim vs .bgeo.sc for simulations


Recommended Posts

 Sim stores a bunch of simulation objects and their data, so then you can continue to simulate later at a given point, is also way heavier on your HDD. So if you aren't planning in using for initial state or such uses like that I would just use .bgeo which is a compact binary format and lighter on your HDD for everything else.

Edited by Sepu
  • Like 2
Link to comment
Share on other sites

most commonly you'd just cache only data you care about to .bgeosc files, because caching to .sim files can be insanely heavy

if you are worrying about crashing or want to continue the sim at later time, you can additionally enable checkpointing to .sim files and specifying Length and maybe Interval, to literally cache a few last .sim files only for the purpose of restoring, while your main cache is still .bgeosc

Edited by anim
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...