kyranf / robotarmyfactorio

A mod to add robot troop units and perhaps associated support buildings and items to produce and control them.
MIT License
35 stars 12 forks source link

Compass heading config signal #86

Open adamzl opened 7 years ago

adamzl commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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.