
Who knew that the APC was amphibious and can float? This is a bad drop in Lochs. The APC appears to have no reliable physics properties. It can float, get knocked over by Combine soldiers, and will bounce around in the air if you load a game while one is still attached to a dropship. These errors probably arise from the removal of the code which made it a player drivable vehicle.

Early in development, my script spawned all the props and all the ammo on one node. I liked the trash pile effect, but it's a lot of work for the game to calculate all those collisions at once, and finding the trash pile (with the ammo inside) becomes the goal of the game.

Here's why I stopped including cars in my spawns. Note the dead hostage in the foreground, and the other one inside the car.

A gunship trapped in clip brushes pokes its head into a rock wall.

When dropships collide (due to bad timings on my part, now fixed).

The Combine risk a ticket. In the end I had to make most APCs stationary as I could not reliably make them move around without getting hung up on something. The only exception is Nightfever, and even here it took a lot of work to get the APC to avoid hitting the parked van.

That turtle's days are numbered.

Of course the Combine are big art lovers.

If you've never tried setting npc_citizen_insignia to 1, this is the effect. Nice!