Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 27-08-2023, 06:58
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 350
Thanks: 119
Thanked 58 Times in 37 Posts
L33THAK0R is on a distinguished road
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.
Attached Files
File Type: rar bink_extraction_script_v4.rar (1.1 KB, 26 views)
Reply With Quote
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  
Old 27-08-2023, 07:01
Masquerade's Avatar
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,159
Thanks: 284
Thanked 1,349 Times in 612 Posts
Masquerade is on a distinguished road
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
Reply With Quote
The Following 4 Users Say Thank You to Masquerade For This Useful Post:
Gehrman (27-08-2023), KaktoR (27-08-2023), Razor12911 (27-08-2023), shazzla (27-08-2023)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



All times are GMT -7. The time now is 11:24.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com