Need help decompiling .LMD script files (Wangan Midnight Maximum Tune 4 & Maxiumum Tune 5 )

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
wood5568
Posts: 14
Joined: Sat Jun 02, 2018 4:55 pm

Need help decompiling .LMD script files (Wangan Midnight Maximum Tune 4 & Maxiumum Tune 5 )

Post by wood5568 »

Hello all, I wanted to edit the .LMD files in Wangan Midnight Maximum Tune 5 for modding purposes, but it seems like they're partially encrypted.

The LMD files in this game are commonly used to control the texture's behaviour (scroll speed, position, size, color, etc.). The game mostly uses the LUA Language for its scripts so I assume the LMD files might be LUA, but unLUAC cant seem to decompile it (no signature of a valid lua file). The game does however also uses C++ language (.cpp scripts and .hpp referenced within the executable) but as far as I can tell, those are used by the game to read and unpack the model and texture files.

Samples :
LMD-n-LUA-samples.zip