
spartin115
Joined: Sep 26, 2009
|
Posted: Sep 30, 2009 12:56 AM
Msg. 1 of 4
Hi Ive been having trouble with the Halo 2 music I downloaded from this site. E.G. when I tipe a script with spaces in the music name(script startup basicsript (sleep_until (volume_test_objects start (players))15) (ai_allegiance "player" "human") (sound_looping_start sound\music\heavy price paid\heavy price paid none 1) (ai_place encounter_1) (ai_place encounter_0) (game_save_no_timeout) ) i get this 09.30.09 14:28:25 [script line 4] this is not a reference to a looping_sound tag.: sound\music\Heavy Price Paid\heavy price paid none 1)
09.30.09 14:28:25 recompiling scripts after scenarios were merged. 09.30.09 14:28:25 [script line 1] this left parenthesis is unmatched.: (script startup basicsript
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Sep 30, 2009 10:47 AM
Msg. 2 of 4
Put quotations around the sound looping name, because the file has spaces in it.
|

spartin115
Joined: Sep 26, 2009
|
Posted: Sep 30, 2009 09:03 PM
Msg. 3 of 4
OK, NOW i tipe: (sound_looping_start sound\music\"Ghost Of Reach"\"ghost of reach" none 1) and i get this: 10.03.09 14:07:17 file_exists('tags\sound\music\"ghost.sound_looping') error 0x0000007b 'The filename, directory name, or volume label syntax is incorrect. ' 10.03.09 14:07:17 [script line 3] this is not a reference to a looping_sound tag.: sound\music\"Ghost Of Reach"\"ghost of reach" none 1)
10.03.09 14:07:17 recompiling scripts after scenarios were merged. 10.03.09 14:07:17 [script line 1] this left parenthesis is unmatched.: (script startup basicsript
Help!!!!!!!! Edited by spartin115 on Oct 3, 2009 at 12:08 AM
|

Ermac
Joined: Nov 24, 2006
Pops up from time to time
|
Posted: Oct 4, 2009 10:39 AM
Msg. 4 of 4
Around the ENTIRE file name.
"sound\music\Ghosts of Reach\Ghosts of Reach" none 1
|