Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Successfully extracted the sound effects of kamen rider City War

Get help on any and all audio formats, or chip in and help others!
Post Reply
bymutou
advanced
Posts: 62
Joined: Thu Nov 08, 2018 2:57 am
Has thanked: 11 times
Been thanked: 3 times

Successfully extracted the sound effects of kamen rider City War

Post by bymutou »

I know how to extract the sound effects of kamen rider City War, but I don't know how to make batches.
Request help to make a batch of bms files
bymutou
advanced
Posts: 62
Joined: Thu Nov 08, 2018 2:57 am
Has thanked: 11 times
Been thanked: 3 times

Re: Successfully extracted the sound effects of kamen rider City War

Post by bymutou »

Just delete the characters in front of oggs and modify the suffix to .ogg to play, but there are too many files, I don't know how to make batches.
You do not have the required permissions to view the files attached to this post.
User avatar
DKDave
ultra-veteran
ultra-veteran
Posts: 357
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 9 times
Been thanked: 167 times

Re: Successfully extracted the sound effects of kamen rider City War

Post by DKDave »

If all of the files have the same length header to remove, you can use the Simple Cutter feature in VGMToolbox. This can also add an extension to the output files automatically.
I see a vision rising, dreary, Fading in as children play twilight games, In the town called Ordinary, An eye of light reveals a gateway to doomsday
bymutou
advanced
Posts: 62
Joined: Thu Nov 08, 2018 2:57 am
Has thanked: 11 times
Been thanked: 3 times

Re: Successfully extracted the sound effects of kamen rider City War

Post by bymutou »

Thank you very much, my friend, helped me a lot! !
Pingu
veteran
Posts: 116
Joined: Sat Apr 16, 2016 3:15 am
Has thanked: 5 times
Been thanked: 24 times

Re: Successfully extracted the sound effects of kamen rider City War

Post by Pingu »

Just to post, if you were looking for a BMS adaptation, it would work like so:

Code: Select all

get BASENAME basename
set OFFSET long 0x55
get ARKSIZE asize
xmath SIZE "ARKSIZE - 0x55"
set NAME string ""
string NAME p "%s.ogg" BASENAME
log NAME OFFSET SIZE
That should hopefully work.. just went off that screenshot above :P.
Post Reply