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

Discuss stuff related to HaloCE (for modding, go to the HEK General forum).
Post Reply
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

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

Post 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)
)
Last edited by Glitcherguy on Sun Mar 23, 2008 10:17 pm, edited 1 time in total.
User avatar
InvaderVeex





Posts: 483
Joined: Tue Jul 25, 2006 2:57 pm
Location: LandO'Palooza!
Contact:

Re: Sapien can't find the script

Post 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
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

Post by Glitcherguy »

yeah that was kinda dumb of me :P to bad the script have an error :( but thx
Glitcherguy





Posts: 205
Joined: Wed Aug 22, 2007 8:54 am
Location: I dunno i'm lost

Post 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
Post Reply