Friday at 08:05 AM5 days 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 Friday at 09:34 AM5 days by mrmaller1905
Tuesday at 10:04 PM1 day 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.
Tuesday at 11:52 PM1 day 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 Tuesday at 11:57 PM1 day by Hazza12555
16 hours ago16 hr 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 15 hours ago15 hr by NeoGT404
15 hours ago15 hr 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
14 hours ago14 hr 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 14 hours ago14 hr by Hazza12555
14 hours ago14 hr Localization yeah maybe but then I don't get why @mrmaller1905 is asking about encryption
14 hours ago14 hr Supporter I have some encrypted ones from "Mercedes-Benz Truck Racing". Here you go:SYN_SAMPLES.zip
14 hours ago14 hr 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.
13 hours ago13 hr 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?
10 hours ago10 hr 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
7 hours ago7 hr 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