Albert Schweitzer 10 Posted May 13, 2007 I need a car to go straight and fully ignore the ordinary path-finding function. I want to know that for two reasons A) to learn the logic of it and B) to make a movie shot of a car driving over a ramp. Unfortunately it wont do it if I leave AI enabled. So you dont have to do the effort to write a time-consuming script for me taking all options into consideration, I just need simple-stupid solution that only works for one shot. It doesnt matter if the car keeps driving towards panama afterwards! P.S. I used the search function before posting this including the terms crash, disableAI, car ..... so please apologise if the right search-term didnt come into my mind. Share this post Link to post Share on other sites
NeMeSiS 11 Posted May 13, 2007 I need a car to go straight and fully ignore the ordinary path-finding function. I want to know that for two reasons A) to learn the logic of it and B) to make a movie shot of a car driving over a ramp. Unfortunately it wont do it if I leave AI enabled. So you dont have to do the effort to write a time-consuming script for me taking all options into consideration, I just need simple-stupid solution that only works for one shot. It doesnt matter if the car keeps driving towards panama afterwards! Â P.S. I used the search function before posting this including the terms crash, disableAI, car ..... so please apologise if the right search-term didnt come into my mind. If you want it really simple.. this setvelocity [x,y,z] Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted May 13, 2007 yes, I understand, but it only keeps driving a couple of metres. I can use it to substitute the ramp, was that the point you were trying to make! Share this post Link to post Share on other sites
MehMan 0 Posted May 13, 2007 Make it a script and loop it. Like so: #loop codecodecode goto "loop" Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted May 13, 2007 Yes, the looping thing I tried but this rather looks like a lag than a driving car! Is there no other possibility that comes to your mind where I can simply disable AI and tell the car to drive forward! Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted May 14, 2007 Sorry, but I have to kick this thread to the top again. Has anyone a different advise for me to solve this problem? Share this post Link to post Share on other sites
UNN 0 Posted May 14, 2007 Quote[/b] ]Has anyone a different advise for me to solve this problem? Drive the vehicle yourself and film the action using an external camera. Heres a basic example mission. CameraPos.zip Activate the radio trigger, then use the direction keys to drive the car. Share this post Link to post Share on other sites
Big Dawg KS 6 Posted May 15, 2007 Sorry, but I have to kick this thread to the top again. Has anyone a different advise for me to solve this problem? No, you can't force AI to drive, you need to work with the vehicle itself (trying to work with the AI is hopeless here). Share this post Link to post Share on other sites
Albert Schweitzer 10 Posted May 17, 2007 Quote[/b] ]Has anyone a different advise for me to solve this problem? Drive the vehicle yourself and film the action using an external camera. Heres a basic example mission. CameraPos.zip Activate the radio trigger, then use the direction keys to drive the car. Yes, I guess thats the best way to do it. Thanks. Sometimes KISS (keep it simple & stupid) is the only feasible solution I guess. Share this post Link to post Share on other sites
johnnyboy 3797 Posted May 18, 2007 I'm confident that Mandoble's Chase script would work for you. Check it out: http://www.ofpec.com/index.p....29119.0 Share this post Link to post Share on other sites