Goldsource Error: HOST ERROR: PF_precache_model_ 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_precache_model_l:'sprites/spritename' overflow ;;; or
;;; No Precache ;;; or ;;; WARNING: missing precache: ;;; or ;;;

error running precache ;;; or ;;;Host_Error: No player.mdl precache
;;; or ;;; host error: precaching overflow on player models
;;; or ;;; HOST ERROR: PF_precache_model_1:'models/modelname.mdl' overflow
;;; or others

Precache is a game memory problem. It often could be you have a bad path/name for a
sprite/model/wav. But it can also be that you have too many
kinds or too large sprites, models(400 obj limit?), wav sound files(limit<3min) or
entitys(data limit ~0.5M) and have overfilled the space setup for them. (see also SVC bad below.) Sometimes combining entities into fewer helps, but usually you will have to simplify to fewer kinds of sprites/models, or smaller sprites/models/wavs. Occasionally this error happens when you are using a corrupted or non-standard model/sprite. Using other folk's prefabs are often hidden reasons for this problem.

Sometimes the "too many wads" problem sets this off,

or having a brush textured with AAAtrigger texture visible in the map will cause this problem.

Comments

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