space928 / Blender-O3D-IO-Public

A plugin supporting blender 2.79.x-3.x.x for importing and exporting OMSI .sco, .cfg, and .o3d files
GNU General Public License v3.0
36 stars 5 forks source link

Bugged model after importing certain sco files #71

Closed Titukis closed 11 months ago

Titukis commented 11 months ago

No idea why this happens but when import certain sco files (for example from Sceneryobjects\Kreuz_MC folder) it shows nothing like it has to be. How can I fix this? image

space928 commented 11 months ago

Many of the o3d files which come with the game are encrypted. You can tell by looking at the first few bytes of the file, if the highlighted bytes are not 0xffffffff then the file is encrypted: image

For legal reasons I've chosen not to publish the o3d decryption code and as such when you try to import an encrypted model the vertices will be wrong (the encryption has the effect of scrambling the vertices).

I'm closing this issue as this is intentional behaviour.

Titukis commented 11 months ago

so there is no way to get those objects? Is there any alternative Scenery Object pack I can download (with same looking objects)?

space928 commented 11 months ago

No, decrypting encrypted o3d files would be defeating the DRM. You can always look on WebDisk for alternative models, but I'm afraid I can't help you any further.