This is the spectrum warehouse of PhigroS HTML5, which is used to store the surface file
Before everything, you need the JSON format spectrum or PEC format spectrum created by Phieditor, don’t say
First Fork
this warehouse to your account, this step requires a github account. If you do not, you only need to register one, and then fork.
First create a new folder with the correct name, such as rrhar
or rrharil
refers to Rrhar'il
. (Do not include special characters, such as ' /
etc., cannot start with.)
First create a new folder with the correct name, such as rrhar
or rrharil
refers to Rrhar'il
. (Do not include special characters, such as ' /
etc., cannot start with.)
Create or paste the following files
meta.json 必须-元数据 (名称不可变更)
base.mp3 必选-音乐 (名称可变更)
chart.json 必须-铺面 (名称可变更)
line.json 可选-判定线贴图 (名称可变更)
illustration.jpg 必须-曲绘 (名称可变更)
Music requirements: MP3/OGG/WAV and other common formats, small size is less than 5MB
Qu painting requirements: JPG/PNG and other common formats (WebP has not been tested), small size is more than 1MB
Fill in the song component information (see below) in meta.json
, pay attention to delete annotations, use English characters, and dual quotes need to be added translation.
{
"name" : "Rrhar'il" , //曲名
"codename" : "rrharil" , //代号(你的文件夹名称)
"artist" : "Team Grimoire" , //曲师
"musicFile" : "music.ogg" , //音乐文件名
"ezRanking" : 7 , //EZ定数(可带小数)
"hdRanking" : 12 , //HD定数(可带小数,可与上一个相同)
"inRanking" : 15 , //IN定数(可带小数,可与上一个相同)
"atRanking" : 16 , //AT定数(可带小数,可与上一个相同)
"lineTexture" : "line.json" , //可选-判定线贴图文件名
"chartEZ" : "Chart_EZ.json" , //EZ谱面(可与上一个相同)
"chartHD" : "Chart_HD.json" , //HD谱面(可与上一个相同)
"chartIN" : "Chart_IN.json" , //IN谱面(可与上一个相同)
"chartAT" : "Chart_AT.json" , //AT谱面(可与上一个相同)
"chartLegacy" : "Chart_AT.json" , //Legacy谱面(可与上一个相同)
"illustration" : "illustration.jpg" , //曲绘文件名
"ezChartDesigner" : "RDRT -p 19:08:31" , //谱师(当此属性存在时将忽略所有其他谱师设定)
"ezChartDesigner" : "RDRT -p 19:08:31" , //EZ谱师
"hdChartDesigner" : "RDRT -p 20:02:21" , //HD谱师
"inChartDesigner" : "RDRT -p 20:08:31" , //IN谱师
"atChartDesigner" : "RWND -p 16493:62786:92551" , //AT谱师
"illustrator" : "犀牛沱动画工坊" , //曲绘画师
"sliceAudioStart" : "84.5" //预览音频切片开始时间(秒),预览音频持续时间为15秒
}
After completion, upload the score folder (you created before) to your Git warehouse (the one you re -engraved), and then open a new Pull Request
and wait for the merger.