Space Engineers

Space Engineers

AI Enemies - Waves of NPCs
21-30 van 45 items weergegeven
< 1  2  3  4  5 >
Update: 26 aug 2015 om 8:13

Committed for Dedicated server debugging.

Update: 26 aug 2015 om 6:10

Committed for Dedicated server debugging.

Update: 26 aug 2015 om 5:30

Committed for Dedicated server debugging.

Update: 26 aug 2015 om 5:17

Committed for Dedicated server debugging.

Update: 25 aug 2015 om 1:56

  • Fixed a bug which caused massive use of harddrive space (the log file was logging a lot of useless info (e.g. target information for every AI ship,every frame))
  • Fixed the "ai clear" bug (hopefully)
  • Added more prefab ships.
  • Made the prefabs load in the background (no more freeze on the loading screen)
  • Added "ai count" command
  • Fixed a bug where the allied AI would not attack NPC faction ships.

Update: 24 aug 2015 om 10:39

Massive update. Complete code rewrite.

New features include:

  • New AI algorithm which consists on collision-avoidance, basic path-finding, and movement during fights, so the ships do not "just sit there"
  • The old AI algorithm can still be used (check out the "ai setpilot" command in the relevant discussion). The old algorithm is slightly more efficient (beucase its simpler) so you may want to change to it in case you wicsh to spawn VERY MANY ships.
  • Friendly AI. Again check out the discussion about commands ("ai setpilot").
  • Activating the AI on a specific ship using a block. (This is described on the main page of the mod under "Dedicated server"; it works just as well in singleplayer/hosted games).
  • Safety feature, to ensure that you do not spawn too many ships by mistake. ("ai safety on/off")
  • And fun little command to spawn seeker missiles. ("ai seeker {numberToSpawn}")

Update: 10 jun 2015 om 5:49

The latest patch caused the mod to fail to compile due to API changes. This update fixed that bug.

Update: 25 mei 2015 om 2:21

Dedicated server support is now implemented. It should be regarded as experimental (in that it may not always work)

Update: 21 mei 2015 om 0:36

Another DEV push

Update: 20 mei 2015 om 23:55

DEV build. Had to push it for testing with dedicated servers. Did not feel like branching. Apologies for any bugs encountered during the next few hours.