Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Unencrypted Mode CN

楓 edited this page Jul 25, 2022 · 1 revision

未加密模式配置和使用

因为客户端的问题,导致在 submitBeforePlay 操作时会丢失谱面ID的后四位。所以当启动未加密模式时,会断言(assert)谱面ID的后四位为 0000。但这样操作会导致原来导入的谱面ID错误,在执行 submitAfterPlay 时找不到谱面。

所以,如果本来没有启动未加密模式的服务器请不要使用这个功能,去新开一个服务器!

配置

首次启动服务器后不要进行任何操作,在 provider.cfg 中将 unencrypted.use-unencrypted-patches 改为 true

unencrypted {
    # True if use the Unencrypted mode, which is unstable and contains conflicts to the Normal mode.
    B:use-unencrypted-pathces=true
}

导入

修改后,你可以使用 composer-client 导入谱面。

客户端修改

你需要在原来的基础上再将如下几项修改:

原字段内容 修改后字段内容
a.mp3.rnx a.mp3
b.mp3.rnx b.mp3
c.jpg.rnx c.jpg
.xml.rnx .xml
Clone this wiki locally