FlatOut: Ultimate Carnage Collector's Edition

FlatOut: Ultimate Carnage Collector's Edition

View Stats:
Ilya Magnate Jul 26, 2024 @ 9:10am
how do i add custom music?
title. im seeing alot of music mods on the workshop, and id like to make my own for personal use, but i have no idea how to make one
Originally posted by Mr. Miazma:
best way is to download a music mod and then study the .bed files. If you don't want to unpack a bfs file you can download one of my ost mods, I believe i left the unpacked files included in them.

So you want your songs in .ogg format. With the .bed files, you just need to go off of those. Fill in artist names, song titles, file paths.

Loop = {
Count = 54,
[1] = {
File = "mods/harder_ost/data/Music/anbfarm.ogg",
Artist = "AGORAPHOBIC NOSEBLEED",
Song = "Hessian Bodyfarm",
StartPos = 0,
},
[2] = {
File = "mods/harder_ost/data/Music/anbsolvent.ogg",
Artist = "AGORAPHOBIC NOSEBLEED",
Song = "Solvent",
StartPos = 0,
},

This is the beginning entry of my playlist .bed file. "Count" refers to how many total tracks you will have in that playlist. Mine has 54. If you have like 20 songs, put 20. And so on.

The next 2 entries are my first 2 songs, you would just change the artist name, song title, and then for your file path, it will be whatever your mod folder is called. So lets say you use mod manager to create a mod and its folder is called "rock_ost". Filepath will be mods/rock_ost/data/music/ogg file name here

I just copy and paste the ingame playlist over the stunt playlist. You can make the playlists any amount of songs, I tend to leave the menu music as just 3 or so songs
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
Mr. Miazma Jul 26, 2024 @ 9:26am 
best way is to download a music mod and then study the .bed files. If you don't want to unpack a bfs file you can download one of my ost mods, I believe i left the unpacked files included in them.

So you want your songs in .ogg format. With the .bed files, you just need to go off of those. Fill in artist names, song titles, file paths.

Loop = {
Count = 54,
[1] = {
File = "mods/harder_ost/data/Music/anbfarm.ogg",
Artist = "AGORAPHOBIC NOSEBLEED",
Song = "Hessian Bodyfarm",
StartPos = 0,
},
[2] = {
File = "mods/harder_ost/data/Music/anbsolvent.ogg",
Artist = "AGORAPHOBIC NOSEBLEED",
Song = "Solvent",
StartPos = 0,
},

This is the beginning entry of my playlist .bed file. "Count" refers to how many total tracks you will have in that playlist. Mine has 54. If you have like 20 songs, put 20. And so on.

The next 2 entries are my first 2 songs, you would just change the artist name, song title, and then for your file path, it will be whatever your mod folder is called. So lets say you use mod manager to create a mod and its folder is called "rock_ost". Filepath will be mods/rock_ost/data/music/ogg file name here

I just copy and paste the ingame playlist over the stunt playlist. You can make the playlists any amount of songs, I tend to leave the menu music as just 3 or so songs
Last edited by Mr. Miazma; Jul 26, 2024 @ 9:27am
Ilya Magnate Jul 26, 2024 @ 10:09am 
Originally posted by Mr. Miazma:
best way is to download a music mod and then study the .bed files. If you don't want to unpack a bfs file you can download one of my ost mods, I believe i left the unpacked files included in them.

So you want your songs in .ogg format. With the .bed files, you just need to go off of those. Fill in artist names, song titles, file paths.

Loop = {
Count = 54,
[1] = {
File = "mods/harder_ost/data/Music/anbfarm.ogg",
Artist = "AGORAPHOBIC NOSEBLEED",
Song = "Hessian Bodyfarm",
StartPos = 0,
},
[2] = {
File = "mods/harder_ost/data/Music/anbsolvent.ogg",
Artist = "AGORAPHOBIC NOSEBLEED",
Song = "Solvent",
StartPos = 0,
},

This is the beginning entry of my playlist .bed file. "Count" refers to how many total tracks you will have in that playlist. Mine has 54. If you have like 20 songs, put 20. And so on.

The next 2 entries are my first 2 songs, you would just change the artist name, song title, and then for your file path, it will be whatever your mod folder is called. So lets say you use mod manager to create a mod and its folder is called "rock_ost". Filepath will be mods/rock_ost/data/music/ogg file name here

I just copy and paste the ingame playlist over the stunt playlist. You can make the playlists any amount of songs, I tend to leave the menu music as just 3 or so songs
oh i didnt know it was really that simple lol, thanks!
< >
Showing 1-2 of 2 comments
Per page: 1530 50