Music issues.

Need Help? The Day isnt going so well on the Mapping front?
Post Reply
User avatar
[FTA]c0m4ndo45
npc_combine_s
npc_combine_s
Posts: 306
Joined: Sat Sep 23, 2006 9:06 pm

Music issues.

Post by [FTA]c0m4ndo45 »

Allright, i want to get my map's custom music to work without having to send it in separate file, so heres what i done on first try.

1: Ambient generic, play sound name: music/antguardmusic.mp3. While the music was outside the map bsp it was working fine, but then i packed it onto the map with pakrat and then no work, (giving file missing from disk repository error).

2: Converted the musics to .wav, changed Ambient generic play sound to music/antguardmusic , packed wav with map file. Not working, no missing from disk repository error, but when i put play music/antguardmusic in console it plays the music normally....

3: Tried to put a point client command to command play music/antguardmusic as it worked when i typed it manually in console before. Now it works but only for the guy that touches the trigger that activates the music, so only he will hear the music...


Please help? I need that music 100% functional before any final versions.
<Proud to be a gamer>

Image
skidz
Obsidian Gold
Obsidian Gold
Posts: 3228
Joined: Mon May 29, 2006 6:36 am
Location: Maple Ridge, BC
Contact:

Post by skidz »

Hard to say, I would have to test this myself. I packed all the music for STFU into the bsp and I worked fine with ambient generic, and soundscapes.
DaMaN
npc_combinegunship
npc_combinegunship
Posts: 782
Joined: Tue Nov 07, 2006 12:03 am
Location: Parent's Basement
Contact:

Post by DaMaN »

Make sure your paths are correct. I.E. if you're putting antguardmusic pakratted directly into your map (/antguardmusic.mp3), but your ambient_generic references the sound through a music folder (/music/antguardmusic.mp3), the sound won't be applied. Not sure if that's your problem, but double-check it anyways.
Current projects: Return to City 17 and Rising Dead
Also, check out my Blag: http://daman-amappersworld.blogspot.com/
User avatar
[FTA]c0m4ndo45
npc_combine_s
npc_combine_s
Posts: 306
Joined: Sat Sep 23, 2006 9:06 pm

Post by [FTA]c0m4ndo45 »

Pakrat auto-corrects the path, and it seems to be correct, like i said when i type on console play music/antguardmusic it works.. (its not mp3 now), but when the ambient generic is triggered (with sound name music/antguardmusic) doesnt work..
<Proud to be a gamer>

Image
User avatar
[FTA]c0m4ndo45
npc_combine_s
npc_combine_s
Posts: 306
Joined: Sat Sep 23, 2006 9:06 pm

Post by [FTA]c0m4ndo45 »

So well, still not working..

anyone?
<Proud to be a gamer>

Image
DaMaN
npc_combinegunship
npc_combinegunship
Posts: 782
Joined: Tue Nov 07, 2006 12:03 am
Location: Parent's Basement
Contact:

Post by DaMaN »

Try setting the sound so that it's not starting silent, then logic_auto stopsound, then startsound again.

Actually, what settings do you have the ambient generic on?
Current projects: Return to City 17 and Rising Dead
Also, check out my Blag: http://daman-amappersworld.blogspot.com/
User avatar
[FTA]c0m4ndo45
npc_combine_s
npc_combine_s
Posts: 306
Joined: Sat Sep 23, 2006 9:06 pm

Post by [FTA]c0m4ndo45 »

Default, flags: sound not looped, play everywhere, start silent.
<Proud to be a gamer>

Image
DaMaN
npc_combinegunship
npc_combinegunship
Posts: 782
Joined: Tue Nov 07, 2006 12:03 am
Location: Parent's Basement
Contact:

Post by DaMaN »

o_O

Wierd, i would think that it would work fine...

EDIT: OH! Have you tried the same thing as your point#3 with a point_servercommand instead of a point_clientcommand?
Current projects: Return to City 17 and Rising Dead
Also, check out my Blag: http://daman-amappersworld.blogspot.com/
User avatar
[FTA]c0m4ndo45
npc_combine_s
npc_combine_s
Posts: 306
Joined: Sat Sep 23, 2006 9:06 pm

Post by [FTA]c0m4ndo45 »

I was thinking of trying that next. But i dont think itll work
<Proud to be a gamer>

Image
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Post by Shana »

Looks like the new source engine update fixed this bug:
# Fixed not being able to use sounds, decals or models if they were downloaded from the server
and neico told me that he is able to hear the custom music in broken escape since this update
Post Reply