#1
|
||||
|
||||
Useful Scripts
With Zenhax all but certainly dead, and Xentax seeking new owners, I thought I'd make this thread to share scripts that aren't directly related to repacking but are still useful nonetheless.
To christen this thread I'd like to share a small script I threw together a while back to aid with searching for pesky Bink videos buried within a given input. For usage simply specify the input file using "-i" and an appropriately named output will be generated with the extracted files and a log file detailing the offset range within said folder. It's got a check for false-positives too, since every bink container has its number of frames printed twice in the header (at bytes bytes 8-11 and bytes 16-19), so that should stop any redundant data from being written. Hopefully this is of some use to someone, and hopefully this isn't a redundant thread that clutters up the board. Going forward, I'll see about uploading other scripts I've employed in the past, since it seems they might be of use to other hobbyists. |
The Following 5 Users Say Thank You to L33THAK0R For This Useful Post: | ||
Gehrman (27-08-2023), Junior53 (02-09-2023), KaktoR (27-08-2023), Razor12911 (27-08-2023), shazzla (27-08-2023) |
Sponsored Links |
#2
|
||||
|
||||
Scan and Extract FMOD banks (FSB5), for QuickBMS
Code:
for OFFSET = 0 goto OFFSET findloc OFFSET string "FSB5" goto OFFSET getdstring FSB_SIGN 4 get version long get numsamples long get shdrsize long get namesize long get datasize long xmath SIZE "0x3c + shdrsize + namesize + datasize" log "" OFFSET SIZE next OFFSET + SIZE |
The Following 4 Users Say Thank You to Masquerade For This Useful Post: | ||
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Inno Setup scripts that support ultra arc | Peeping_John | Conversion Tutorials | 1 | 14-05-2021 22:11 |
Does anyone help me to change scripts for some installers? | WOliveira | Conversion Tutorials | 3 | 27-05-2018 08:31 |
Inno scripts Making fake time until some porgram finishes | aswadd | Conversion Tutorials | 11 | 15-11-2016 09:56 |
yener90's Inno Project Source Codes | yener90 | Conversion Tutorials | 1475 | 21-10-2014 09:50 |