Ticket #47925

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

오픈 날짜: 2023-04-24 06:20 마지막 업데이트: 2023-04-27 02:33

Reporter:
소유자:
(None)
Type:
Status:
Open
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None

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 History (3/3 Histories)

2023-04-24 06:20 Updated by: ihnatus
  • New Ticket "Make "Explore" and "Goto" agents rather than activities" created
2023-04-26 14:46 Updated by: cazfi
댓글 올리기

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 Updated by: ihnatus
댓글 올리기

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.

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login