PaulDG wrote:Something to do with QSC? - As all drivers are pre compressed.
PG
nope because i never use QSC when i am testing ... it might skew my results
I tend to use the same file name over and over again...
if the file name don't change the cache is used instead of the new file. So any changes would not show up in my results.
Plus QSC is only useful if one intends to slipstream the same mass storage pack multiple times. I never do .
Additionaly using or not using QSC will not alter the final result (unless the driverpack is altered after using QSC)... the files are simply output to a temp folder and then copied to the destination. the same exact code is used in both instances the only difference is the output folder. (and a copy if QSC is on)
@Paul That's a valid guess for someone who doesn't have the code in front of them .
Also the source file is the same for all three... so the cache is valid in any case. The issue is with how the mass INI is processed by BASE. The mass storage code is over a thousand lines in several modules in at least three different files... (it's pretty complicated) somewhere in that mess is the answer... i could not find it quickly... but the fix is simple and the same as it has been for the last 7 years... don't duplicate the tag name .
Hmmm... this makes me think...
Note to self and smartepants:
If the files won't be changed and only the mass INI needs to be altered one may speed up testing by simply altering the contents of the mass INI in the QSC folder !
Thanks Paul your question has taught me something