Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCD editor - [UNKNOWN] and misc. #189

Open
taco1932 opened this issue May 8, 2024 · 1 comment
Open

SCD editor - [UNKNOWN] and misc. #189

taco1932 opened this issue May 8, 2024 · 1 comment

Comments

@taco1932
Copy link

taco1932 commented May 8, 2024

examples where [UNKNOWN] can be found:
sound/voice/Vo_Line/8202430_en.scd
cut/ex1/sound/VOICEM/VOICEMAN_03400/vo_VOICEMAN_03400_001760_m_en.scd
cut/ffxiv/sound/MANFST/MANFST000/vo_MANFST000_000030_m_en.scd
sound/voice/Vo_Battle/Vo_NPC27_Battle_ja.scd
sound/zingle/zingle_fassioncheck_mute.scd
sound/bg_obj/sea/s_oast_i_aqualium.scd

specifically found under Attribute 0's (Vo_NPC27 is under Attribute 1) Extend #_ entries: First Condition of [UNKNOWN]. not all are used in the same manner

the currently existing Unknown seems to be only for unused Extend # entries, so that can probably just be None for the sake of clarity

sound/battle/mon/3854.scd additionally has a Second Condition of [UNKNOWN] in Attribute 1. this file's Target Argument shows as 1050253722, which I'm guessing is actually several distinct values, akin to how Upper Limit was before

there are also two Target Argument fields under Result and each Extend #. the first changes the second (must be incremented using the available buttons - it doesn't seem to like manual input), while the second cannot be modified independently

@taco1932
Copy link
Author

also, trying to import an IMA ADPCM or Microsoft 4-bit ADPCM/MSADPCM encoded .wav into an Audio # that originally contained a Vorbis file will cause an unhandled exception

deleting that Audio # and proceeding to import will throw no exceptions; however, attempting to play that audio in-game will cause all other sounds to mute for its duration. for whatever reason, even though FF uses the MS 4-bit ADPCM encoding in particular, converting to it from custom audio and then importing will produce that issue. the audio itself is playable in outside programs, as is the .scd, so I don't know if some part of the .wav header in those instances is causing a conflict with the game's native codec

@taco1932 taco1932 changed the title SCD attributes - [UNKNOWN] and misc. SCD editor - [UNKNOWN] and misc. May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant