https://store.steampowered.com//eula/524220_eula_0
> (d) to rent, lease, sub-license, loan, exploit for profit or gain, copy, modify, adapt, merge, translate, use, reproduce, distribute, broadcast, publicly perform, store in a retrieval system or otherwise deal in the Software Product or any part thereof in any way, except as expressly permitted by this EULA and/or to the extent expressly permitted under applicable law,;
>
> (e) to reverse engineer, derive source code, modify, decompile, disassemble, or create derivative works based on the whole or any part of the Software Product, in whole or in part, except as the applicable law expressly permits. Where applicable law expressly permits any such acts, any lawful modifications, adaptations and improvements and all copyrights therein shall be deemed assigned to and shall belong to, vest in and be the exclusive property of Square Enix and/or its licensors on creation to the maximum extent permitted by law and you hereby waive all or any moral rights in such creations;
guess I’m not publishing my program that extracts the .wsp files from NieR:Automata and decodes them from Ogg Vorbis to WAV and figures out the following:
# Fortress of Lies: 64 BPM, 4/4 time (bar = 180,000 samples = 3.75s at 48kHz)
#
# Parameter | Value | Time | Notes
# ------------|-----------|----------|------------------------------------------
# Loop start | 2,160,000 | 45.000s | Bar 13 (verified by ear)
# Loop end | 9,360,000 | 195.000s | Bar 53 (repeat point)
# Tail end | 9,540,000 | 198.750s | Bar 54 end; overlaps the next cycle
# Intro | 12 bars | 45.000s | Plays once
# Loop body | 40 bars | 150.000s | Repeating section (2:30)
#
# The WEM cue marker `1-T64/4/4-L` at sample 1,080,000 (22.5s) is a section
# marker, NOT the loop-back point. The actual loop start is at 2x that
# position (2,160,000), determined by ear.
on a public GitHub repo of mine