Change font size

Welcome
ゲストさんようこそ!Youbeatのフォーラムへ!

書き込むには登録が必用なので、どうぞご登録してください!今すぐ入会する!


Post a new topicPost a reply Page 1 of 2   [ 19 posts ]
Go to page 1, 2  Next
Author Message
 Post subject: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Fri Sep 18, 2009 7:41 am 
Site Admin

Joined: Mon Sep 14, 2009 5:07 am
Posts: 534
Location: Oxford, UK
Highscores: 10
Quote:
Changes have been made to the file format in the new version that is currently in development, including BPM changes. Please check this post for further information.
新作の譜面の読み込み方はこのスレで説明されている譜面と少し違います。BPMの変更などは可能になりました。このスレを読んでから、こちらのスレで変更の詳細を確認するように申し上げます。


Adding songs to Youbeat is quite simple. Simply drop the files into the SNG folder and it will be picked up by the game during loading.
曲を追加し方はかなり簡単です。ファイルをSNGフォルダーにコピーか移動するだけど、ソフトは読み込むときに自動的に見つけます。

The files that the game supports are as follows:
現在サポートされるファイルは以下のリストとなります:
Code:
Music:
{songname}.mp3
Menu Preview:
{songname}_prev.mp3
Jacket:
{songname}.jpg    or
{songname}.bmp    or
{songname}.tga
BSC:
{songname}0.txt
ADV:
{songname}1.txt
EXT:
{songname}2.txt

If {songname}_prev.mp3 is missing, the song itself will be played.
{曲名}_prev.mp3がない場合は、本曲のmp3が流れる。

If the Jacket image is missing then the default jacket will be displayed.
ジャケットのイメージがない場合は、デフォルトジャケットが表示される。

The song will only come up in the menu if at least ONE text file exists.
.txtファイル(どれの難易度でも良い)がない場合は、曲は表示されない。

.txt File format:
Code:
{bpm}
{adjustment ms(ズレms)}         (±)
{skip count(スキップ数)}           (skips out that many notes from the start in the readout)
{readout(曲データ)...........
............................
............................}

Please be careful using the adjustmentms variable; if you can adjust it with the skip count please do so; it can result in notes suddenly appearing at the start of the song if the adjustment ms is too great (it should, I think, always be within ±100ms)
ズレmsを変更するときに注意していただきたいことがあります。できる限りスキップ数でズレを直す方法を薦めます。多くの場合は±100ms以内で直せますので、それより多くズレてる場合はスキップ数で直してみるように申し上げます。そうしないと、最初のノートがパーと出ることは可能性であります。

The song data follows the layout rules of this website
このサイトと同じように書いてください
Attachment:
File comment: Jubeat Notesのモバイル用譜面を自動的にYoubeatように変更するマクロ
Converter for mobile scripts from Jubeat Notes

youbeatSongConversionMacro.zip [897 Bytes]
Downloaded 835 times


The notenames are as follows:
ノートの順番は以下通りです:
Code:
1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16
↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓  ↓
1  2  3  4  5  6  7  8  9  a  b  c  d  e  f  g
Note numbers that exceed 10 become letters
10を超える数字は字になります。

At the start of every readout there must be at least one blank section:
全曲の全難易度の曲データの最初は必ずブランクにしてください:
Code:
xxxx|----|
xxxx|----|
xxxx|----|
xxxx|----|

The left part is the panels, the right part is the rhythm.
左はパネルで、右はリズム。

For example, the following code makes a vertical line upwards of doubles through the middle, at even times:
たとえば、下から上までの真ん中のパネルの同時押し:
Code:
x44x|1---|
x33x|2---|
x22x|3---|
x11x|4---|

...and back down again:
で、下へ戻ろうか:
Code:
x11x|1---|
x22x|2---|
x33x|3---|
x44x|4---|

Then up again, on the outside, but faster:
で、また上へ。今回はもっと早めに:
Code:
4xx4|1-2-|
3xx3|3-4-|
2xx2|----|
1xx1|----|

