|
Author
|
Topic: Anyone, how do I..... I NEED HELP ON THIS ONE!
|
ArgonV Pilot
|
posted 05-26- 11:44 PM
Ok, now that we can launch vehicles (aircraft are vehicles, arent they?) how do we get the engine to turn on once I launch it? I want the V-1 engine to turn on so it can glide farther (it glides pretty well, but I want more!) Any ideas\suggestions? MH, is this possible?IP: Logged |
Michael Harrison General
|
posted 05-27- 11:24 AM
This really should be in the openplane tech setion....If you are detaching the vehicle using obDetach or some such, you could have an onDetach property that sends an inpSetEngineState command to the vehicle. that command should look like: (inpSetEngineState 0 1) the first zero means send the command to all engines, the 1 means turn them on. You can also send a command which will turn the engines to full throttle by: (inpThrottleAnalog 0 1) The first zero is again, all engines and the one means go full throttle (0.5 would be half throttle). IP: Logged |
bjorn Pilot
|
posted 05-27- 11:47 AM
and suddenly a new world opened up  _ /Bjorn.IP: Logged |
ArgonV Pilot
|
posted 06-09- 08:53 PM
MH, THANKS!!!!!!!!!!!!!!!!!!!!! BTW, ArgonVs back from vacation!IP: Logged |
ArgonV Pilot
|
posted 06-09- 11:33 PM
MH, I cannot get this working. Help me please. What I did was go to obDetach, right click on it, clicked on Append and typed in under Name exactly what you said to, both properties. Am I doing this wrong?IP: Logged |
Michael Harrison General
|
posted 06-10- 11:57 AM
Can you post the text or send me the model? IP: Logged |
ArgonV Pilot
|
posted 06-10- 03:32 PM
MH, I'll send you the model. Its not very big. Check your mail very soon. Thanks for your help!IP: Logged |
Laika 801 Pilot
|
posted 06-10- 03:56 PM
quote: and suddenly a new world opened up
seems we think the same björn ! [b]MH[b] does that mean we could all the commands out of the keyboard.inp also in the proplists for the planes ? Like this : ...(inpCrewEject 1)...(cmdGearDown)-???...(sysEnlargeGamma)...(inpSetRadioState)... woHooooohho - if so - I`ll freak out !
LK IP: Logged |
charmstar Pilot
|
posted 06-11- 01:05 PM
Hmm, does this stuff really work? I've tried it before with the cmdXXX to activate a DOF, but I couldn't get it to work. Hopefully I just did it incorrectly :-)charm IP: Logged |