dnjfs / Unity-2D-Rhythm-Game

Unity 2D 리듬게임 개발 강의
0 stars 0 forks source link

How to create beats file? #1

Open farazk86 opened 4 years ago

farazk86 commented 4 years ago

Hi,

I'm learning to make a rhythm game in Unity and found your github. Thank you for uploading your project here.

I have downloaded your project and opened in Unity. I am trying to understand it.

May I know how you create the beats txt file. The 1.txt and 2.txt for each song in the resources folder? As its from this file that the game reads..

Thank you.

Below translation is from Google translate, as I had to use it to understand your comments :)

안녕,

Unity에서 리듬 게임을 배우고 github을 찾았습니다. 여기에 프로젝트를 업로드 해 주셔서 감사합니다.

프로젝트를 다운로드하여 Unity에서 열었습니다. 이해하려고합니다.

비트 txt 파일을 작성하는 방법을 알고 싶습니다. resources 폴더에있는 각 노래의 1.txt 및 2.txt? 이 파일에서 게임이 읽는대로 ..

감사합니다.

dnjfs commented 4 years ago

Hi,

I'm learning to make a rhythm game in Unity and found your github. Thank you for uploading your project here.

I have downloaded your project and opened in Unity. I am trying to understand it.

May I know how you create the beats txt file. The 1.txt and 2.txt for each song in the resources folder? As its from this file that the game reads..

Thank you.

Below translation is from Google translate, as I had to use it to understand your comments :)

안녕,

Unity에서 리듬 게임을 배우고 github을 찾았습니다. 여기에 프로젝트를 업로드 해 주셔서 감사합니다.

프로젝트를 다운로드하여 Unity에서 열었습니다. 이해하려고합니다.

비트 txt 파일을 작성하는 방법을 알고 싶습니다. resources 폴더에있는 각 노래의 1.txt 및 2.txt? 이 파일에서 게임이 읽는대로 ..

감사합니다.

1.txt is an example.

Drops of H20 //music title J.Lang //music artist 160 30 3.5 980 840 650 //bpm, divider, starting point, scoreS, A, B(ex. my score:900 -> A rank / my score:1000 -> S rank) 0 2 //note position, create time 3 6 1 10 2 14 ...

I learned by watching internet lectures(https://educast.com/course/game/NZ46 Korean). Sorry for not explaining in detail.