Console Being Spammed
Posted Aug 31, 2011
my console, when I'm testing my map is being spammed with this: @sphere: unknown scripted sequence "glados_wheatley_boss_idle"
I do not know why, or how to fix this. It isn't the biggest problem in the world, but it is very annoying.
I do not know why, or how to fix this. It isn't the biggest problem in the world, but it is very annoying.
Registered users don’t see ads!
Register now!
Posted Aug 31, 2011
Replied
5 minutes
later
Just remove the scripted_sequence that wants @sphere to act glados_wheatley_boss_idle.
Or change it to a existing sequence.
Or change it to a existing sequence.
Posted Aug 31, 2011
Replied
54 minutes
later
Skotty wrote:
Just remove the scripted_sequence that wants @sphere to act glados_wheatley_boss_idle.
Or change it to a existing sequence.
How? I didn't add that script. That is comming from a generic_actor entity. I don't know how to reach the script.
Posted Aug 31, 2011
Replied
12 minutes
later
The default script for the generic actor must be an idle animation.
Posted Aug 31, 2011
Replied
52 minutes
later
Vordwann wrote:
The default script for the generic actor must be an idle animation.
I need to learn scripts, which I have been avoiding to do because I don't know what that means.
Registered users don’t see ads!
Register now!
Posted Aug 31, 2011
Replied
2 hours
later
Pretty much your generic actor just runs on a bunch of scripts that you can tell to do certain things through inputs in Hammer. Unfortunately, it seems the script that runs while the entity is doing nothing is causing an error. Try playing through the wheatley fight to see if it happens there too.