Talk:Info constraint anchor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '==Entity Not Found== I am currently working on a test map to basically replicate the power cable puzzle in the beginning of Half-Life 2. However, I keep getting a console error …')
 
No edit summary
Line 2: Line 2:


I am currently working on a test map to basically replicate the power cable puzzle in the beginning of Half-Life 2. However, I keep getting a console error saying that it can't find the constraint anchor, even when i can clearly interact with it (such as doing ent_text on it). I've double-checked everything and cannot figure out what I'm doing wrong. Any help would be appreciated. --[[User:Quanta|quanta]] 02:55, 3 October 2010 (UTC)
I am currently working on a test map to basically replicate the power cable puzzle in the beginning of Half-Life 2. However, I keep getting a console error saying that it can't find the constraint anchor, even when i can clearly interact with it (such as doing ent_text on it). I've double-checked everything and cannot figure out what I'm doing wrong. Any help would be appreciated. --[[User:Quanta|quanta]] 02:55, 3 October 2010 (UTC)
* Well as it turns out, the 'Parent' field was invalid - I was using it from a prefab, and the '&i' part wasn't properly replaced (I was using the 'parent,attachment' syntax for the Parent field; I suppose that's what screwed it up). --[[User:Quanta|quanta]] 03:19, 3 October 2010 (UTC)

Revision as of 20:19, 2 October 2010

Entity Not Found

I am currently working on a test map to basically replicate the power cable puzzle in the beginning of Half-Life 2. However, I keep getting a console error saying that it can't find the constraint anchor, even when i can clearly interact with it (such as doing ent_text on it). I've double-checked everything and cannot figure out what I'm doing wrong. Any help would be appreciated. --quanta 02:55, 3 October 2010 (UTC)

* Well as it turns out, the 'Parent' field was invalid - I was using it from a prefab, and the '&i' part wasn't properly replaced (I was using the 'parent,attachment' syntax for the Parent field; I suppose that's what screwed it up). --quanta 03:19, 3 October 2010 (UTC)