vicx Posted January 21, 2015 Posted January 21, 2015 I am not able to work out what is not working with a FireAtPoint. I am targeting an APC with a mortar group. What values do I need to use for _point. I have tried LO, LL and MGRS and nothing works properly. FireAtPoint = { id = 'FireAtPoint', params = { point = _point, radius = 10 } } I can set the task perfectly but the targeting is WAY off. Unit.getbyName('mortar_group'):getController():setTask(FireAtPoint)
chromium Posted January 21, 2015 Posted January 21, 2015 stupid question (never used): your point is VEC3, is it? Author of DSMC, mod to enable scenario persistency and save updated miz file Stable version & site: https://dsmcfordcs.wordpress.com/ Github for latest version: https://github.com/Chromium18/DSMC
vicx Posted January 21, 2015 Author Posted January 21, 2015 That was a good question. It was Vec2 but not well formed Vec2. It gave me a result and that's what threw me. I would have rather had a error msg. Thanks for the reply. It helped.
chromium Posted January 22, 2015 Posted January 22, 2015 you're welcome :) Author of DSMC, mod to enable scenario persistency and save updated miz file Stable version & site: https://dsmcfordcs.wordpress.com/ Github for latest version: https://github.com/Chromium18/DSMC
Recommended Posts