hardrock 1 Posted July 30, 2003 I know this was the topic a couple of times ago, but the other posts didn't help me: I have a plane with guided AA missiles, but don't want to use proxies. I defined the points "l strela" and "p strela" in the memory LOD. But: it doesn't work! that I've already tried: setting simulation="shotRocket" / "shotMissile" in the cfgAmmo setting sections=["l strela","p strela"] in cfgModels so please could anybody help me? Anybody had to have this problem before, cause I've seen addons with working strela points but config.bins and ODOL p3ds -> DKM RAH66, so I can't check them (also tried it with hex-editor)... ? Share this post Link to post Share on other sites
LizardX 0 Posted July 30, 2003 Maybe I don't understand you clearly, but why don't you use the "hiddenSelections"-trick with a simple scripting? Share this post Link to post Share on other sites
hardrock 1 Posted July 31, 2003 that's not the problem, I know this trick the problem is, when I fire the rockets they still are created at the center of my object, and not at one of the strela points like it should be anybody else who had an idea how to solve this? (sorry for my bad english but I hope sb understands me...) Share this post Link to post Share on other sites
LizardX 0 Posted July 31, 2003 That' s why you need some scripting. Yor're gonna need to use the "fired" eventhandler, then in the script try to calculate the position of the launched missile from the center of the plane, and use the setPos command to set it to the right position. Not the perfect one, but it works. Share this post Link to post Share on other sites
hardrock 1 Posted July 31, 2003 thanks again, LizardX I knew this way before and was starting to make it like you said, but I know people used these two strela points but don't know how they got it to work... and that would be easier and nicer Share this post Link to post Share on other sites