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 pathfinding support #3

Open
Foxbud opened this issue Jan 20, 2021 · 0 comments
Open

Add pathfinding support #3

Foxbud opened this issue Jan 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Foxbud
Copy link
Owner

Foxbud commented Jan 20, 2021

The HLD executable contains a lot of functions for manipulating paths and planning paths. These should be exposed as modding API.

This will likely involve giving mods the ability to register path indices. I'm not sure whether to force mods to register all of the path indices they might need during initializing or allow them to dynamically create and free paths. Furthermore, I'm not sure whether to present vanilla path indices as separate from mod paths or to just make them appear one-in-the-same.

This will also require allowing mods to attach "path end" event listeners to objects.

@Foxbud Foxbud added the enhancement New feature or request label Jan 20, 2021
@Foxbud Foxbud added this to the 1.3.0 milestone Jan 20, 2021
@Foxbud Foxbud removed this from the 1.3.0 milestone Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant