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

Compass heading config signal #86

Open
adamzl opened this issue Nov 22, 2016 · 3 comments
Open

Compass heading config signal #86

adamzl opened this issue Nov 22, 2016 · 3 comments

Comments

@adamzl
Copy link

adamzl commented Nov 22, 2016

To get around the 10,000 search unit radius for hunting a new configuration signal could be added to move in a compass direction (0-360 degrees). The hunting radius should always take precedence. This could help UPS issues a little too by allowing much smaller search radii.

@kyranf
Copy link
Owner

kyranf commented Nov 26, 2016

I'd love to add some simple UI elements for things like a compass direction to kind of "hint" where the robots should be attacking/moving next. If no enemies detected in radius, move X distance in the direction of the currently set compass setting, and re-evaluate targets when they get there.

@adamzl
Copy link
Author

adamzl commented Nov 26, 2016

That sounds way complicated, I had thought a signal value in the config machine could be a compass heading (0-360 degrees), the same machine where you set squad size and hunt radius.

@kyranf
Copy link
Owner

kyranf commented Nov 26, 2016

i'd like to move all of the Droid Settings Module stuff into a drop-down UI menu like some of the other mods have, it's less work to expand and add more features - right now for each "option" in the settings module I need to make icons, and add heaps of code anyway (would be similar amounts in the UI for checking legal values etc).

i can remove the entire droid settings module entity and the things that go along with entities.. and the warning message about having more than 1 etc.

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