hello sir aluigi
i wroted a script for decompressed umd file, but my problem is name files, because name table and hash codes are in file and using MEMORY_FILE for set names will not working, but i want to do it in this script, i mean how can i use a name file from MEMORY_FILE, i think you did same thing in sleeping dogs script
in script, you can see it in line 37, there is a log file that extract name file and then script read it, but i want to do it in MEMORY_FILE, how can i do it?
namecrc from MEMORY_FILE
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: namecrc from MEMORY_FILE
As far as I know it works with MEMORY_FILE too.
Simple example:
The result is asdf.txt indeed
Simple example:
Code: Select all
set MEMORY_FILE string "0x1234 asdf.txt"
namecrc NAME 0x1234 MEMORY_FILE 32
print "TEST %NAME%"
The result is asdf.txt indeed