Skip to content
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

Open
WonderlandWar opened this issue Sep 4, 2023 · 2 comments
Open

Add node graph building and game parameters for cubemaps #220

WonderlandWar opened this issue Sep 4, 2023 · 2 comments

Comments

@WonderlandWar
Copy link

WonderlandWar commented Sep 4, 2023

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.

@WonderlandWar WonderlandWar changed the title Add node graph building Add node graph building and game parameters for cubemaps Sep 4, 2023
@Exactol
Copy link
Collaborator

Exactol commented Sep 5, 2023

Not familiar with node graphs, would the nav step create it?

@WonderlandWar
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants