KnuckleCracker / CW4-bug-tracker

The gathering point for bugs and supporting information, or suggestions about additional features.
Creative Commons Attribution Share Alike 4.0 International
13 stars 2 forks source link

[Bug] Blob path is weaving in very specific origin and target location coordinates #1064

Closed grabz-dev closed 1 year ago

grabz-dev commented 1 year ago

image

  1. Create an empty 256x160 map
  2. Place a blob nest at 253,7
  3. Set its target to LOCATION and location coordinates to 252, 84
  4. Blob makes a weaving pattern as it moves towards its target
  5. Also reproducible using CreateUnit("Blob" V3(253, 1, 7) TableN("Payload" 100 "Target" 2 "TargetLocation" V2(252, 84) "LifeTime" 3600 "CarryEgg" 1 5)) ->blob
  6. Also reproducible using CreateUnitOnTerrain("Blob" 253 7 TableN("Payload" 100 "Target" 2 "TargetLocation" V2(252, 84) "LifeTime" 3600 "CarryEgg" 1 5)) ->blob
grabz-dev commented 1 year ago

Some more information, I spawned a blob on every cell on the map and sent them to:

x252, z84 image

x172, z124 image