Skip to content

Commit 3709011

Browse files
committed
2024_01_16
mobile balance patched minor bugs fixed partner design changed etc.
1 parent 52ccfa7 commit 3709011

25 files changed

+685
-87
lines changed

Project Wak Beat.resource_order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
{"name":"lilpa_hurt","order":3,"path":"sounds/lilpa_hurt/lilpa_hurt.yy",},
297297
{"name":"hitbox_23","order":24,"path":"objects/hitbox_23/hitbox_23.yy",},
298298
{"name":"spr_circle_outline_light","order":8,"path":"sprites/spr_circle_outline_light/spr_circle_outline_light.yy",},
299+
{"name":"Sprite86","order":28,"path":"sprites/Sprite86/Sprite86.yy",},
299300
{"name":"show_message_log","order":7,"path":"scripts/show_message_log/show_message_log.yy",},
300301
{"name":"happysegu_timeline","order":25,"path":"timelines/happysegu_timeline/happysegu_timeline.yy",},
301302
{"name":"load_stage","order":1,"path":"scripts/load_stage/load_stage.yy",},

Project Wak Beat.yyp

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafiles/apu/ah_puh.ogg

1.61 MB
Binary file not shown.

datafiles/apu/album.png

167 KB
Loading

datafiles/apu/map_data.ini

Lines changed: 460 additions & 0 deletions
Large diffs are not rendered by default.

datafiles/apu/map_info.ini

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
2+
# 잘 모르는 부분은 아래 링크를 참고해주세요!
3+
# https://github.com/Just-Wak-Beat/Project_Wak_Beat/blob/main/Guideline%20for%20Custom%20User%20Stage.md
4+
5+
# 해당 부분은 난이도 정도를 숫자로 표현해 적어주세요! (0~9까지 0.5 단위로 입력가능)
6+
[custom_detailed_difficulty]
7+
value="4.500000"
8+
9+
# 해당 부분은 '곡의 하이라이트 파트'를 입력해주세요 (해당 곡은 8.2초 부터 하이라이트 부분입니다!)
10+
[custom_stage_map_highlight_part]
11+
value="51.500000"
12+
13+
# 해당 부분은 맵의 '컬러'를 입력해주세요! (hex컬러)
14+
[custom_stage_map_color]
15+
value="#2BA6ED"
16+
17+
# 해당 부분은 '난이도'를 입력해주세요! (ex. Easy, Hard, Expert...)
18+
[custom_stage_map_difficulty]
19+
value="Expert"
20+
21+
# 해당 부분은 '작곡가'를 입력해주세요!
22+
[custom_stage_map_artist]
23+
value="Mixing by 믹스마스터 / Original by 아이유 IU"
24+
25+
# 해당 부분은 '곡 이름'를 입력해주세요!
26+
[custom_stage_map_name]
27+
value="어푸 (Cover by 주르르 Jururu)"
28+
29+
# 해당 부분은 '맵 제작자'를 입력해주세요!
30+
[custom_stage_map_map_by]
31+
value="damku1214 (댐쿵이)"
32+
33+
# 해당 부분은 '해금 레벨 조건'값을 입력해주세요! (0~999 레벨 사이)
34+
[custom_requirement_level]
35+
value="0.000000"
36+
37+
# 해당 부분은 노래의 'BPM'값을 입력해주세요!
38+
[custom_stage_bpm]
39+
value="121.000000"
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
# 여기는 건들지 말아주세요
77+
[custom_n_rank]
78+
value="--"
79+
[n_rank_hardcore]
80+
value="--"
81+
[custom_n_score]
82+
value="--"
83+
[n_score_hardcore]
84+
value="--"
85+
[custom_n_artifact]
86+
value="X"

datafiles/커스텀 맵 파일.lnk

2.35 KB
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- 커스텀 맵 제작과 관련 하여...
2+
3+
아래 링크를 주소창에 입력하여 가이드 라인을 봐주세요!
4+
https://github.com/Just-Wak-Beat/Project_Wak_Beat/blob/main/Guideline%20for%20Custom%20User%20Stage.md
5+
6+
7+
8+
9+
10+
11+
12+
13+
- 다른 사람이 업로드 한 커스텀 맵 적용 및 플레이 관련 하여...
14+
15+
다른 사람이 업로드 한 파일의 압축을 해제 한 후, 폴더 통째로 "커스텀 맵 파일"폴더 내에 집어 넣어주세요.
16+
(적용이 되지 않는다면, 게임을 재실행 해주시면 해결됩니다)
17+
18+
347 KB
Loading
576 KB
Loading

0 commit comments

Comments
 (0)