Space Engineers

Space Engineers

AiEnabled v1.9
Viser 141–150 av 191 bidrag
< 1 ... 13  14  15  16  17 ... 20 >
Oppdatering: 21. mai 2022 @ 9.01

v0.14.10b

  • Fixed issue with SetHighlight not properly removing the highlight from friendly bots on DS

Oppdatering: 20. mai 2022 @ 14.45

v0.14.9b

  • Adjusted API method for SwitchBotRole to also take a list of tool subtype ids to give the bot
  • Added overload API method for SwitchBotRole to take in a SpawnData object in order to customize the new bot role

Oppdatering: 17. mai 2022 @ 18.02

v0.14.8b

  • Fixed issue with bots removed from their seat via API sometimes using an odd orientation
  • Fixed issue with bots removed from their seat via API sometimes being spawned in air and falling to their death

Oppdatering: 16. mai 2022 @ 17.10

v0.14.7b

  • Fixed issue with TryRemoveBotFromSeat API method not placing bots in correct position
  • Fixed issue with bot projectiles not inheriting bot velocity
  • Fixed null reference error in BotProjectile.Update due to missing hit material / hit sound
  • Fixed null reference error in MuzzleEffect.Update due to bot physics being null sometimes

Oppdatering: 15. mai 2022 @ 18.10

v0.14.6b

  • Fixed issue in API seating methods where they didn't properly set the return position for when bots leave the seat
  • Added new API method for GetClosestValidNode that accounts for subgrid positions being input and allows air nodes to be excluded (old method marked obsolete)
  • Adjusted TryRemoveBotFromSeat API method to attempt to avoid placing bots in front of a cockpit where they might fall
  • GoTo command now creates an unofficial patrol route with one waypoint, allowing bots to attack / repair while waiting

Oppdatering: 10. mai 2022 @ 19.21

v0.14.5b

  • Fixed issue in API seating methods where they didn't properly set the share mode for seats that need it
  • Fixed issue with moving grids trying to clear planet nodes before previous clearing is complete
  • Fixed issue with bot muzzle flashes drifting when bot is moving
  • Changed Analyze icon to better represent what bot's are doing when it's displayed (thanks to @Glenn for the concept)

Oppdatering: 6. mai 2022 @ 15.38

v0.14.4b take 3

  • Removed debug artifact

Oppdatering: 5. mai 2022 @ 16.34

v0.14.4b take 2

  • Fixed issue with new API method

Oppdatering: 5. mai 2022 @ 15.21

v0.14.4b

  • Fixed issue allowing players to receive more credits than they should when recycling bots
  • Bots will now unequip tools / weapons when being placed in a seat via the API
  • Added additional check to CanSpawn for when bot count has reached the max allowed bots
  • Added SwitchBotRole API method to allow mods to change a bot's role on the fly

Oppdatering: 3. mai 2022 @ 19.47

v0.14.3b

  • Fixed issue with bots targeting center of grids
  • Fixed issue with roll check being backwards for custom weapons in Spawner config
  • Fixed issue with bots being able to use tools inside safe zones
  • API spawned enemies that are placed in seats will now leave their seat if a valid target is nearby
  • Added additional checks in CanSpawn to more accurately represent the ability to spawn bots via API