new
8
.hintrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"development"
|
||||||
|
],
|
||||||
|
"hints": {
|
||||||
|
"highest-available-document-mode": "off"
|
||||||
|
}
|
||||||
|
}
|
||||||
11
404.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<style>
|
||||||
|
img.sticker{
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
# 404
|
||||||
|
|
||||||
|
### 奇怪,凹兔怎么没找到这个页面……
|
||||||
|
|
||||||
|
<img class="sticker" src="/images/otto-puzzled.png" alt="凹兔:疑惑">
|
||||||
20
README.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
> 此版本网页正在维护。
|
||||||
|
|
||||||
|
# 节奏医生中文编辑器教程
|
||||||
|
|
||||||
|
《节奏医生》编辑器中文教程旨在以教学的形式帮助您快速了解编辑器的界面,基础功能,设计技巧和做谱规范。未经授权不得以图文,视频等形式转载,也不得以本教程内素材进行二次创作。
|
||||||
|
|
||||||
|
编辑器视频教程点击[此链接](https://www.bilibili.com/video/BV1pr4y1k7gP)。教程内所有演示关卡下载放置于[百度网盘](https://pan.baidu.com/s/1Tb6ywVmge25ztMFnpa6q_Q),提取码:rdlv。
|
||||||
|
|
||||||
|
> 如果你看到[更新信息](/pages/changelog.md)增加了,但是又感觉什么也没更新,那就试着按一下`Ctrl + F5`,再不行就清空浏览器缓存。
|
||||||
|
|
||||||
|
## 联系我们
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
如果你有做谱相关的问题,或是对本教程有什么意见和建议,可以点击链接加入 QQ 群 [951070053](https://jq.qq.com/?_wv=1027&k=nsPA09E4) 告知我们。你也可以在群里上传谱面给我们试玩,群友们都会热心为你提供谱面优化建议。真诚欢迎各位做谱萌新和大佬的加入。
|
||||||
|
|
||||||
|
(悄悄透露一句:官方也入驻了这个群哦~)
|
||||||
|
|
||||||
|
戳这只看板娘可以获得随机 TIPS →
|
||||||
7
_coverpage.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<!-- _coverpage.md -->
|
||||||
|
|
||||||
|
# 节奏医生编辑器教程
|
||||||
|
|
||||||
|
> 官方指定中文编辑器教程网站
|
||||||
|
|
||||||
|
[开始使用](/pages/intro.md)
|
||||||
1
_navbar.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
<!-- _navbar.md -->
|
||||||
66
_sidebar.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
<!-- _sidebar.md -->
|
||||||
|
<style>
|
||||||
|
.sidebar li {
|
||||||
|
margin: 0;
|
||||||
|
& img{
|
||||||
|
image-rendering: pixelated;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
- [<img src="/indexicon/Intro.png"/><p>序</p>](/pages/intro.md)
|
||||||
|
- [<img src="/indexicon/changelog.png"/><p>更新信息</p>](/pages/changelog.md)
|
||||||
|
- 入门:基础
|
||||||
|
- [<img src="/indexicon/changegameversion.png"/><p>修改游戏版本</p>](/pages/changegameversion.md)
|
||||||
|
- [<img src="/indexicon/importandexport.png"/><p>导入与导出</p>](/pages/importandexport.md)
|
||||||
|
- [<img src="/indexicon/createbuiltincharacter.png"/><p>创建游戏内置角色</p>](/pages/createbuiltincharacter.md)
|
||||||
|
- [<img src="/indexicon/editorinterface.png"/><p>编辑器界面与快捷键</p>](/pages/editorinterface.md)
|
||||||
|
- 入门:基础机制
|
||||||
|
- [<img src="/indexicon/classicbeat.png"/><p>普通拍子</p>](/pages/classicbeat.md)
|
||||||
|
- [<img src="/indexicon/oneshotbeat.png"/><p>单发拍子</p>](/pages/oneshotbeat.md)
|
||||||
|
- [<img src="/indexicon/holdbeat.png"/><p>长按</p>](/pages/holdbeat.md)
|
||||||
|
- 基础:文字
|
||||||
|
- [<img src="/indexicon/floatingtext.png"/><p>浮动文字</p>](/pages/floatingtext.md)
|
||||||
|
- [<img src="/indexicon/captions.png"/><p>其他文字事件</p>](/pages/captions.md)
|
||||||
|
- 基础:轨道特效
|
||||||
|
- [<img src="/indexicon/moverow.png"/><p>轨道移动</p>](/pages/moverow.md)
|
||||||
|
- [<img src="/indexicon/settheme.png"/><p>场景与主题</p>](/pages/settheme.md)
|
||||||
|
- [<img src="/indexicon/rowfx.png"/><p>轨道视效</p>](/pages/rowfx.md)
|
||||||
|
- 进阶:节奏设计
|
||||||
|
- [<img src="/indexicon/moreclassicbeats.png"/><p>普通拍子的衍生节奏型</p>](/pages/moreclassicbeats.md)
|
||||||
|
- [<img src="/indexicon/moreoneshotbeats.png"/><p>单发拍子的衍生节奏型</p>](/pages/moreoneshotbeats.md)
|
||||||
|
- [<img src="/indexicon/beatpatterndesign.png"/><p>采音和节奏设计</p>](/pages/beatpatterndesign.md)
|
||||||
|
- [<img src="/indexicon/chartdesign.png"/><p>关卡设计</p>](/pages/chartdesign.md)
|
||||||
|
- [<img src="/indexicon/audiodesign.png"/><p>音效设计</p>](/pages/audiodesign.md)
|
||||||
|
- [<img src="/indexicon/accessibledesign.png"/><p>无障碍设计</p>](/pages/accessibledesign.md)
|
||||||
|
- 进阶:视觉特效
|
||||||
|
- [<img src="/indexicon/room.png"/><p>房间</p>](/pages/room.md)
|
||||||
|
- [<img src="/indexicon/camera.png"/><p>镜头移动</p>](/pages/camera.md)
|
||||||
|
- [<img src="/indexicon/roomfx.png"/><p>房间视效</p>](/pages/roomfx.md)
|
||||||
|
- [<img src="/indexicon/camerafx.png"/><p>镜头带来的额外视效</p>](/pages/camerafx.md)
|
||||||
|
- [<img src="/indexicon/hallofmirror.png"/><p>镜厅</p>](/pages/hallofmirror.md)
|
||||||
|
- [<img src="/indexicon/vfx.png"/><p>视觉干扰</p>](/pages/vfx.md)
|
||||||
|
- [<img src="/indexicon/windowmove.png"/><p>窗口移动</p>](/pages/windowmove.md)
|
||||||
|
- [<img src="/indexicon/hand.png"/><p>手</p>](/pages/hand.md)
|
||||||
|
- 进阶:自制素材
|
||||||
|
- [<img src="/indexicon/character.png"/><p>自制角色与精灵资源</p>](/pages/spritesheet.md)
|
||||||
|
- [<img src="/indexicon/decoration.png"/><p>使用精灵</p>](/pages/decoration.md)
|
||||||
|
- [<img src="/indexicon/assets.png"/><p>场景资源</p>](/pages/assets.md)
|
||||||
|
- 进阶:编程
|
||||||
|
- [<img src="/indexicon/tag.png"/><p>标签</p>](/pages/tag.md)
|
||||||
|
- [<img src="/indexicon/custommethod.png"/><p>自定义方法</p>](/pages/custommethod.md)
|
||||||
|
- [<img src="/indexicon/condition.png"/><p>条件</p>](/pages/condition.md)
|
||||||
|
- [<img src="/indexicon/variable.png"/><p>变量</p>](/pages/variable.md)
|
||||||
|
- 附录
|
||||||
|
- [<img src="/indexicon/events.png"/><p>事件列表</p>](/pages/appendix_events.md)
|
||||||
|
- [<img src="/indexicon/vfxs.png"/><p>预设特效列表</p>](/pages/appendix_vfxs.md)
|
||||||
|
- [<img src="/indexicon/audios.png"/><p>音频列表</p>](/pages/appendix_audios.md)
|
||||||
|
- [<img src="/indexicon/gimmicks.png"/><p>官方机制列表</p>](/pages/appendix_gimmicks.md)
|
||||||
|
- [<img src="/indexicon/relativeassets.png"/><p>相关资源</p>](/pages/appendix_resources.md)
|
||||||
|
- [<img src="/indexicon/custommethods.png"/><p>自定义方法表</p>](/pages/appendix_custommethods.md)
|
||||||
|
- [<img src="/indexicon/specifications.png"/><p>制谱规范</p>](/pages/appendix_levelrules.md)
|
||||||
|
- [<img src="/indexicon/comparison.png"/><p>英汉对照</p>](/pages/appendix_translations.md)
|
||||||
|
- [<img src="/indexicon/coding.png"/><p>其他编写关卡的手段</p>](/pages/appendix_coding.md)
|
||||||
|
- [<img src="/indexicon/tools.png" width="64px"/><p>工具</p>](/pages/appendix_tools.md)
|
||||||
|
- [<img src="/indexicon/credits.png"/><p>制作人员</p>](/pages/credits.md)
|
||||||
BIN
favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
font/DinkieBitmap-7px.woff2
Normal file
BIN
font/DinkieBitmap-9px.woff2
Normal file
BIN
font/DinkieBitmap-9pxCode.woff2
Normal file
BIN
font/DinkieBitmap-9pxItalic.woff2
Normal file
BIN
images/accessibledesign-otto.gif
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
images/assets-fillmode.png
Normal file
|
After Width: | Height: | Size: 545 KiB |
BIN
images/assets-road.gif
Normal file
|
After Width: | Height: | Size: 453 KiB |
BIN
images/audodesign-rowsettings.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
images/beatpatterndesign-amountofbeats.gif
Normal file
|
After Width: | Height: | Size: 2.7 MiB |
BIN
images/beatpatterndesign-beatsthatoverlap.gif
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
images/beatpatterndesign-beatsthatscaredme.gif
Normal file
|
After Width: | Height: | Size: 668 KiB |
BIN
images/beatpatterndesign-beatsthatsofast.gif
Normal file
|
After Width: | Height: | Size: 131 KiB |
BIN
images/beatpatterndesign-beatsthatstopped.gif
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
images/beatpatterndesign-coffeeshower.gif
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
images/beatpatterndesign-multiplerows.gif
Normal file
|
After Width: | Height: | Size: 3.6 MiB |
BIN
images/beatpatterndesign-wornouttapes.gif
Normal file
|
After Width: | Height: | Size: 818 KiB |
BIN
images/camera-croptheme - 副本.gif
Normal file
|
After Width: | Height: | Size: 4.2 MiB |
BIN
images/camera-haleyandheart.gif
Normal file
|
After Width: | Height: | Size: 352 KiB |
BIN
images/camera-haleyrow.gif
Normal file
|
After Width: | Height: | Size: 290 KiB |
BIN
images/camera-heart.gif
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
images/camera-minercutscene.gif
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
images/camera-movecameraandmoveroom.png
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
images/camera-movehorizontallytochangeroom.gif
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
images/camera-nervouslucky.gif
Normal file
|
After Width: | Height: | Size: 7.3 MiB |
BIN
images/camera-nesting.gif
Normal file
|
After Width: | Height: | Size: 223 KiB |
BIN
images/camera-strenchmode.gif
Normal file
|
After Width: | Height: | Size: 358 KiB |
BIN
images/camerafx-cameracroprow.gif
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
BIN
images/camerafx-cameracroptrain.gif
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
images/camerafx-cameracropwithscreenscrolling.gif
Normal file
|
After Width: | Height: | Size: 4.2 MiB |
BIN
images/camerafx-movecamera.gif
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
images/camerafx-reflection.png
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
images/camerafx-roomindex.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
images/camerafx-strench.gif
Normal file
|
After Width: | Height: | Size: 402 KiB |
BIN
images/camerafx-withmoveroom.gif
Normal file
|
After Width: | Height: | Size: 9.4 MiB |
BIN
images/captions-danmaku.gif
Normal file
|
After Width: | Height: | Size: 537 KiB |
BIN
images/captions-dialoguecontent.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
images/captions-dialogueproperties.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
images/captions-statussign.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
images/changegameversion-beta.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
images/changegameversion-rightclick.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
images/changegameversion-select.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
images/chartdesign-unclear.gif
Normal file
|
After Width: | Height: | Size: 618 KiB |
BIN
images/classicbeat-properties.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
images/classicbeat-rowxssettings.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
images/classicbeat-setnursecount.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/condition-actiontab.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
images/condition-addtoevent.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/condition-buttons.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
images/condition-header.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
images/condition-menu.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
images/condition-mouseonevent.png
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
BIN
images/condition-properties.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
images/createbuiltincharacter-16samurais.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
images/createbuiltincharacter-fourrows.png
Normal file
|
After Width: | Height: | Size: 156 KiB |
BIN
images/createbuiltincharacter-muterow.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
images/createbuiltincharacter-rowinfo.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
images/createbuiltincharacter-samurai.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
images/createbuiltincharacter-seperaterooms.png
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
images/custommethod-3-1n.gif
Normal file
|
After Width: | Height: | Size: 694 KiB |
BIN
images/custommethod-changecharacter.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
images/custommethod-disablereflection.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
images/custommethod-grammar1.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
images/custommethod-grammar2.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
images/custommethod-knowyou.gif
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
images/custommethod-nuclear.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
images/custommethod-reflection.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
images/custommethod-statussignwidth.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
images/custommethod-truecameramove.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
images/custommethod-wobblylines.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
images/decoration-ablackboard.png
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
images/decoration-adofai.gif
Normal file
|
After Width: | Height: | Size: 998 KiB |
BIN
images/decoration-candle.gif
Normal file
|
After Width: | Height: | Size: 528 KiB |
BIN
images/decoration-depth.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
images/decoration-mask.png
Normal file
|
After Width: | Height: | Size: 314 KiB |
BIN
images/decoration-menu.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/decoration-move.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
images/decoration-star.gif
Normal file
|
After Width: | Height: | Size: 793 KiB |
BIN
images/decoration-text.gif
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
images/editorinterface-bookmarks.png
Normal file
|
After Width: | Height: | Size: 980 B |
BIN
images/editorinterface-editingarea.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
images/editorinterface-grid.gif
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
images/editorinterface-mark.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
images/editorinterface-menu.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
images/editorinterface-playingsettings.png
Normal file
|
After Width: | Height: | Size: 638 B |
BIN
images/editorinterface-playingsettings2.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
images/editorinterface-previewarea.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
images/editorinterface-previewsettings.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
images/editorinterface-timeline.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
images/floatingtext-align.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
images/floatingtext-example.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
images/floatingtext-fontslyle.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
images/floatingtext-jp.png
Normal file
|
After Width: | Height: | Size: 45 KiB |