Space Engineers

Space Engineers

AiEnabled v1.9
191件中 141-150 を表示
< 1 ... 13  14  15  16  17 ... 20 >
更新: 2022年5月21日 @ 9時01分

v0.14.10b

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

更新: 2022年5月20日 @ 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

更新: 2022年5月17日 @ 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

更新: 2022年5月16日 @ 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

更新: 2022年5月15日 @ 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

更新: 2022年5月10日 @ 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)

更新: 2022年5月6日 @ 15時38分

v0.14.4b take 3

  • Removed debug artifact

更新: 2022年5月5日 @ 16時34分

v0.14.4b take 2

  • Fixed issue with new API method

更新: 2022年5月5日 @ 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

更新: 2022年5月3日 @ 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