While adapting some scripts for my submod, I've spotted a possible issue in the last one I've come across. There's a mission, "Impossible Internet Intelligence", with a deployment in a 50x50 map. The script for this mission tries to spawn a large block (40x40) in after the craft. The issue is that depending on the size of this craft and its placement on the map it can prevent this large block from being placed, while not critical as it doesn't crash the game nor does it block the player from completing it, it left me wondering if this was desired / intended.
The probabilies for the school block to spawn in the current 50x50 map are aproximately:
- 64% when the craft is in a 10x10 block
- 40% when the craft is in a 10x20 block
- 0% when the craft is in a 20x20 block
Increasing the map dimensions to 60x60 would mitigate this issue greatly, but not completely prevent it:
- 89% when the craft is in a 10x10 block
- 80% when the craft is in a 10x20 block
- 64% when the craft is in a 20x20 block
Also, I tried to check if maybe there's a vehicle limitation for the mission, but I did not see any such properties defined in the deployment. Just your usual insanity battle conditions.