And back down again:
で、また下がろう:
Code:
1xx1|1-2-|
2xx2|3-4-|
3xx3|----|
4xx4|----|

BUT! What if we want to do it to this timing, without the pause:
ですが!ポーズになっちゃいますよね?こうしたい場合はどうすればいいでしょう?
Code:
|1-2-|
|3-4-|
|1-2-|
|3-4-|

Like this:
こう:
Code:
4xx4|1-2-|
3xx3|3-4-|
2xx2
1xx1

5xx5
6xx6
7xx7|5-6-|
8xx8|7-8-|

It is not possible to put the same note twice in the same grid, so we can do this. Splitting the timing is no problem at all. You can even mix it up, like so (the same as before):
同じパネルを二回も重ねられないので、右のタイミング分を分けて、もう一つに左のパネル分つ作ればいい。バラバラにしても問題ありません。(さっきのと同じ):
Code:
4xx4|1-2-|          4xx4|1-2-|
3xx3                3xx3
2xx2                2xx2|3-4-|
1xx1                1xx1|5-6-|
              or
5xx5                5xx5|7-8-|
6xx6|3-4-|          6xx6
7xx7|5-6-|          7xx7
8xx8|7-8-|          8xx8

But it gets confusing so I recommend against it lol
ですが、バラバラにしすぎると混乱しやすくなってしまいますのでご遠慮くださいww

If you want to add thirds, fifths, certain odd "off time" notes into the music the song must be expanded out so that each row of timing has the lowest common multiple of these timings' notes.
huh?
Wikipedia explanation here.
3分、5分、などを追加したいときはこのままじゃ困りますね。ですから、ノートのタイミングに合わせて、右の方を最小公倍数まで太くします。
あれ?
はーいウィキペディアの説明はhttp://ja.wikipedia.org/wiki/最小公倍数 にあります!

For example, the standard rhythm is:
たとえば、スタンダードリズムはこうですね:
Code:
|----|

But if a song has, say, 6 notes in a space where 4 goes:
ですが、4分(実は16分ですけど)の曲で6分を入れたい場合はこうですね:
Code:
|1-2-|
|345-|
|6-7-8-|
|9-a-|

Then, to make these notes into the correct timing (ie to squeeze 6 notes into 4) then you "expand" the song. For 6 into 4, the whole song must be made 3 times the width; it needs to be expanded by 2...
で、タイミングを正しくするには、タイミングを太くすればいい。4分で6分を入れるには、タイミング数を3倍

The least common multiple of 6 and 4 is 12, so expand the lines with 4 in by 2 (*3) per note and the lines with 6 by 1 (*2) per note. The BPM must then be multiplied by 3.
4と6の最小公倍数は12になります。なので、4個がある行の太さを3倍にして、6個がある行の太さを2倍にすることです。BPMは4個の行の通り、3倍にすることです:

The end result is this:
リザルトはこうなります:
Code:
|1-----2-----|
|3--4--5-----|
|6---7---8---|
|9-----a-----|

Which has the notes correctly spaced.
これでノートのタイミングが正しくなります。

You can use the expander to do this (listed on the downloads page). I will update it so it works all this out automatically for you, but for now do it to just the 4-timed lines, then you'll need to manually adjust the other lines.
ダウンロードページにあるExpanderを使って、4個の行を自動的にやってもらっていただけますが、現在はほかの行を手動にしていただくしかありません。いつかアップデートするつもりですが、しばらくはそれでよろしこねがいします。

LCM(4, 5) = 20, so 4 lines have an extra 4 inserted (*5) between each note, and the 5 lines get an extra 3 inserted (*4)
LCM(4, 5) = 20、4個の行は5倍になって、5個の行は4倍になります。

LCM(4, 3) = 12, so 4 lines have an extra 2 inserted (*3) between each note, and the 3 lines get an extra 3 inserted (*4)
LCM(4, 3) = 12、4個の行は3倍になって、3個の行は4倍になります。

