You could create all of the sub-folders manually like Mostapha said, though, if you are going that far back in time, it might just be better to use the old Food4Rhino installer. Or it may be easier to upgrade your Grasshopepr script to the newer version rather than downgrade your installed version. Are you aware of the LB Sync Grasshopper File component? That can save you a lot of time with updating your older Grasshopper definitions.
I need to rerun some studies for a project that we did a while ago where we used 1.4.0 so I wanted to make sure everything is identical
For this project, I need to do some more extensive number crunching on annual daylighting results (we are comparing many different standards). For this I have a script that works with raw .ill files, but I believe after 1.4.0 you switched to numpy files and you can no longer output raw .ill - is that correct?
For Radiance simulations, you should be able to get results that are “identical” to your original simulations whether you use the latest version of the plugin or LBT 1.4. Granted, Radiance uses stochastic methods to generate the rays so “identical” is always going to be a relative term. I should also note that, in the most recent version of Annual Daylight, we exposed the ability to turn on or off the enhanced_ part of the calculation, which models the direct sun with high accuracy. Previously, all simulations had to use the more time-consuming enhanced method.
For your point about the switch to numpy files, you are right that we made the change because the numpy files are much faster to parse into annual metrics and they take up a lot less space. If you don’t want to change your script to use the numpy matrices instead of text .ill files, I think @mikkel might have a command you can run on the numpy results to convert them to text files. Am I correct about this, @mikkel ?