Music at Trader's Corner

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

User avatar
Belgarath
Posts: 824
Joined: Wed, 6. Nov 02, 20:31
x4

Music at Trader's Corner

Post by Belgarath »

Yes, I know I can turn off Ambient sound and that makes the music go away, but I would rather just get rid of the music. It's so annoying. Can someone assist? Thanks.
The new PC I just built for myself:
i5-13600k, 32GB DDR5 RAM, RTX 3060 12GB
It'll do until I can upgrade the graphics card.
Tyrant597
Posts: 299
Joined: Wed, 9. Apr 08, 05:52
x4

Re: Music at Trader's Corner

Post by Tyrant597 »

Code: Select all

 <!-- ........................... -->
  <!-- ...... DOCKING BAY ........ -->
  <!-- ........................... -->
  
  <sound id="corner_arg_standard_shipequipment_music" description="Market block music" repeat="-1" is3d="1" preload="0">
    <sample start="sfx\ambient\platform\market_block_music_01"/>
    <volume start="1.0" distance="0.1"/>
  </sound>
  <sound id="corner_arg_standard_shipdealer_music" description="Market block music" repeat="-1" is3d="1" preload="0">
    <sample start="sfx\ambient\platform\market_block_music_02"/>
    <volume start="1.0" distance="0.05"/>
  </sound>
  <sound id="corner_arg_standard_inventorytrader_music" description="Market block music" repeat="-1" is3d="1" preload="0">
    <sample start="sfx\ambient\platform\market_block_music_01"/>
    <volume start="1.0" distance="0.05"/>
  </sound>
In /libraries/sound_library.xml perhaps?
You don't talks about X:Rebirth...
X4 Mods: Collect Inventory Wares Stations Supply Build Storage Mass Move Marines
Requiemfang
Posts: 3206
Joined: Thu, 16. Jul 09, 12:24
x4

Re: Music at Trader's Corner

Post by Requiemfang »

I'm sorry I have the highest respect for the devs but who ever came up with the idea to put music like that next to the traders needs to be shot. WHY did they put friggin elevator music RIGHT THERE :rant: :evil:
User avatar
Belgarath
Posts: 824
Joined: Wed, 6. Nov 02, 20:31
x4

Re: Music at Trader's Corner

Post by Belgarath »

I see the reference, but I don't really know anything about modding this game. Can I just delete the lines from the XML or "rem" them out to disable them?
The new PC I just built for myself:
i5-13600k, 32GB DDR5 RAM, RTX 3060 12GB
It'll do until I can upgrade the graphics card.
User avatar
Axeface
Posts: 3034
Joined: Fri, 18. Nov 05, 00:41
x4

Re: Music at Trader's Corner

Post by Axeface »

Why dont you just replace the music files? can even replace them with a silent track.
sfx\ambient\platform\market_block_music_01.wav
sfx\ambient\platform\market_block_music_02.wav
(I dont see the issue by the way ;p )
Gallery of my X ships and fanart eg, Boron Megalodon
My wishlist
Disclaimer: Axeface will ignore 'don't like it don't use it' responses :wink:

Return to “X4: Foundations - Scripts and Modding”