FlatOut: Ultimate Carnage Collector's Edition

FlatOut: Ultimate Carnage Collector's Edition

My playlist
13 kommentarer
pibab  [skapare] 22 okt @ 8:35 
У меня, когда я сам музыку собирал, вообще вроде не припомню, чтобы были какието вылеты. У меня просто бывало что игра запускалась и играл дефолт саундтрек. Незнаю. Я тебе не всезнающий. Может у тебя ошибки с именем файлов. Проверь чтобы они не имели каких либо символов или русских знаков. Хз. Проверь код. Проверь чтобы не было лишних запятых. Лишних скобок. Может аудио файлы небось битые. Они все должны быть в формате ogg. Я юзал прогу audacity для конвентарции файлов
Крисмок 22 okt @ 6:05 
Я дико извиняюсь, но мне нужна помощь. У меня не получается сделать свой мод на музяку. Я всевозможные гайды перечитал, перечитал по сто раз что Ты написал. Делаю так же и в итоге вылазят ошибки после проигрывания интро игры (Либо Fatal error либо Runtime error)

А может быть я тупой как пробка и плохо читаю, ктож знает?
pibab  [skapare] 15 sep @ 2:56 
you're welcome :steamhappy:
pr3da 15 sep @ 2:42 
@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  [skapare] 15 sep @ 2:19 
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  [skapare] 15 sep @ 2:19 
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  [skapare] 14 sep @ 22:59 
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  [skapare] 14 sep @ 22:57 
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  [skapare] 14 sep @ 22:40 
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 @ 15:12 
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 @ 15:40 
This is great, thank you for your work on this!
pibab  [skapare] 12 aug @ 21:50 
thx:deadlyrabbit:
doge Rōnin 12 aug @ 15:24 
great playlist, love your taste