Naboo: Coastal Battlegrounds: BETA RELEASED*
Moderator: Moderators
-
Tyler_Durden
-
JabbaLovesLava
- Sith

- Posts: 1396
- Joined: Tue Jun 07, 2005 11:50 am
-
Astute
- Rebel Colonel

- Posts: 566
- Joined: Tue Apr 12, 2005 7:03 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Ok, Update then: Currently the map is pretty much done, all but this one annoying sound problem where the y-wing and the music sounds don't work. Note that what i posted above is my LUA sound setup, just hoping that someone might find a problem cause i can't.
Btw, i've filed the boat idea for a later map, so no boats will be appearing in this one.
Btw, i've filed the boat idea for a later map, so no boats will be appearing in this one.
-
Leviathan
- Missing Jedi Admin
- Posts: 3277
- Joined: Fri Nov 12, 2004 2:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Is it voluntary ?-- Sound Stats
OpenAudioStream("sound\\nab.lvl", "nabgcw_music");
OpenAudioStream("sound\\gcw.lvl", "gcw_vo");
OpenAudioStream("sound\\gcw.lvl", "gcw_tac_vo");
OpenAudioStream("sound\\nab.lvl", "nab1");
OpenAudioStream("sound\\nab.lvl", "nab1");
OpenAudioStream("dc:sound\\NCB.lvl", "NCBgcw");
-
Astute
- Rebel Colonel

- Posts: 566
- Joined: Tue Apr 12, 2005 7:03 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Leviathan
- Missing Jedi Admin
- Posts: 3277
- Joined: Fri Nov 12, 2004 2:54 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
-
Astute
- Rebel Colonel

- Posts: 566
- Joined: Tue Apr 12, 2005 7:03 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
NCB.req
ucft
{
REQN
{
"str"
"align=2048"
}
REQN
{
"lvl"
"NCBgcw
}
}
NCBgcw.req
ucft
{
REQN
{
"bnk"
"align=2048"
"NCBgcw.sfx"
}
REQN
{
"config"
"all_fly_ywing"
}
}
NCBgcw.sfx
// Ywing ----------------------------------------------------------------------------------------------
#ifplatform pc
..\..\gcw\effects\wpn_ywing_blaster_fire.wav -resample pc 44100
//..\..\gcw\effects\wpn_ywing_ionCannon_fire.wav -resample pc 22050
..\..\gcw\effects\wpn_ywing_torpedo_fire.wav -resample pc 44100
..\..\gcw\effects\eng_ywing_hi_lp.wav -resample pc 22050
..\..\gcw\effects\eng_ywing_low_lp.wav -resample pc 22050
..\..\gcw\effects\eng_ywing_mid_lp.wav -resample pc 22050
#endifplatform pc
// ---------------------------------------------------------------------------------------------------------------
Hopefully this helps.
Yeah chubby thats a good idea, i suppose i'll make a new post for my map then, just as soon as i add a map.
ucft
{
REQN
{
"str"
"align=2048"
}
REQN
{
"lvl"
"NCBgcw
}
}
NCBgcw.req
ucft
{
REQN
{
"bnk"
"align=2048"
"NCBgcw.sfx"
}
REQN
{
"config"
"all_fly_ywing"
}
}
NCBgcw.sfx
// Ywing ----------------------------------------------------------------------------------------------
#ifplatform pc
..\..\gcw\effects\wpn_ywing_blaster_fire.wav -resample pc 44100
//..\..\gcw\effects\wpn_ywing_ionCannon_fire.wav -resample pc 22050
..\..\gcw\effects\wpn_ywing_torpedo_fire.wav -resample pc 44100
..\..\gcw\effects\eng_ywing_hi_lp.wav -resample pc 22050
..\..\gcw\effects\eng_ywing_low_lp.wav -resample pc 22050
..\..\gcw\effects\eng_ywing_mid_lp.wav -resample pc 22050
#endifplatform pc
// ---------------------------------------------------------------------------------------------------------------
Hopefully this helps.
Yeah chubby thats a good idea, i suppose i'll make a new post for my map then, just as soon as i add a map.
-
Astute
- Rebel Colonel

- Posts: 566
- Joined: Tue Apr 12, 2005 7:03 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Heh, cause i can't help myself, each time i play through my map i find a cool screen moment.

Anyway, i'll post a link to my thread as soon as i get my map beta submitted.
Hmm, hey umm since i haven't seen guru in a while, we still emailing the maps to him, or is it someone else?
Anyway, i'll post a link to my thread as soon as i get my map beta submitted.
Hmm, hey umm since i haven't seen guru in a while, we still emailing the maps to him, or is it someone else?
Last edited by Astute on Sat Aug 06, 2005 7:33 pm, edited 1 time in total.
-
dipstick555
-
JabbaLovesLava
- Sith

- Posts: 1396
- Joined: Tue Jun 07, 2005 11:50 am
-
SteveK14
- Old School Staff
- Posts: 405
- Joined: Sat Mar 05, 2005 3:59 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
REQNAstute wrote:NCB.req
ucft
{
REQN
{
"str"
"align=2048"
}
REQN
{
"lvl"
"NCBgcw
}
}
NCBgcw.req
ucft
{
REQN
{
"bnk"
"align=2048"
"NCBgcw.sfx"
}
REQN
{
"config"
"all_fly_ywing"
}
}
NCBgcw.sfx
// Ywing ----------------------------------------------------------------------------------------------
#ifplatform pc
..\..\gcw\effects\wpn_ywing_blaster_fire.wav -resample pc 44100
//..\..\gcw\effects\wpn_ywing_ionCannon_fire.wav -resample pc 22050
..\..\gcw\effects\wpn_ywing_torpedo_fire.wav -resample pc 44100
..\..\gcw\effects\eng_ywing_hi_lp.wav -resample pc 22050
..\..\gcw\effects\eng_ywing_low_lp.wav -resample pc 22050
..\..\gcw\effects\eng_ywing_mid_lp.wav -resample pc 22050
#endifplatform pc
// ---------------------------------------------------------------------------------------------------------------
Hopefully this helps.
Yeah chubby thats a good idea, i suppose i'll make a new post for my map then, just as soon as i add a map.
{
"bnk"
"align=2048"
"NCBgcw.sfx"
}
Take the .sfx off.
Also there has to be the all_fly_ywing.snd file in the downloadable sound folder. Make sure you have the lua set up to read the dc:sound stuff.
-
Astute
- Rebel Colonel

- Posts: 566
- Joined: Tue Apr 12, 2005 7:03 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Hmm, nope didn't fix it. Its odd, like the music error, since its gone when really it should show up. Example: the tank sound for the fighter tank is there, but on all other levels i tried its gone.
Does anyone know who i send my test map too, was thinking guru but since i haven't seen him in a while was wondering if there were others?
Does anyone know who i send my test map too, was thinking guru but since i haven't seen him in a while was wondering if there were others?
