Music at Trader's Corner
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 824
- Joined: Wed, 6. Nov 02, 20:31
Music at Trader's Corner
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.
i5-13600k, 32GB DDR5 RAM, RTX 3060 12GB
It'll do until I can upgrade the graphics card.
-
- Posts: 299
- Joined: Wed, 9. Apr 08, 05:52
Re: Music at Trader's Corner
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>
You don't talks about X:Rebirth...
X4 Mods: Collect Inventory Wares Stations Supply Build Storage Mass Move Marines
X4 Mods: Collect Inventory Wares Stations Supply Build Storage Mass Move Marines
-
- Posts: 3206
- Joined: Thu, 16. Jul 09, 12:24
Re: Music at Trader's Corner
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



-
- Posts: 824
- Joined: Wed, 6. Nov 02, 20:31
Re: Music at Trader's Corner
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.
i5-13600k, 32GB DDR5 RAM, RTX 3060 12GB
It'll do until I can upgrade the graphics card.
-
- Posts: 3034
- Joined: Fri, 18. Nov 05, 00:41
Re: Music at Trader's Corner
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 )
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
My wishlist
Disclaimer: Axeface will ignore 'don't like it don't use it' responses
