-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add node graph building and game parameters for cubemaps #220
Comments
Not familiar with node graphs, would the nav step create it? |
Not sure, but I think what you could do is have the map start to build the node graphs, and to detect when the node graphs are done rebuilding, you can detect if the .ain file changes and if it does, it's likely done building the node graphs. |
Node Graph Generation and
|
It doesn't build the .nav file because you're not loading into the game as a player but as a camera. That's why the game automatically forces you to exit after it's done building cubemaps. That's why it's required you to load the map as a player to generate the node graphs. |
Just a small extra convenience, you'd probably need to have it load into the game to build the node graphs (building cubemaps doesn't build node graphs for some reason despite loading into the map)
For cubemaps, I do think it would be nice to add custom game parameters when the game starts. Like +building_cubemaps, for example.
The text was updated successfully, but these errors were encountered: