Post
by Wonderman109 » Sat Sep 24, 2016 1:55 am
It seems from the hex-editors I've tried, (HexEdit and xvi32), that the four music bytes/hex pairs start off-balance, as so there's half a byte that's not for the music, the other half is the first of the eight music bits, then three more whole pairs, half a music byte, and another non-music byte.
So basically, if you're looking at a wlv with WA Intro Music (10 00 00 00 in hex), the editors will show |01 00 00 00 00| instead of |10 00 00 00|.
So you have to follow the first string, and start from the second half of the bolded byte and end at the first half of the italicized byte, using all of the underlined bytes.
While figuring this out, I also discovered that there's an unused weather component, not sure if stored under weather though. You can get it by going to the first half-music byte, going one more back, and entering '02'. The effect is that the lighting darkens and instantly flashes back to normal in periods of one and a half seconds.
Here's some tests. Read the file comments for more info.
EDIT: Sorry I made some mistakes...
You do not have the required permissions to view the files attached to this post.
Last edited by
Wonderman109 on Sat Sep 24, 2016 7:08 pm, edited 2 times in total.