One final thing, also:
それで最後に、

Youbeat does not currently support BPM changes. I am sorry. I really want them too :cry:
Once I have added the marker selection menu code I will add support, plus a few other updates to the file format.
Youbeatは現在BPMの変更をサポートしません。申し訳ございません。僕だって使いたいですし orz
マーカーの選択のコードを打ってから、BPM変更を追加して、曲データのフォーマットをアップデートしておきます。

If you have any questions please feel free to ask. Sorry it's so long.
質問などがあった場合は、ぜひ聞いてください。長くてすみません。

_________________
Need marker makers, song creators, etc!
マーカー作り、譜面作りなどを、大募集しております!


Report this post
Top
 Profile  
 
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Sat Sep 19, 2009 12:38 am 
My fingers are bleeding!
User avatar

Joined: Wed Sep 16, 2009 5:21 pm
Posts: 230
Location: Singapore
Highscores: 2
Need some clarification on certain parts.

1. If I have a pattern that has 3 notes per beat for a full measure or more, is it possible to do this?
Code:
|1-2|
|345|
|6-7|
|89a|


2. does a positive adjustment ms make the mp3 start that many ms before the readout starts, or does it make the mp3 start that many ms before the readout starts?

3. does the skip count skip measures or beats from the readout? also, does the skip count make the readout start that amount of beats after the mp3 starts, or does it skip that many beats from the readout before the mp3 starts?

_________________
Image
now 100% more super mega ultra plus eternal x gamma edition version


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Sat Sep 19, 2009 1:50 am 
Site Admin

Joined: Mon Sep 14, 2009 5:07 am
Posts: 534
Location: Oxford, UK
Highscores: 10
NitroX72 wrote:
1. If I have a pattern that has 3 notes per beat for a full measure or more, is it possible to do this?
Code:
|1-2|
|345|
|6-7|
|89a|

Yes. It's perfectly fine, but the BPM will have to be adjusted accordingly.
It's OK for the BPM to be a real number, too, so if the BPM is actually 120, but you are using only threes then the BPM can be listed as 90. (I think; I'm not 100% sure, though. If you could test this and let me know how it works that would help a lot; I've not tried this yet)

NitroX72 wrote:
2. does a positive adjustment ms make the mp3 start that many ms before the readout starts, or does it make the mp3 start that many ms before the readout starts?

A positive adjustment ms makes the mp3 start earlier.
What actually happens is the timing for all of the notes work off the elapsed time of the mp3. The adjustment ms is then added to this value, so if the adjustment ms is at -100, and the mp3 has just started playing (ie its elapsed time is 0ms) then the elapsed time is considered to be -100.

NitroX72 wrote:
3. does the skip count skip measures or beats from the readout? also, does the skip count make the readout start that amount of beats after the mp3 starts, or does it skip that many beats from the readout before the mp3 starts?

The skip count literally skips out characters from the rhythm readout string. Hence why negative values are not ok.

If the first part of the song is as so:
Code:
xxxx|----|
xxxx|1---|
1234|2-3-|
xxxx|4---|

The reader reads the rhytm in as this:
Code:
----1---2-3-4---

