Work continues on improving the Enlisted mod editor. In a recent update we released a long list of fixes and improvements to the editor, one of which we’ll talk about in detail.
NavMesh
This is a navigation mesh used on maps, thanks to which the AI-soldiers can orient themselves on the ground and find the best directions to head in. Without NavMesh the behavior of the guided AI-soldiers would be rather linear, and they may also get stuck.
When you’re redoing the landscape and objects in an existing location, you need an updated NavMesh, and now the mod editor has the option to generate these patches.
Generating a NavMesh patch
Let’s look at an example where you are changing an existing location and need to update the NavMesh.
Make sure that NavMesh already exists for the map. Enable the NavMesh button in the Toolbox. If it does not exist, you should set the battle area (the area where the mission takes place), as NavMesh is only loaded and generated for locations within the battle area.
In the Toolbox, open the Build commands tab and click Rebuild NavMesh, then wait until the operation is 100% complete.
The generated NavMesh patch is immediately available in the game; however, you will need to save the scene (Save) so that the recording in the entity level of the NavMesh patch is saved. Note that you should also Restart to make sure that the patch is applied correctly when the scene loads.
After making sure that the NavMesh is updated with the patch you created (by enabling Toolbox/NavMesh), and that the AI-soldiers now move correctly, you can build a batch file (vromfs.bin) that will include not only the scene (scene.blk), but also the NavMesh patch (patchnavmesh.bin).
To do this in the Toolbox/Build commands press the second button Build Mod VROM, which will open an external mod packer program (modsPacker.bat) in a separate window, the result (status) on completion should be 0 (as standard without errors).
You can also run this packer manually from the command line, specifying at the start: modsPacker.bat modname (here modname is the name of the folder the mod itself is located in userGameMods/).
As a result of packaging in userGameMods/ a batch file modname.vromfs.bin with modname name and vromfs.bin extension will be created, which can be uploaded to the mod portal (sandbox.enlisted.net) in the same way as scene.blk.
The current version of the generated NavMesh blocks does not yet generate information about shelters (cover) and places where you can climb or jump (jump links), keep this in mind when creating your mission.
About patchNavMesh.bin…
It should be with only lowercase (patchnavmesh.bin).
Because of this it DOESNT WORK in custom room with multiplayer/local game.
If remove uppercase words then it will works.
I suggest backup almost all files and then remove them in userGameMods (dont touch all folders, remove only blk files).
After all that try rebuild pathfinder and then make VROM.
P.S. I need to go afk for 30-45 mins.
So maybe answer will be a bit late.