Skip to content
memetrollsXD edited this page Aug 17, 2021 · 1 revision

Welcome to the KaraokeType Custom Wiki!

IF you're feeling lazy, don't forget you can always download the mp3 and JSON to whatever song is already on KaraokeType.

For the .mp3 file: https://karaoketype.com/songs/ [song ID] .mp3

For the .JSON file: https://karaoketype.com/songs/lyrics/ [song ID] .json

You can find the song ID on the URL bar.

STEP 1

Download the .mp3 of the song you want to play

STEP 2

To make your first song open your lucky editor and follow this syntax:

[
    { "w": "According to all known laws of aviation", "s": 4 },
    { "w": "There is no way that a bee should be able to fly", "s": 7 },
    { "w": "Its wings are too small to get its fat little body off the ground", "s": 11 },
    { "w": "The bee of course flies anyway. Because bees don't care what humans think is impossible.", "s": 18 }
]

"w": The lyrics to be displayed

"s": The time the singer stops singing "w" in seconds. Use the .mp3 file you just downloaded as a reference

STEP 3

Enjoy! Just upload them to KaraokeType Custom and play!

Really like the song? Submit it to me via Discord (memetrollsXD#0001). There's a 101% chance I'll add it to KaraokeType

TROUBLESHOOTING

Some common mistakes (that I even make) are:

  • Add a comma after the lyric EXCEPT the last one
  • Double-check if your timing is good
  • KaraokeTypeSync.exe changes the first # to a 0 when you start. Be sure to add a dummy lyric or change it back quickly
  • There is a glitch when you start the song too quickly where the song ends immediately. You can just press "Try Again" to start it properly OR wait a few seconds before starting the game
Clone this wiki locally