Jump to content

Recommended Posts

Posted (edited)

I wondered if anyone knew how to decrypt car models from Assetto Corsa. They come in kn5 format, and I have not found a way to decrypt them. Thanks.

Edited by Luciddvfx
added thanks
  • Engineers
Posted

Did you try it from aluigi?

 

# Assetto Corsa (script 0.1.2)
# script for QuickBMS http://quickbms.aluigi.org

idstring "sc6969"
get VER long
if VER >= 6
    get DUMMY long
endif
get FILES long
for i = 0 < FILES
    get DUMMY long
    get NAMESZ long
    getdstring NAME NAMESZ
    get SIZE long
    savepos OFFSET
    log NAME OFFSET SIZE
    math OFFSET += SIZE
    goto OFFSET
next i
get SIZE asize
math SIZE -= OFFSET
log "" OFFSET SIZE

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...