Jump to content

Harald_Bluthaar17

Members
  • Posts

    7
  • Joined

  • Last visited

About Harald_Bluthaar17

  • Birthday September 17

Personal Information

  • Flight Simulators
    X-Plane 11, Il2 Stalingrad, DCS, Falcon BMS
  • Location
    Germany
  • Interests
    leave the Matrix

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thank you Heatblur, my relationship with iceman improved a lot since you added his new functions. Now I'm excited about the coming Lantrin function.
  2. Hi, i did this solution quite similar to yours. But i added i code line, where i ask if the program is already running, if so the script will skip the exe to the next. Maybe you are interesting in this. ::if program allready running then go to :start_matric tasklist /FI "IMAGENAME eq TrackIR5.exe" 2>NUL | find /I /N "TrackIR5.exe">NUL if "%ERRORLEVEL%"=="0" goto start_matric :: if not Start TrackIR 5 C: cd %ProgramFiles(x86)%\NaturalPoint\TrackIR5\ start TrackIR5.exe :: Start time for TrackIR 5 timeout 1 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :start_matric ::if program allready running then go to :start_dcs tasklist /FI "IMAGENAME eq MatricServer.exe" 2>NUL | find /I /N "MatricServer.exe">NUL if "%ERRORLEVEL%"=="0" goto start_dcs :: if notStart Matric C: cd "Program Files"\"Ex Machina"\"MATRIC Desktop"\ start MatricServer.exe :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :start_dcs ::if program allready running then go to :start_exit tasklist /FI "IMAGENAME eq DCS_updater.exe" 2>NUL | find /I /N "DCS_updater.exe">NUL if "%ERRORLEVEL%"=="0" goto start_exit tasklist /FI "IMAGENAME eq DCS.exe" 2>NUL | find /I /N "DCS.exe">NUL if "%ERRORLEVEL%"=="0" goto start_exit :: Start DCS E: START bin\DCS_updater.exe :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :start_exit exit
  3. Well orbiting and the ability to fly to a steerpoint is very nice too. For me, with my idea in mind, it's close to what i want iceman to do. I think that will improve my relationship with him Thank you for your clear answer. I love the work you do!
  4. Hello everyone, hello my sweetest virtual plane developer. I have a lot of fun with the Swedish beast and the good old F-14B. There is one feature i really miss for the iceman ai. It would be nice to have the option to deactivate iceman. So if i fly a circle with the pilots autopilot engaged, i like to jump to the Rio and push some buttons, but without that iceman take controll and fly torwards. I think i have enough time to do everything i like in the Rio cockpit, while the plane flys circles with the pilots autopilot engaged. For me the pilots autopilot is enough to keep the plane calm and do the stuff i like do to in the rio cockpit. It's annoying that iceman flys toward everytime i change the seat and he mess my relaxed cycle pattern.
×
×
  • Create New...