Advertisement
donnaken15

ULTIMATE GUIDE TO MAKING A STENO ARCADE SONG

Mar 9th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. Written by donnaken15
  2.  
  3. ### INTRODUCTION ###
  4.  
  5. So, as you know, in Steno Arcade,
  6. you type lyrics of songs and apparently
  7. it actually has Steno keyboard compatibility.
  8. The game comes with a bunch of songs, but, have
  9. you ever thought of adding your own? I actually
  10. for once almost saw a workshop thing but I might
  11. have dreamed about it. While there might not be
  12. a workshop feature in place, there is a way to
  13. make custom songs for the game.
  14.  
  15. The main file structure of the songs aren't as
  16. complicated as you think. They're actually pretty
  17. easy to edit. So let's jump right into how song
  18. making in Steno Arcade works.
  19.  
  20. ### FILES ###
  21.  
  22. The songs only have to consist of three things and that is:
  23.  
  24. LRC - main file for lyrics and metadata
  25.  
  26. OGG - audio track for song
  27.  
  28. JPG/PNG - image for song
  29.  
  30. ### METADATA ###
  31.  
  32. The metadata is comparable to a Stepmania file, you know you got the
  33. whole title, artist, audio file, stuff like that:
  34.  
  35. ti = Title
  36. ar = Artist
  37. al = Album
  38. art = Image/Cover
  39. la = Language
  40. length = Duration
  41. dif = Difficulty
  42. relyear = Year of Song
  43. file = Audio Track
  44.  
  45. If the difficulty is above 5, it will be
  46. in a new category but still labeled "VERY HARD."
  47.  
  48. ### LYRIC INFO ###
  49.  
  50. Telling from how the lyric info is written, this
  51. could result in days of work just to make one song,
  52. but hopefully it will be worth it if someone plays it or
  53. gets a high score on it or something like that. Other than
  54. that, it's kind of easy to determine where lyrics should go
  55. using Audacity to check for where the words are. So here's
  56. the main info for mapping lyrics in a Steno Arcade song:
  57.  
  58. Timing key:
  59.  
  60. 00:00.00
  61.  
  62. | | |
  63. V V V
  64.  
  65. mn:sc.ms
  66.  
  67. Types of timing:
  68.  
  69. [00:00.00] = New line of lyrics
  70.  
  71. <00:00.00> = Time of new word in lyric line
  72.  
  73. {00:00.00} = Breaking point (if there's no new line right after)
  74.  
  75. Sometimes it's not completely necessary to have blank 0s in the timings
  76. (like if the song hasn't reached a minute yet), but it's kind of recommended
  77. to keep it added if you want to make your LRC look nice and not sloppy.
  78.  
  79. ### EXAMPLE SONG ###
  80.  
  81. Now to set an example for making a song, here's what it would look
  82. like if you made a Steno Arcade song for Short Attention Span by
  83. Fizzy Bangers, which is also a song from the Season 5 promo of Ed, Edd n Eddy:
  84.  
  85. [ti:Short Attention Span]
  86. [ar:Fizzy Bangers]
  87. [al:Short Songs for Short People]
  88. [art: Art/Short Attention Span.jpg]
  89. [la:EN]
  90. [length: 00:07.42]
  91. [dif: 8]
  92. [relyear: 1999]
  93. [file: Audio/Short Attention Span.ogg]
  94.  
  95. [00:00.17]Why <00:00.45>can't <00:00.69>people <00:01.11>understand
  96. [00:01.88]I <00:01.96>got <00:02.30>a <00:02.41>short <00:02.61>attention <00:03.14>span
  97. [00:03.64]Short <00:04.28>attention <00:05.43>span
  98.  
  99. And finally, here's a video of it working in action:
  100.  
  101. http://youtube.com/embed/t1vbA3-NVF8
  102.  
  103. ### CONCLUSION ###
  104.  
  105. So, that's how a song is made in Steno Arcade.
  106. If this tutorial helped you, leave a thumbs up.
  107. Maybe a board/forum will open up where you can
  108. submit your own. We'll just have to find out.
  109.  
  110. Bye! :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement