Remove key count limit in Malody chart converter.
This commit is contained in:
@@ -23,7 +23,6 @@ namespace Cryville.Crtr.Extensions.Malody {
|
|||||||
src = JsonConvert.DeserializeObject<MalodyChart>(reader.ReadToEnd());
|
src = JsonConvert.DeserializeObject<MalodyChart>(reader.ReadToEnd());
|
||||||
}
|
}
|
||||||
if (src.meta.mode != 0) throw new NotImplementedException("The chart mode is not supported");
|
if (src.meta.mode != 0) throw new NotImplementedException("The chart mode is not supported");
|
||||||
if (src.meta.mode_ext.column != 4) throw new NotImplementedException("The key count is not supported");
|
|
||||||
|
|
||||||
var ruleset = "malody!" + MODES[src.meta.mode];
|
var ruleset = "malody!" + MODES[src.meta.mode];
|
||||||
if (src.meta.mode == 0) {
|
if (src.meta.mode == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user