Skip to content

リアルタイムコンテストプラグインの得点計算 #204

@jucky154

Description

@jucky154

概要

リアルタイムコンテストDLLにおいて適切に得点計算が行われていないのではないかという問い合わせがあった
考えられる理由としては,
https://github.com/nextzlog/zylo/blob/c1ea32be8642a0f878cf4328b3d4769643627c92/src/plugins/rules/rttest/rttest.cfg#L39
のようにリアルタイムコンテストのCFGにはDLLが計算をするという指定があるものの,

OnVerifyEvent 
OnPointsEvent

https://github.com/nextzlog/zylo/blob/c1ea32be8642a0f878cf4328b3d4769643627c92/src/plugins/rules/rttest/rttest.go#L87
リアルタイムコンテストのプラグインのコードに含まれないため, 得点計算などが行われていない可能性がある

Metadata

Metadata

Labels

ZyLOIssue about ZyLObugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions