[ Обновленные темы · Новые сообщения · Участники · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Моддинг » 6.1. Остальные уроки » Instruction: How edit Music in Worms 4
Instruction: How edit Music in Worms 4
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
For edit Music in worms 4 need known in what file is theme music in worms 4. It's file mufronte.sab and helper mufronte.sob
You can find this file in folder:
WORMS 4 MAYHEM\data\Audio\WXSoundBanks\PC\
So now need know how Sab file have build.

If you know now how looking Sab structure try replace music.
For did this Need convert file to .wav PCM Signed 16bit, stereo RateHz 16000. I'm using GoldWave.
I show images how did this in Gold Wave.

1.

2.

Now need know what time in seconds have your music. Add more free space in music because then easier did replay for music :).
For example music time is 3:41 so 3*60+41= 221 221 in hex is DD
Max time for music can be 4:25 because 255/60= 4.25 and this is FF.
Now run Hex editor(I use HxD) and put exported wav to editor
Wav information file be ended here:

Need cut this!
Then run my Sab format what be avaible here and too put in hex.

Copy all wav information to my file. Change time for music and save as mufronte.sab
End file be look similar to this :)

Link to file:http://www.sendspace.com/file/i84ath
Link to FullCircle Music from video:http://www.sendspace.com/file/qjlfrv

Сообщение отредактировал mambaczarna - ПН, 24.01.2011, 00:25:07
 
firsacho
Админы
Сообщений: 3812
Реп: 84 / Инв: 15
я займусь перевод статьи.



Смысл жизни в том, чтобы жизнь имела смысл... (firsacho 2005)
Рай придуман, чтобы не страшно было умирать. Ад придуман, чтобы не страшно было жить. (firsacho 2007)
Мир делиться на два типа людей: Бездарные трудоголики и Талантливые лентяи. (firsacho 2008)

mod.worms.pro - мод Worms Renewation для Worms4
 
firsacho
Админы
Сообщений: 3812
Реп: 84 / Инв: 15
Перевод статьи здесь: http://w4tweaks.ru/forum/94-1328-1#30246



Смысл жизни в том, чтобы жизнь имела смысл... (firsacho 2005)
Рай придуман, чтобы не страшно было умирать. Ад придуман, чтобы не страшно было жить. (firsacho 2007)
Мир делиться на два типа людей: Бездарные трудоголики и Талантливые лентяи. (firsacho 2008)

mod.worms.pro - мод Worms Renewation для Worms4
 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
Decode fully sab. Now know how "ADD" not replace sound :).

Сообщение отредактировал mambaczarna - СР, 13.04.2011, 17:07:48
 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
First new sab be Polish Voice.
Coming soon in download biggrin
 
PROFILE
Модераторы
Сообщений: 1017
Реп: 107 / Инв: 7
mambaczarna, you can add your own sound? It's good news for us. We expect Russian Voice too

 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
Yes. Need wait for Lex-Serest maybe did program.
 
Проверенные
Сообщений: 2848
Реп: 60 / Инв: 6
mambaczarna, and will it be possible to edit weapons' sound?



-------------------------------------------------------------
And when the sun is shining, there is justice for all...
And all the people will remember that funny "war".
War, which was so dark in the beginning and so shiny in the end.
But now it's over. Over for all.
-------------------------------------------------------------
Я сюда захожу только из-за Game Project. И да, я больше не модер, поэтому не надо писать мне тонны лс с просьбами кого-либо забанить. И еще: черви меня не интересуют. Совсем. Поэтому, даже не напоминайте мне про них - вызовете большой БУГУРТ.
 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
Add/Edit. Yes. Today give for Lex-Serest tutorial and try did a program. Have true?
 
Lex-Serest
Админы
Сообщений: 825
Реп: 83 / Инв: 14
mambaczarna, yes yes =))

:3
 
53454546
Проверенные
Сообщений: 44
Реп: 0
You no longer have to download anything GameCODA Audio Middleware this? cry
 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
What you mean? I'm need time for decode this. At this moment not have. Need only know how what work and write program.
 
DrHitman27
Админы
Сообщений: 2115
Реп: 52
Quote (mambaczarna)
For did this Need convert file to .wav PCM Signed 16bit, stereo RateHz 16000.

You once told that 48000Hz plays slow, and what if try to change speed?


 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
Is possible. 3.Point about speed is RateHz but need inverse code. Then get RateHz :). Can change this it's not problem. 4 Is Point 0 for all sound in sab for calculate next need look sound container where want find sound Look 4 point go to 0 Point and in search press add then find you start. after 6 is one more what say where is end. Now know only two things. My formula work first is not error next is 4 bytes error later 6 etc. Not much but work and problem why sounds in sab is writted in another order than sob? Need decode sob and think it's be all to create problem. Think it's this what say 53454546 from *.cap Info about sound.
 
53454546
Проверенные
Сообщений: 44
Реп: 0
Quote (Woitek)
Is possible. 3.Point about speed is RateHz but need inverse code. Then get RateHz :). Can change this it's not problem. 4 Is Point 0 for all sound in sab for calculate next need look sound container where want find sound Look 4 point go to 0 Point and in search press add then find you start. after 6 is one more what say where is end. Now know only two things. My formula work first is not error next is 4 bytes error later 6 etc. Not much but work and problem why sounds in sab is writted in another order than sob? Need decode sob and think it's be all to create problem. Think it's this what say 53454546 from *.cap Info about sound.




The ended file *.cap audio project program GameCODA CAGE Producer from 2004 to 2007 product by Sensaura, and other programs audio present. facepalm
Прикрепления: 3027273.png (53.2 Kb)


Сообщение отредактировал 53454546 - ЧТ, 04.08.2011, 02:33:13
 
Woitek
Проверенные
Сообщений: 523
Реп: 57 / Инв: 11
Oooo. Need find this program and look =).
 
53454546
Проверенные
Сообщений: 44
Реп: 0
Hi,

Unfortunately, my download was not found with the programs looking for?

Just wondering what's happened to GameCODA?

Seems like http://www.gamecoda.com/ is dead. Also, the Sesaura website is dead. Any ideas?

Cheers

Добавлено (20.07.2014, 13:51)
---------------------------------------------
Now, have here a new program XomView 2.9!

There is no project *.cap wasn't here edits *.sab/sob! ^_^


Сообщение отредактировал 53454546 - СР, 23.07.2014, 15:01:17
 
Форум » Моддинг » 6.1. Остальные уроки » Instruction: How edit Music in Worms 4
  • Страница 1 из 1
  • 1
Поиск: