Left 4 Dead 2

Left 4 Dead 2

Ikke nok vurderinger
(MSC) Navmesh Helper
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Game Content: Scripts, Miscellaneous
Filstørrelse:
Offentliggjort:
Opdateret:
73.065 KB
20. maj 2022 kl. 2:07
7. juni 2022 kl. 8:43
2 ændringsbemærkninger ( vis )

Abonner for at downloade
(MSC) Navmesh Helper

I 1 samling af [FoRcE]army_guy3
(MSC) Scripts
33 genstande
Beskrivelse
MSC_ID: MSC_Navmesh_Helper
Supports MSC_AUTOLOAD.

This is the 27th test script that runs on the Master Script Controller.
https://sp.zhabite.com/sharedfiles/filedetails/?id=2203978515


This script contains navmesh helper functions for map building. Other functions are currently included, but not documented as they are not finished.

/navlinkdropdown - Selects single navmesh area and automatically detects drop down points that can be connected to it. It also detects and applies one way or two way connections.

/navlinkauto - Selects all navmesh areas and automatically detects drop down points that can be connected to it. It also detects and applies one way or two way connections.

/navselectfill - Selects single navmesh area and applies a fill style command that marks all connected navmesh with similar spawn attributes.

/navunlinkdropdown - Selects single navmesh area and automatically disconnects drop down connections on the alignment side the player is on.

Keep in mind this script is in alpha and the drop down processor will make mistakes at times due to limitation with vscripts killing the script for taking too long. To get around this I had to skip adding additional collision traceray tests to the system.


These scripts take a lot of time and effort to produce. If you like them and/or want to see more, you can show your appreciation by throwing some money my way at:
https://www.patreon.com/ag3_killstreak
2 kommentarer
[FoRcE]army_guy3  [ophavsmand] 7. juni 2022 kl. 8:44 
New version released. Added navunlinkdropdown command.
[FoRcE]army_guy3  [ophavsmand] 7. juni 2022 kl. 8:14 
I've found an issue with EAST Dir Alignment code for navlinkdropdown.

I've fixed the issue and will release fixed version soon.