TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Reverse Engineered Serum 2 Preset File Format and Tool to Unpack It to JSON

2 点作者 alias126 天前

1 comment

alias126 天前
There has been some [recent discussion in the comments](<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a86b08c1b?permalink_comment_id=5500472#gistcomment-5500472" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a8...</a>) on my gist of notes related to figuring out the Serum preset file format; with a lot of the recent comments relating to the Serum 2 `.SerumPreset` file format.<p>When I [shared some podcast notes](<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a86b08c1b?permalink_comment_id=5541098#gistcomment-5541098" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a8...</a>) of Steve Duda talking about how he eventually wants to open the preset format, it [inspired another user to dive deeper](<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a86b08c1b?permalink_comment_id=5548632#gistcomment-5548632" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a8...</a>) into figuring out the v2 preset format; which as of yesterday, they have [basically figured out completely](<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a86b08c1b?permalink_comment_id=5549354#gistcomment-5549354" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a8...</a>), and created a tool that can pack&#x2F;unpack v2 presets:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;KennethWussmann&#x2F;serum-preset-packager">https:&#x2F;&#x2F;github.com&#x2F;KennethWussmann&#x2F;serum-preset-packager</a><p>That tool doesn&#x27;t have support for Serum v1 `.fxp` preset files (though Serum 2 can convert the legacy presets.. so you could technically access them that way); but this recent discussion did [inspire me to find&#x2F;share my old notes&#x2F;tools](<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a86b08c1b?permalink_comment_id=5548789#gistcomment-5548789" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;0xdevalias&#x2F;5a06349b376d01b2a76ad27a8...</a>) from when I was digging into the `.fxp` format. While it&#x27;s not fully figured out, it&#x27;s definitely a good starting point for anyone interested in looking deeper; and I also made this issue on the tool to summarise the relevant context&#x2F;resources for the `.fxp` format:<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;KennethWussmann&#x2F;serum-preset-packager&#x2F;issues&#x2F;1">https:&#x2F;&#x2F;github.com&#x2F;KennethWussmann&#x2F;serum-preset-packager&#x2F;iss...</a>