HULL # Last edited 1 year ago2022-07-08 13:48:25 UTC

You are viewing an older revision of this wiki page. The current revision may be more detailed and up-to-date. Click here to see the current revision of this page.

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.
The "outside" skin/face plane/facets boundary of a model or map. Half-Life maps have 4 hulls, one for visual rendering and three for collision detection. Hull is mentioned when you have a LEAK error when compiling a map.

More info on HULL's from VERC:

Note: in the following table, boundaries and size are expressed as 3D vectors in the X, Y and Z coordinates respectively. Note that none of these are tied to a floor, ceiling, or wall especially.
IndexMinimum boundaryMaximum boundarySizeDescription
0(0, 0, 0)(0, 0, 0)(0, 0, 0)This is the physical hull, basically the planes and brush faces.
1(-16, -16, -36)(16, 16, 36)(32, 32, 72)This is the hull that limits where a standing player can go. Basically this one keeps players from getting "buried in the floor or the wall". The model has little to do with the hulls.
2(-32, -32, -32)(32, 32, 32)(64, 64, 64)This hull limits where large monsters can go such as the Gargantua, Gonarch and Bullsquid.
3(-16, -16, -18)(16, 16, 18)(32, 32, 36)This one is for the crouching player.
4n/an/an/aThis is a bogus hull error and does not really exists.

Comments

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