Goldsource Error: host error : PF_setview_1:not Last edited 15 years ago2008-06-11 08:13:19 UTC

This article was converted from a previous version of TWHL and may need to be reviewed

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
ORIGINAL TITLE: host error : PF_setview_1:not a client

The only time I came across this, it was some error with a camera shot that started the level, and
taking the camera out fixed it.
EsBe says:As the name implies, this error occurs when the game tries to change the view of a non-client to that
of the trigger_camera. What isn't so obvious is that the trigger_camera doesn't automatically target
the player. It will target who-/whatever triggered the camera entity.

Note that the game can trace the "activator" back through multiple entities. For example, if the
player walked through a trigger_once which triggered a camera, the game knows that the trigger_once
triggered the camera, but it also knows that the player triggered the trigger_once. The same applies
to a func_button, etc. I'm guessing that you tried to trigger the camera with a trigger_auto. This
would cause the camera to try to change the trigger_auto's view, not the client's, because the player
didn't actually trigger the trigger_auto. I would assume that this error would also occur when a
path_corner, etc., triggers a camera.

Comments

You must log in to post a comment. You can login or register a new account.