GRP file extraction
-
- Posts: 3
- Joined: Sat May 23, 2020 8:22 pm
GRP file extraction
Problem solved.
Last edited by Xanadu on Fri Jul 03, 2020 9:10 pm, edited 1 time in total.
-
- Posts: 3
- Joined: Sat May 23, 2020 8:22 pm
Re: GRP file extraction
Hello everyone, thanks to a user that helped me to notice one thing: I didn't attach the file. So here it is: https://mega.nz/file/WXRliYZQ#-S-TiOlqz ... K4HKeWJGTI
-
- Posts: 40
- Joined: Thu Jan 11, 2018 7:14 am
Re: GRP file extraction
Code: Select all
get file_count short
get unknow_short short
for i = 0 < file_count
get file_size long
get file_offset long
set file_name "grp/"
string file_name + file_offset
string file_name + ".data"
log file_name file_offset file_size
next i
-
- Posts: 3
- Joined: Sat May 23, 2020 8:22 pm
Re: GRP file extraction
Well I already figured out how to extract them. But Thanks
The only thing is that I don't know how to get sound effects, I thought they were in that file.
The only thing is that I don't know how to get sound effects, I thought they were in that file.