August 21Aug 21 Localization I'm looking for existing tools to decrypt and unpack Mercedes-Benz Truck Racing SYN files. I tried Game Extractor and Dragon UnPACKer but they don't support file decryption. The SYN files have data encryption.mercedesbenztruckracing_syn.rar Edited August 21Aug 21 by mrmaller1905
August 25Aug 25 Supporter I've put some info on the wiki https://rewiki.miraheze.org/wiki/Synetic_GmbH_SYN(Everything except decryption method :D :D )Encrypted files seems to have !SSM signature.
August 25Aug 25 Localization LZSS compresseduse script to extract content from SYN files from this gamesyn_extract.py needs Python 3.6+whole tree - walks *.SYN recursivelypython syn_extract.py mercedesbenztruckracing_syn extractedone archive; output dir defaults to "extracted" beside the inputpython syn_extract.py Textures/Textures.SYNexplicit destinationpython syn_extract.py Cockpit/Textures/Textures.SYN /tmp/cockpit-texsyn_extract.py Edited August 25Aug 25 by Hazza12555
August 26Aug 26 Localization I'll need the game executable and other samples because none include encryptionAlso the encryption name is MSS! and not SSM! as the game reads the signatures as little endianAlso @ikskoks your documentation regarding compressed files is wrong, they're always compressed and have no signature, only the encrypted ones have the SSM! signature Edited August 26Aug 26 by NeoGT404
August 26Aug 26 Author Localization Just now, NeoGT404 said:I'll need the game executable and other samples because none include encryptionAlso the encryption name is MSS! and not SSM! as the game reads the signatures as little endianAlso @ikskoks your documentation regarding compressed files is wrong, they're always compressed and have no signature, only the encrypted ones have the SSM! signatureHere. mercedezbenztruckracing_othersyns.rar mbtr_executable.rar
August 26Aug 26 Localization 26 minutes ago, NeoGT404 said:still no encrypted filesthe encyption might be in the other games using the same format on @ikskoks wiki as this one doesn't have itBreakNeck: Spine-Crushing Speed / Excessive Speed / N.I.C.E. 2 Edited August 26Aug 26 by Hazza12555
August 26Aug 26 Localization yeah maybe but then I don't get why @mrmaller1905 is asking about encryption
August 26Aug 26 Supporter I have some encrypted ones from "Mercedes-Benz Truck Racing". Here you go:SYN_SAMPLES.zip
August 26Aug 26 Supporter 1 hour ago, NeoGT404 said:I'll need the game executable and other samples because none include encryptionAlso the encryption name is MSS! and not SSM! as the game reads the signatures as little endianAlso @ikskoks your documentation regarding compressed files is wrong, they're always compressed and have no signature, only the encrypted ones have the SSM! signatureThis wiki is open for edits from everyone. So feel free to add your findings at any time.
August 26Aug 26 Localization 40 minutes ago, ikskoks said:I have some encrypted ones from "Mercedes-Benz Truck Racing". Here you go:Are these from a different version of the game or is the executable the same as the one mrmaller1905 sent?
August 26Aug 26 Supporter 2 hours ago, NeoGT404 said:Are these from a different version of the game or is the executable the same as the one mrmaller1905 sent?I don't know about his, but mine is from version 1.1.6 (polish version).Here are the executables if you want to take a look: Truck_Racing_EXE.rar
August 26Aug 26 Localization just checked and yeah the mercedes.exe is the exact same as his, your TruckRace.exe is an InstallShield 2000 installer which I've now added support for but I can't find anything regarding encryption, I've found the LZSS function but also didn't see anything near it
Create an account or sign in to comment