forum

Question about beat and mouse clicking + HTML 5 game demo

posted
Total Posts
2
Topic Starter
ccuuttww
HI osu players
I have questions about relationship between beat and the tick for clicking the icon which appear in the games
because I am working on a JS version OSU project
http://202.181.195.247/~asscecom/index.html
It is a simple demo with
ticking,fail ticking,icon xy position,icons appear time
Can someone provide information which are shown above or any assistant to help me finish this project
You should provide
a song
time for icons appear and order ,persistenttime

Here's synatx :

icon index
0,1,2,3......n
icon appeartime (in milliseconds 1000 = 1 seconds )
1000,2000,3500.2100.......n
icon persistent time (in milliseconds 1000 = 1 seconds)
500,1000,600,500.......n
safe_osu
I don't know about your syntax you given but I could say "there are no relation with song's BPM, it's all about fixed duration"
  1. icon appear duration based on AR. see AR table here https://osu.ppy.sh/wiki/File:ARTable.png
  2. icon fade in ~300ms
  3. icon fade out ~150ms
  4. icon is not allowed to click before ~400ms
  5. score judgment duration based on OD but I can't find the OD table. you may do simple setup like this
    1. click icon with timing error less than 50ms will get "300"
    2. click icon with timing error less than 100ms will get "100"
    3. click icon with timing error less than 200ms will get "50"
    4. otherwise will get "miss"
hope these may help you
Please sign in to reply.

New reply