Author Topic: Lint's Defiant - no sound?  (Read 2629 times)

Offline Londo

  • Posts: 22
  • Cookies: 0
Re: Lint's Defiant - no sound?
« Reply #20 on: June 01, 2008, 06:42:17 PM »
Nope.  I have Lint's LC-Defiant pack installed.  Wonder if there is a conflict?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Lint's Defiant - no sound?
« Reply #21 on: June 01, 2008, 06:46:34 PM »
Nah, the last one to register a name is the one used.


Do other ships from that pack also have this problem?
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Londo

  • Posts: 22
  • Cookies: 0
Re: Lint's Defiant - no sound?
« Reply #22 on: June 01, 2008, 07:29:15 PM »
Nope all the other ships in the game have no sound issues...and I have a ton of them

Offline Londo

  • Posts: 22
  • Cookies: 0
Re: Lint's Defiant - no sound?
« Reply #23 on: June 01, 2008, 07:41:32 PM »
Maybe has something to do with Ftech.  I had to download the bcdebug.py file for that not to give me a BSOD.  Maybe that's goofed up.  I installled Ftech for this ship

Offline El

  • Master Hardpointer
  • Retired Administrator
  • Posts: 653
  • Cookies: 123
  • Former Vice Admin
Re: Lint's Defiant - no sound?
« Reply #24 on: June 02, 2008, 01:20:11 PM »
I doubt that would cause the issue, no1 suspect is still the audio plugin.
Do the filename cases referenced actually match the case of the files in the respective folders?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Lint's Defiant - no sound?
« Reply #25 on: June 02, 2008, 02:03:53 PM »
There is no evidence that the sound plugin was changed, was it?


FTech won't do anything with sounds, there isn't a way that a missing file before (in this case BCDebug.py) would cause something else, unrelated, to change as well.


Another possibility is that the sound names that the hardpoint and weapons used by this mod have been changed.


Or, the sound plugin wasn't included in the mod, but was present in KM (don't bother complaining to me in a similar fashion as with the sounds, just mentioning possibilities).
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline lint

  • Posts: 599
  • Cookies: 211
Re: Lint's Defiant - no sound?
« Reply #26 on: June 02, 2008, 02:06:48 PM »
I included the sounds and the plugin in the .rar,
There is one other person on BCF with a similar problem, but i dunno whats wrong with it  :?

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Lint's Defiant - no sound?
« Reply #27 on: June 02, 2008, 02:24:39 PM »
I've just looked through it, and there is one sound missing, FedHeavy.


The other phaser sound could potentially be missplaced because in the rar the directory is sfx/weapons/PPHaser.mp3





But, I think a bigger oversight is this:
Code: [Select]
Foundation.SoundDef("sfx/Weapons/PPhaser.wav", "LintsQuantum", 1.0)
Foundation.SoundDef("sfx/Weapons/PPhaser.wav", "LintsPulse", 1.0)
Foundation.SoundDef("sfx/Weapons/PPhaser.wav", "LintsPhoton", 1.0)

Or more specifically these:
Code: [Select]
LintsQuantum
LintsPulse
LintsPhoton

They are never referenced in the mod.
The only 2, non stock sounds, are PPhaser and FedHeavy. And they are not included in this mod.


[EDIT] Stick this in a file with the name LintsDefiant_SoundpackExt.py
Code: [Select]
import Foundation

Foundation.SoundDef("sfx/Weapons/PPhaser.wav", "PPhaser", 1.0)

And atleast some sound ought to work.


[EDIT 2] I just put it in a file myself....
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Londo

  • Posts: 22
  • Cookies: 0
Re: Lint's Defiant - no sound?
« Reply #28 on: June 02, 2008, 09:39:38 PM »
That did the trick  Thanks MLeo.  I just put that line after all the others in the sound .py file and the pulse phaser and torpedo sounds all work.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Lint's Defiant - no sound?
« Reply #29 on: June 03, 2008, 09:30:34 AM »
Except for the Dorsal Phaser (FedHeavy) that is.
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Londo

  • Posts: 22
  • Cookies: 0
Re: Lint's Defiant - no sound?
« Reply #30 on: June 03, 2008, 12:22:22 PM »
Yeah your right, but I don't miss that one much