| 简体中文 | English |
机械的心率带动血肉的共鸣 ———— COPY《为了你唱下去》
Steel pulse ignites the beat, Flesh and blood answers the heat.
艺术家与 ta 们的爱万岁! —— 雨狸《塔与少女的无题诗》
Viva los artistas y su amor!
Luo Pulse is a fan-made, non-commercial rhythm game of Chinese virtual singers.
Announce: Project maintenance is suspended and will resume after Jun 10th, 2026.
We aim to fill the gap in the games themed in Chinese virtual singers. Furthermore, we hope more people could see our game and learn about the culture of Vocaloid China (VC).
Meanwhile, we also hope that friends who are familiar with virtual singers but not very familiar with Vocaloid Producers, can have a deeper understanding of VC. In our opinion, producers and the background of the song are of equal importance as virtual singers themselves.
For this reason, Luo Pulse will use more "narrative" methods to tell the stories of VC.
(Final tracks subject to change)
| Title | Producer | Vocalist(s) | Release data(bilibili) | Authorization Status(25.07.28) |
|---|---|---|---|---|
| 最初日 | 阿良良木健 | 洛天依 | 2022-07-10 | ✔️ |
| 绝体绝命 | 阿良良木健 | 洛天依 | 2018-04-04 | ✔️ |
| 为了你唱下去 | COPY | 洛天依 | 2016-07-12 | ✔️ |
| 春风来 | 阿良良木健 | 洛天依 | 2017-06-21 | ✔️ |
| 四重罪孽 | DELA & 雨狸 | 洛天依 & 言和 | 2016-03-26 | ✔️ |
The song package format for Luo Pulse is as follows:
title.lpz # .zip
├────── chart.lp # .json
├────── audio.mp3 # (format may change)
├────── cover.jpg
└────── video.ogv # not a mustThe chart file format is structured as follows:
{
"General": {
"Title": "title", // must match song package filename
"Producer": "...",
"Vocalist": "...",
"Creator": "...",
"Difficulty": "EZ", // difficulty: EZ(easy), NM(normal), HD(hard)
"Version": "1.0", // currently unused
"BPM": 80
},
"HitObjects": [
{
"type": "tap", // tap (blue key)
"time": 1000, // (msec) arrives line
"column": 1 // column 1 ~ 4
},
{
"type": "drag", // drag (yellow key)
"time": 1000,
"column": 2
},
{
"type": "release", // release (red key)
"time": 1000,
"column": 3
},
{
"type": "hold", // hold (long press)
"time": 1000,
"column": 4,
"duration": 1500 // (msec)
}
]
}Game effects:
unrealized
Complete questionnaire to join credits.
Player QQ group:638522101
not yet open
Give us a ⭐ on GitHub!
Follow developers on Bilibili:
git clone https://github.com/include-xb/LuoPulse_from_git.git
cd LuoPulse_from_gitPay attention to the version of Godot is 4.4
if you have any other question about Luo Pulse, please feel free to contact: 源来是小白
