Ticket #47925

Make "Explore" and "Goto" agents rather than activities

Eröffnet am: 2023-04-24 06:20 Letztes Update: 2024-10-18 23:58

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Offen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Keine
Datei:
Keine

Details

An idea I have talked about here: make activities that are actually agents a separate category (thus, unit packet ai / unit ai_controlled becomes enum rather than boolean) that also includes autosettling and maybe some more agents in the future (we may even reserve some items for server-side tweaks in the first modified protocol version). It seems probably a bad idea to include requirements on agent controlled units (requirements on "Goto" are likely already rejected), some future version of e.g. explorer agent may use another activity (like, converting in a port), connecting orders have the same mechanics as goto orders but other activities, and just separating agents from activities gives more consistent logic. Surely, some things in the code that depend on current activity mechanics have to be rewritten with this change, but likely nothing too complicated. (Note: I myself have little hope to code it up to 3.2 d3f/npf, so if nobody will do, it sjould be postponed).

Ticket-Verlauf (3/4 Historien)

2023-04-24 06:20 Aktualisiert von: ihnatus
  • New Ticket "Make "Explore" and "Goto" agents rather than activities" created
2023-04-26 14:46 Aktualisiert von: cazfi
Kommentar

Explore already is, I think.

common/unit.h:

#define SPECENUM_NAME server_side_agent
...
#define SPECENUM_VALUE2 SSA_AUTOEXPLORE
#define SPECENUM_VALUE2NAME N_("Autoexplore")

2023-04-27 02:33 Aktualisiert von: ihnatus
Kommentar

Reply To cazfi

Explore already is, I think. common/unit.h:

Yes, I have somehow missed that the process has started back in 3.1 and bool unit.ai_controlled is replaced by enum unit.ssa_controller. Just seemingly it got stuck in the middle for now.

2024-10-18 23:58 Aktualisiert von: cazfi

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden