Left 4 Dead 2

Left 4 Dead 2

Statistiche:
Non-Medkit Items not Spawning
I put a gascan, medkit, and adrenaline shot in my map. For some reason, only the Medkit shows up in my map.
Note: I used the "weapon_adrenaline_spawn" and "weapon_gascan_spawn" entities
Ultima modifica da Sorry, dudebros; 15 giu 2014, ore 19:04
< >
Visualizzazione di 1-3 commenti su 3
Given what you listed, it seems like you didn’t Analyze the Nav. The Director doesn’t know where to spawn infected until it actually Analyzes the Nav mesh you set up. So Run:

nav_analyze

After you do nav_analyze you should also run: nav_trouble_report

You can break down the trouble report by type, which is often more useful. As you can actually see the highlighted problems. So:
nav_trouble_report orphan

Lets you find nav mesh that isn’t connected.

nav_trouble_report ladder

Lets you find messed up ladders, cause ladders love to be screwed up.

Some stuff in the trouble report you’ll have to ignore, because it will point out some things that really aren’t problems.

Then run nav_analyze again. Because the director won’t know about the updates until you do another analyze.
Messaggio originale di AlwaysToast:
Fix to zombies not spawning (nav_analyze)

Editing this post for another problem I am having, hope you can answer
Ultima modifica da Sorry, dudebros; 15 giu 2014, ore 19:02
If it’s a campaign you may be missing an info_map_perameters point entity in your map. Which tells the director the density of equipment based on the size of the map (or more accurately the area walkable by survivors). Or the values in it may be messed up.

If it’s a survival map, you need: logic_relay to trigger a point_template to forcespawn all the equipment. So all the equipment needs a name (it can all pretty much have the same name, you don’t have to name things individually), and it needs the Flag: Must Exist. Survival mode is a special snowflake about having equipment spawn because all that is needed.
< >
Visualizzazione di 1-3 commenti su 3
Per pagina: 1530 50

Data di pubblicazione: 14 giu 2014, ore 10:17
Messaggi: 3