Here is a list of all songs in the game. and if you want to custom the songs. you can also find the step-by-step tutorial below.
Ragnarock All Songs In-game
There are 30 songs in the OST at launch.
Alestorm – Chomp chomp
Alestorm – Mexico
Alestorm – No grave but the sea
Alestorm – Tortuga
Celkilt – Dewey
Celkilt – Next One Down
Celkilt – Whaole
Feuerschwanz – Metfest
Feuerschwanz – Kampfzwerg
GloryHammer – Hootsforce
GloryHammer – Masters of the galaxy
GloryHammer – Universe on Fire
Manaberry – Welcome to Asgard (exclusive creation for Ragnarock)
Nanowar of Steel – Valhalleluja
Niklas Johansson – Call of the North
Paddy and the Rats – Join the Riot
Sabordage – The Great Pirate Bottle (exclusive creation for Ragnarock)
Sabordage – Au petit matin (an exclusive creation for Ragnarock!)
Saltatio Mortis – Loki
Saltatio Mortis – Löwenherz
Sons Of O’Flaherty – Dead and Gone
Sons Of O’Flaherty – Red Wine Teeth
The SIDH – Heroes
The SIDH – Iridium
The SIDH – Nitro
Wind Rose – Drunken Dwarves
Wind Rose – Mine Mine Mine!
Wind Rose – To Erebor
There are links to listen to the songs and the playlist on the official website : https://www.ragnarock-vr.com/leaderboard
Credit to NoLaSP
How to Create Custom Songs
Everything explained below will be the specific process for Ragnaröck.
- Create the following folder in your Documents folder :
(pathToDocumentsFolder)\Documents\Ragnarock\CustomSongs
- Install MMA2 and configure the songs path to be
(pathToDocumentsFolder)\Documents\Ragnarock\CustomSongs
- Create a new level (song) with at least one difficulty map (3 max). The “difficulty” and “characteristic” parameters don’t really matter (see below for details)
- Warning! Your song name (and thus folder name) can only contain alphabetical characters! (and no spaces)
- Don’t forget to put your song (ogg format) and cover (jpg format, 512*512 pixels max recommended) in the folder that has been created and make sure the filename matches the MMA2 settings
- “Note jump speed” is taken into account, 10 is quite slow, 20 is very fast for example
- Create your song by using only red blocks, arrow pointing down, on the middle layer
- If the songs features BPM changes, don’t forget to add them on the effects track on the right : it will make mapping easier and notes will have the correct rune on them in the game
If this step is not done, the game will try to compute medals depending on various parameters of the songs.
- Back in songs info, open the “extra fields” panel on the right, then the “informations” tab
Add three fields with the following format :
medal_0=5000
medal_1=5150
medal_2=5250 - Set the values of each medal (bronze/silver/gold) with the corresponding value in meters
In Ragnaröck difficulty levels go from 1 to 10, for now you’ll need to set it by hand.
One way to make this step easier is to use the “difficulty” setting in MMA2 but it only set “odd” difficulty levels : Easy (1) / Normal (3) / Hard (5) / Expert (7) / Expert+ (9).
- Make sure MMA2 is closed
- Open the “info.dat” file in your song’s folder
- Optional : paste the content into a json formatter to make it easier to read and paste it back in the file
- Locate the “_difficultyRank” parameter for each difficulty level and set it to the correct number (1-10)
- Save and quit
This value is used to display the song’s duration in the menu, not setting it will result on the menu displaying “0:00” but will not be a problem in game.
- Make sure MMA2 is closed
- Open the “info.dat” file in your song’s folder
- Optional : paste the content into a json formatter to make it easier to read and paste it back in the file
- Locate the “_previewDuration” parameter in the first section, and add the following line under it :
"_songApproximativeDuration":155,
- Set the value to be the length of the song in seconds
- Save and quit
This value is used to determine which environment will be used by default for this song. If it’s not set, it will default to Midgard, the first environment released.
- Make sure MMA2 is closed
- Open the “info.dat” file in your song’s folder
- Optional : paste the content into a json formatter to make it easier to read and paste it back in the file
- Locate the “_environmentName” parameter in the first section
- Set the value to “Midgard” (ice) or “Alfheim” (forest) :
"_environmentName":"Alfheim",
- Save and quit
If no preview has been created, the game will play the first 10 seconds of the song when the song is selected in the menu.
- Load your song in your favorite audio editing software
- Select the part you want and cut it to be less than 15 seconds
- Add a fade in and fade out
- Export it as “preview.ogg” in the song’s folder
Credit to Oak
That’s all. if you have any problems. please let me know.