motuslechat Posted April 19, 2015 Report Posted April 19, 2015 Hi, I want to create AI for helicopter. You can't do this with simconnect. Do you think there is a possibility to do this with FSUIPC ? 1. Create helicopter : no problem 2. create waypoints to follow : no problem 3. Take off : ? 4. Reach the speed and the altitude : ? 5. Go to the next waypoint : if 3 and 4 is possible, it is not a problem 6. Take on at the last waypoint : if 3 and 4 is possible, it is not a problem Thank you for your help. Motus
Paul Henty Posted April 19, 2015 Report Posted April 19, 2015 Hi Motus, As far as I know there's nothing in FSUIPC that can create AI aircraft. For AI aircraft that exist it may be possible (but difficult) by sending normal FS controls to the AI Aircraft. See offset 0x2900 for details. The ID of each AI aircraft can be seen using the AITrafficServices built into the DLL. I've never tried using 0x2900 but I think you need to put the AI aircraft into Slew mode and then use the slew controls. I found this thread that talks about doing something similar with SimConnect. I don't know SimConnect but maybe you can understand this? http://www.fsdeveloper.com/forum/threads/program-control-by-ai-plane-on-a-c-through-simconnect-for-fs-x.206308/ Paul
motuslechat Posted April 19, 2015 Author Report Posted April 19, 2015 Thank you Paul. I will have a look on these informations. Motus
Ian P Posted April 21, 2015 Report Posted April 21, 2015 There is an application published by Flight1 that creates vertically operating AI helicopters - I believe that works by injecting them and controlling them through Simconnect.You are correct in that FSUIPC will be of no help at all doing this. Cheers, Ian P.
motuslechat Posted April 22, 2015 Author Report Posted April 22, 2015 Hi, I know this product but I want to include this function in my free tool. Thank you for your answer. Motus
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now