Page 1 of 1

Sapien can't find the script (still need help!!!)

Posted: Wed Mar 19, 2008 4:11 am
by Glitcherguy
I learned how to do basic scripts with trigger volumes, and it worked, but now for some reason the scripts wont work. Maby they do work, but sapien can't compile them.
When i try to compile it comes a message that say that it's compiled, but ingame nothing happens

To make it easier for you i have some information like
- I have put the script.hsc file in a script folder in the map
C:\Program Files\Microsoft Games\Halo Custom Edition\tags\levels\test\infinity\scripts
- I named the scenario something else, but that shouldn't matter
- the script is
(script startup mystic
(sleep_until (volume_test_objects music (players))15)
(sound_looping_start levels\test\infinity\music\mystic.sound_looping)
)

Re: Sapien can't find the script

Posted: Wed Mar 19, 2008 4:26 am
by InvaderVeex
Glitcherguy wrote:
C:\Program Files\Microsoft Games\Halo Custom Edition\tags\levels\test\infinity\scripts
needs to be in C:\Program Files\Microsoft Games\Halo Custom Edition\data\levels\test\infinity\scripts

Posted: Wed Mar 19, 2008 4:55 am
by Glitcherguy
yeah that was kinda dumb of me :P to bad the script have an error :( but thx

Posted: Wed Mar 19, 2008 5:01 am
by Glitcherguy
and by the way, what does this error mean
03.19.08 13:57:46 [scripts line 3] this is not a reference to a looping_sound tag.: C:\Program Files\Microsoft Games\Halo Custom Edition\tags\levels\test\infinity\music\mystic.sound_looping)

I have tried with only levels\test\infinity\music
and levels\test\infinity\music\mystic.sound_looping

plz help