Jump to content

majky

Registered Users
  • Posts

    47
  • Joined

Everything posted by majky

  1. hi guys, Is there a way to write and use an AI trafic flightplan via xml and not bgl? I have not been able to run a single bgl software I dowloaded - always an error poped out when starting or while working with it... :confused: thanks in advance :)
  2. it didnt work :( ... at first. than I noticed there is no "/" before "select" at the end. It works now :) thanks a lot! :)
  3. Hi guys, just quick question about xml. Lets say I want to switch master avionics into off position every time I load an aeroplane on ground. it would look like this: (A:SIM ON GROUND,bool) (A:AVIONICS MASTER SWITCH, bool) && if{ (>K:TOGGLE_AVIONICS_MASTER) } now question: how to write into that xml, for fsx to do the toggling only once after loading the aeroplane?
  4. its just alternative, another "angle of view" on the thing. It doesnt mean that the original one is "poorly done"...
  5. Im talking helicopters, specialy "collective_on_rotor_torque_scalar" and "inflow_vel_reference" which I want to slightly adjust at certain "A" situations...
  6. hello, the list of "K" events is very limited in my opinion so Im wondering, if there is a way to edit a line in "aircraft.cfg" using xml at certain flight conditions. any thoughts/ideas on that?
  7. wow, that was quick and it works! :D thanx bro :o
  8. Hello, I was wondering if anyone can help. Ive been experimenting for some time with no succes so far. I need a xml code to be "activated" when 4 conditions are met. all 4 of em, 3 is not enough. my idea is to make 2x "L" each out of 2x "A" and than put those 2 "L"s together with a result but it doesnt work :( here is an example: (A:AAAA,feet/minute) 50 > (A:BBBB,knot) 50 L:ABAB, bool) } els{ 0 (>L:ABAB, bool) } -5 5 (A:CCCC, degrees) rng; -5 5 (A: DDDD, degrees) rng; && if{ 1 (>L:CDCD, bool) } els{ 0 (>L:CDCD, bool) } (L:ABAB, bool) 1== (L:CDCD, bool) 1== && if{ 50 (>K:xx_yy_zz) } first or second line works separatly, but not together as I would like it to. any advices?
  9. try lowering/replacing these values: cyclic_roll_control_scalar =5.0 cyclic_pitch_control_scalar =5.0 pedal_control_scalar =1.4 I hope it will make it more comfortable for you
×
×
  • Create New...