pyslm icon indicating copy to clipboard operation
pyslm copied to clipboard

.rdn format generation and reading build files

Open noedev86 opened this issue 2 years ago • 3 comments

Hi, I wanted to know if there is any python example code to read and compile a .rdn file from Realizer, as well as the .rea file format. I only saw the .mtt format available. Thank you

noedev86 avatar Feb 05 '23 17:02 noedev86

Hi,

The older Realizer .rea file format is supported in libSLM, but I have not fully tested this recently. This has been superceded by the modern version apparently adopted by DMGMori, however, I don't have access to any of these files. The .rdn file from what I understand is a similar construct ot the .rea format but with additional metadata.

drlukeparry avatar Feb 06 '23 22:02 drlukeparry

and how did you do it for the .rea file? did the company give you some sort of library of any sort to help you compile it ? Because I'm working on this and it seems that you need a part of the code in order to compile it in their format.

noedev86 avatar Feb 07 '23 08:02 noedev86

The .rea file format specification or supporting library was unavailable and also was not provided by Realiser GmbH at the time. Therefore I had to reverse engineer the file format accordingly. As a result, access to the translator is only for research purposes because licensing agreement with the company is likely be required.

drlukeparry avatar Feb 07 '23 17:02 drlukeparry