View Full Version : Question about file sh3.sdl
theroc44
09-01-11, 07:47 PM
What does this file do exactly? The sh3.sdl file anyone can tell me definitively
Thanks
TheDarkWraith
09-01-11, 07:50 PM
What does this file do exactly? The sh3.sdl file anyone can tell me definitively
Thanks
It's the game's master sound mixer. It defines all sounds that can possibly be used in game (whether sound is effect, hydro sound, etc.). You have to define a new sound here or you will not hear it in game.
theroc44
09-01-11, 07:57 PM
It's the game's master sound mixer. It defines all sounds that can possibly be used in game (whether sound is effect, hydro sound, etc.). You have to define a new sound here or you will not hear it in game.
So if your adding sounds like lets say depth charge shake which has a sdl and thmesen sound pack sdl. Which one should be installed first. Do they over write each other. Im not sure how jsgme functions when theres mulitple sdl files over 3 or 4 different sound mods?
TheDarkWraith
09-01-11, 08:26 PM
So if your adding sounds like lets say depth charge shake which has a sdl and thmesen sound pack sdl. Which one should be installed first. Do they over write each other. Im not sure how jsgme functions when theres mulitple sdl files over 3 or 4 different sound mods?
when JSGME 'installs' a mod it overwrites all files in conflict. So the last mod that modified a file 'wins'. You have to manually edit the sdl file to add entries from other mods (or use my SDL editor app)
theroc44
09-01-11, 08:37 PM
when JSGME 'installs' a mod it overwrites all files in conflict. So the last mod that modified a file 'wins'. You have to manually edit the sdl file to add entries from other mods (or use my SDL editor app)
Dark where can i with your permission of course obtain your sdl editor app, thanks again
frau kaleun
09-01-11, 08:51 PM
You can use S3D to edit .sdl files (and a whole lot more):
http://s3d.skwas.com/
TheDarkWraith
09-01-11, 09:01 PM
Dark where can i with your permission of course obtain your sdl editor app, thanks again
it's available freely in the SH5 mods forum: http://www.subsim.com/radioroom/showpost.php?p=1692896&postcount=1
It works with SH 3/4/5 .sdl files
I don't use S3D so don't even ask me about it :up:
theroc44
09-01-11, 09:19 PM
it's available freely in the SH5 mods forum: http://www.subsim.com/radioroom/showpost.php?p=1692896&postcount=1
It works with SH 3/4/5 .sdl files
I don't use S3D so don't even ask me about it :up:
Much abliged now i can edit my person own sound list thanks so much:yeah:
TheDarkWraith
09-01-11, 09:23 PM
Much abliged now i can edit my person own sound list thanks so much:yeah:
Remember that the .sdl file just registers sounds with the game (and how the game uses the sound). If you register new sounds in the .sdl file you'll have to invoke them by adding SoundSource entries (usually to .dsd files) tied to the object/effect needing/wanting sound.
theroc44
09-01-11, 09:36 PM
Remember that the .sdl file just registers sounds with the game (and how the game uses the sound). If you register new sounds in the .sdl file you'll have to invoke them by adding SoundSource entries (usually to .dsd files) tied to the object/effect needing/wanting sound.
i was just thinking of combining already multiple .sdl so i can use them together. I dont want to make a new sdl file i just want to make an sdl file that has all the sounds incorporated togther. Are you saying that i need a .dsd in order for the game to correctly understand the new combined list?
TheDarkWraith
09-01-11, 09:43 PM
i was just thinking of combining already multiple .sdl so i can use them together. I dont want to make a new sdl file i just want to make an sdl file that has all the sounds incorporated togther. Are you saying that i need a .dsd in order for the game to correctly understand the new combined list?
nope :up: If you use my app just merge the two sdl files together. Keep merging sdl files till you get your 'master' sdl file :up: When you merge with my app it will add all the missing entries into the other sdl file.
theroc44
09-01-11, 09:45 PM
I just want these .sdl to work together.
Depth charge shake- has it own .sdl
FM interior 1.0- same thing
ACes multimod compatability 1.6- own .sdl
Aces st. nazaire 5.1 -own sdl
Thomsens sound pack v3.2- own sdl
WAC 4.1 animated-own sdl
WAC interior start-sdl
Extras for wilhelmshaven-sdl
Damage mod 30_71- has its own sdl
All these files have a seperate sdl, i want to make sure that each ones specific sound gets added and of course and redundant ones get the boot. I admit im not a experienced modder but i want to make sure that all these get together compatble wise.
theroc44
09-01-11, 09:46 PM
nope :up: If you use my app just merge the two sdl files together. Keep merging sdl files till you get your 'master' sdl file :up: When you merge with my app it will add all the missing entries into the other sdl file.
So i can combine my list above or is there something there that doesnt look right ? lol :know: im trying to learn here lol
frau kaleun
09-01-11, 09:49 PM
I just want these .sdl to work together.
Depth charge shake- has it own .sdl
FM interior 1.0- same thing
ACes multimod compatability 1.6- own .sdl
Aces st. nazaire 5.1 -own sdl
Thomsens sound pack v3.2- own sdl
WAC 4.1 animated-own sdl
WAC interior start-sdl
Extras for wilhelmshaven-sdl
Damage mod 30_71- has its own sdl
All these files have a seperate sdl, i want to make sure that each ones specific sound gets added and of course and redundant ones get the boot. I admit im not a experienced modder but i want to make sure that all these get together compatble wise.
The .sdl file in Aces' compatibility fix already has everything in it that is needed for several of the mods in your list. The documentation that comes with it should tell you which ones it takes care of, so you will only have to worry about the other ones. :yep:
theroc44
09-01-11, 09:56 PM
The .sdl file in Aces' compatibility fix already has everything in it that is needed for several of the mods in your list. The documentation that comes with it should tell you which ones it takes care of, so you will only have to worry about the other ones. :yep:
didnt know that gonna re read the readme. I just been going thru each mod looking for conflicts and trying to get this all sorted that saves me a bunch of time thanks Frau
TheDarkWraith
09-01-11, 10:00 PM
didnt know that gonna re read the readme. I just been going thru each mod looking for conflicts and trying to get this all sorted that saves me a bunch of time thanks Frau
just to double check you can load up that already merged .sdl file and compare it to the list of mod's .sdl files to ensure everything is included in it :up:
theroc44
09-01-11, 10:01 PM
just to double check you can load up that already merged .sdl file and compare it to the list of mod's .sdl files to ensure everything is included in it :up:
Will do i got a seperate test SH3 just for this reason. Im combining a few sdl's now will see if i can get a stable one. Do i need to put the SDL.cfg in the sdl editor in SH3 folder? Thanks again Darkwraith
frau kaleun
09-02-11, 08:20 AM
Will do i got a seperate test SH3 just for this reason.
Congratulations, you have now officially turned to the dark side. Don't worry, it's nice here. We have cookies. :O:
SquareSteelBar
09-02-11, 08:32 AM
...and coffee http://fc04.deviantart.net/fs70/f/2011/157/1/7/_e____project_cafe__by_blakmanta-d3i8jsh.gif
theroc44
09-03-11, 02:07 AM
Congratulations, you have now officially turned to the dark side. Don't worry, it's nice here. We have cookies. :O:
yup you guys/girls have sucked me in for sure, my wife is giving me the "NAMENA" look from das boot lol she's like didnt you beat this years ago?, i said yes but now there a completely new version of it, but my fellow gamers made it. She said oh no more obsessed sub people. What is this world coming too, that war ended 60 years ago. And i said hun when you walk in here its 1939 see that line september 1 1939, im talking about the door entry way lol she said well in that case that computer has to go then, no computers in 1939 lol
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.