FlatOut: Ultimate Carnage Collector's Edition

FlatOut: Ultimate Carnage Collector's Edition

My playlist
11 Comments
pibab  [author] 15 Sep @ 2:56am 
you're welcome :steamhappy:
pr3da 15 Sep @ 2:42am 
@pibab,
Thank you for your corrections, links and reply.

After few iterations of correcting the code and paths it finally working. There was some missunderstand, with proper .ogg files location and .bed files that should only be "inside" of packed mode. Thank you! :FH5Kudos:
pibab  [author] 15 Sep @ 2:19am 
Any music mod for this game is just mod which replacing original soundtrack. So if you want save original soundtrack too. You need know original pathes.. or maybe you need also have original .ogg files from FlatOut and then put it in your mod. So it's will looks like you replacing original soundtrack with the copy original soundtrack + your songs.

or maybe you can just download original soundtrack somewhere from the internet and convert it into ogg :ujel:

I probably said too much somewhere. Just be sure, that your .bed files in data/music folder. And you dont have any extra comma and backets in code. Also be sure that you have only bracket in end. Your code not should finish like " }, " with comma. Nothing will work! I remember when i been worked with this mod, too many songs and i didn't spotted that comma. I just waste couple days and thinked what i did wrong.
pibab  [author] 15 Sep @ 2:19am 
if you want add some songs to original playlist, not like replace. You need know original path and soundtrack files names too. I don't know what is path to the original music and which names videogame soundtrack have. I think you need use some unpack tools, download from somewhere in internet or just download someone mod which have original music and then unpack it and check files yourself.
pibab  [author] 14 Sep @ 10:59pm 
don't be confused by "StartPos = 0". It always should be zero in any position. This game just works like that, and also can randomly start playing any song.

Also i think that you better need replace your folder name "songs1" into "music". Cuz i dont know, will it work or not. When i been making mod, i used only "music" name folder
pibab  [author] 14 Sep @ 10:57pm 
Second. Pay attention to the your code. In your code i already see your mistake

Loop = {
Count = 8,

[1] = {
File = "data/songs1/19pod.ogg",
Artist = "P.O.D.",
Song = "School Of Hard Knocks",
StartPos = 0, 👈 you forgot to add this line
},👈 there should be a comma

}👈you forgot to add a bracket at the end of the code



So your code should looks like:

Loop = {
Count = 8,

[1] = {
File = "data/music/namefale1.ogg",
Artist = "artist name",
Song = "song name",
StartPos = 0,
},

[2] = {
File = "data/music/namefale2.ogg",
Artist = "artist name",
Song = "song name",
StartPos = 0,
},

[3] = {
File = "data/music/namefale3.ogg",
Artist = "artist name",
Song = "song name",
StartPos = 0,
},

}
pibab  [author] 14 Sep @ 10:40pm 
i dont remember well, cuz it was in 2024 year.
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3298086163 - you can check this guide, cuz when i start making my first music mod i used this guide. But it was have some mistakes. I don't know how it looks right now.

I think you need remember some two things.

First. "Data" folder should have "music" folder too. So it's should be like data/music/playlist_title.bed
data/music/playlist_ingame.bed
data/music/playlist_stunt.bed

i dont know, can it work with your folder name "songs1". So your .bed files should then be like
data/songs1/playlist_title.bed
data/songs1/playlist_ingame.bed
data/songs1/playlist_stunt.bed
pr3da 14 Sep @ 3:12pm 
Hello man, can you please share how did you add additional tracks to original playlist?

I've tried to create mod: audiofiles format .off, in .txt configs, like playlist_ingame included everything like:
Loop = {
Count = 8,
[1] = {
File = "data/songs1/19pod.ogg",
Artist = "P.O.D.",
Song = "School Of Hard Knocks",
}

but when I test it, in game there is original songs, and nothing else. Thanks in advance!
blewberry 20 Aug @ 3:40pm 
This is great, thank you for your work on this!
pibab  [author] 12 Aug @ 9:50pm 
thx:deadlyrabbit:
doge Rōnin 12 Aug @ 3:24pm 
great playlist, love your taste