lab icon indicating copy to clipboard operation
lab copied to clipboard

how to get entity layout for nav_static_maze*

Open ddayzzz opened this issue 5 years ago • 1 comments

I am trying to get entity layout for the built-in nav_maze_* levels. I found that the nav_maze_random_goal* have hard coded the entity layout strings in their lua scripts while nav_maze_static_* just create map without layout parameters. What's more, all debug DEBUG.MAZE.LAYOUT outputs of those levels are empty. My question is how to get the layout of static goal map in form of string?

ddayzzz avatar Jul 27 '19 07:07 ddayzzz

you need to go to the source code and modify the DEBUG callback.

sjtuytc avatar Jul 27 '19 18:07 sjtuytc