Info infected zoo maker: Difference between revisions
Jump to navigation
Jump to search
Bug:This entity causes Survivor bots to disappear. [todo tested in ?]
Bug:This entity will cause the game to crash. The "Last Stand" update added a lot of Common Infected for the
Left 4 Dead maps. These additional models were enough to be too many models drawn at once.
Adding closed areaportals or occluders in an attempt to draw less models will not help, because the crashes stem from all of the models being loaded into memory at once. [todo tested in ?]
(-added class hierarchy, lowercase title) |
No edit summary |
||
Line 1: | Line 1: | ||
{{ent not in fgd}} | |||
[[File:Info infected zoo puppet.png|thumb|right|a picture showing the [[info_infected_zoo_puppet]] entities spawned by Info_infected_zoo_maker]] | [[File:Info infected zoo puppet.png|thumb|right|a picture showing the [[info_infected_zoo_puppet]] entities spawned by Info_infected_zoo_maker]] | ||
{{CD|CInfectedZooMaker}} | {{CD|CInfectedZooMaker}} |
Revision as of 13:09, 21 November 2022

a picture showing the info_infected_zoo_puppet entities spawned by Info_infected_zoo_maker
![]() |
---|
CInfectedZooMaker |
Template:L4d2 point It was used during game development to spawn several rows of info_infected_zoo_puppet entities, until every single possible variation of CI model has been listed on the map, to test the texture and gibbing system.



Adding closed areaportals or occluders in an attempt to draw less models will not help, because the crashes stem from all of the models being loaded into memory at once. [todo tested in ?]
As a workaround to this crash, you may spawn specific infected via info_zombie_spawn while the cvar nb_stop 1
is set, to spawn CI in T-pose. A map to do this same thing exists and can be found on the workshop.
Alternatively, you may use the cvar "z_forcezombiemodel Infected name"
to force all infected spawned via z_spawn
to use the zombie you want, while also using nb_stop 1
to spawn them in T-pose. Use keybinds to make this easier.