It then steps through each character at the pace the BPM sets (it's actually bpm/15000 in ms per character). If the skip-count is 5 then is skips out the first 5 characters. In this case it will therefore read the string as this:
Code:
---2-3-4---

Note how the 1 has been missed out... So if you're missing notes check this.

If you need to make the notes start later, then just add another blank section to the start and adjust the skip count accordingly.


Just as a side-note, I plan to adjust the way the rhythm is read in (this is one of the updates to the file I mentioned in the previous post). Instead of having every character the same length in time, I plan to have every section between the bars as the same length. This will stop the need for the expander and make it much easier to make songs...

ie,
Code:
|1234|
and
Code:
|1-2-3-4-|

Will be the same.

I want to get this, and BPM changes added in as soon as I possibly can. It's annoying to have to expand the songs every time >.<

I hope this answers your questions. If you have any more please feel free to ask.
Thank you for your continued support :D

_________________
Need marker makers, song creators, etc!
マーカー作り、譜面作りなどを、大募集しております!


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Sat Oct 10, 2009 7:53 am 
Moderator
User avatar

Joined: Mon Sep 14, 2009 6:05 am
Posts: 157
Location: Singapore
Highscores: 10
Well i've completed a version of it, Extreme , but it's not quite perfect , that's the main error. ><
i can't seem to get into the error, or find it, DAZ-Y3 if you can correct that error for me, thanks ^^
re-upload after correcting ^^ i wanna play true love ><

_________________
Z.THETA / NOOB-Y3 , Aged 16(2010) Pretty much gone from the Jubeat Community, can say 'take a break' and deproved pretty much >A<
Learning Japanese(and still am) , Helping out as a YouBeat tester and Song Configurer.^^


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Sun Oct 11, 2009 6:55 am 
Site Admin

Joined: Mon Sep 14, 2009 5:07 am
Posts: 534
Location: Oxford, UK
Highscores: 10
Noob, please don't post copyrighted mp3s on the forum >.<
I'm going to be removing the mp3s from the download on the next release, too... Gotta try and stop Konami getting angry at this project...
Sorry >.<

I'll sort out the charts for True Love and Shining star for you.
Shining Star will need the new song engine, so if you can give me a few more days to get v3.8 up and running (the menu's song select is done now btw) then I can get it all working for you

_________________
Need marker makers, song creators, etc!
マーカー作り、譜面作りなどを、大募集しております!


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Mon Feb 15, 2010 12:30 pm 
Newbeater

Joined: Mon Feb 15, 2010 12:27 pm
Posts: 2
how do i put the song evans, bass 2 bass and in the name of love inside the youbeat i do not know how can any1 help me here


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Mon Feb 15, 2010 2:19 pm 
Site Admin

Joined: Mon Sep 14, 2009 5:07 am
Posts: 534
Location: Oxford, UK
Highscores: 10
swat4t1,

Could you please say which part of the instructions you don't understand? That way I can try to write them more clearly

thank you for registering and posting a question

_________________
Need marker makers, song creators, etc!
マーカー作り、譜面作りなどを、大募集しております!


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Tue Feb 16, 2010 12:33 am 
My fingers are bleeding!
User avatar

Joined: Wed Sep 16, 2009 5:21 pm
Posts: 230
Location: Singapore
Highscores: 2
I am pretty sure he is asking for scripts and mp3s, not how to actually put them in

_________________
Image
now 100% more super mega ultra plus eternal x gamma edition version


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Tue Feb 16, 2010 12:40 am 
Site Admin

Joined: Mon Sep 14, 2009 5:07 am
Posts: 534
Location: Oxford, UK
Highscores: 10
I did gather that that was the case but since I'm not in a position to distribute mp3s owned by other people I'm unable to interpret it as that :(

As for getting scripts it's all there in the post :/ There's a link in the post to the site that has most of the scripts and a converter (although doing it in notepad isn't an issue either)

_________________
Need marker makers, song creators, etc!
マーカー作り、譜面作りなどを、大募集しております!


Report this post
Top
 Profile  
 
 Post subject: Re: 曲の作り方・追加し方 Creating and Adding Songs
PostPosted: Mon Apr 26, 2010 8:30 am 
Still using the keyboard
User avatar

Joined: Mon Apr 26, 2010 8:19 am
Posts: 26
Highscores: 2
perhaps i am really an idiot in editing the scripts, i have spent about 4 hours just to make it work for bass 2 bass, having the script copied from jubeat memo, but i failed...the notes appeared all of a sudden...
can DAZ-Y3 please kindly give me the script?
i am dying for it, thanks in advance~

_________________
LING-TL HKG jubeater
target: extreme avg-->985


Report this post
Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 2   [ 19 posts ]
Go to page 1, 2  Next


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
suspicion-preferred