Posts by flightxtreme

    But sure I have Pedals. ;)

    Good moment to introduce me a bit.

    I had a break for two years from flight simulation but my first simulator was the C64 Flight Simulator 2. I really got started with the FS 2000, then FS 2002, FS9, FSX, XP 10, P3D. I designed the Dornier Greenland Whale, the 10t whale, the Dornier Libelle and an Extra 300L for the simulator, wrote article for the flight simulator magazines flightXpress and FS Magazine, organized approximately for 10 years the virtual aerobatic world championships, was once a speaker at an Aerosoft conference, presented at such an event a VR Solution at the time, the Oculus Rift was still in development.

    In real live I am working in the IT as a software architect for business solutions and my hobby is judging at real aerobatic competitions. 2015 I was judge at the world aerobatic championship in France.

    I tried this setup and it is breath taking. For my kind of flying - aerobatics - Aerofly FS 2 together with the rift is just the best combination I can get for today.

    And I have no problem with the landing at all. I think it is around two times simpler than flying with a screen. Take of in a Pitts, Extra or Bücker is a bit difficult, something you have to train. You have to work with the rudder a lot, but in the right way corresponding to speed and throttle.

    And as real as it gets: If I f*** up a figure I get sick. <X  :P

    Danke für die Tutorials, Videos und am meisten natürlich für den Aerofly FS 2. <3

    Thank you for all the tutorials, videos "Howto" and first of all for the Aerofly FS 2. <3

    Some statistics:

    Bäume/Trees: 11,031,864

    Lichter/Lights: 851,515

    Gebäude/Buildings: 994,371

    In sum: 12,877,750 cultivation items!

    Just a question in between... the altitude I can read in the external_dll ist MSL messured, right? Any chance to get the AGL value?

    And currently I am a bit fighting to call a c# DLL from the c++ extrernal_dll. Would be nice to get a common example for a managed code interface. ^^ I am not familiar with c++. Currently I try to make my c# dll com visible. But I haven't managed yet to call it from the c++ external dll. There are other possibilities to make such thing work, but they are even more "strange" for me.

    currently I am still thinking about the distribution of the cultivation files. Basically I have 12 at the moment, corresponding to the squares in the picture. So I like to add each file to an airport in that area, having a size parameter allowing the sim to load the target area early enough. Sadly I managed it only to display cultivation everywhere in the area, if I add all the files in one tsc airport file, having the pictures of the buildings in a subfolder of this one scenery. If I split the toc files the splittet cultivation is not displayed, even if the size in each tsc file is bigger than the whole scenery. Only the part left in the first area gets displayed. It doesn't matter if i copy the buildings or not. Strange.

    I like to archive to have the buildings located in a central area of the addon folders and the differently placed tsc files having different civilisations with a relatively short size parameter, so not the whole area needs to be loaded. Well, at the moment I don't get this working.

    The buildings are the one from the download with the scenery example.

    ImportOGR|D:\AeroflySDK\OSM\oberpfalz-latest.osm.pbf|11.601563;12.172852;49.184961;48.840814|highway;landuse;building|NOREPROJ

    ImportOGR|D:\AeroflySDK\OSM\Excludes\ExcludeAll.kml|*|*|NOREPROJ

    AddAttributeIfInside|building="*"|FROMFILE="ExcludeAll.kml"|String;skip|yes

    AddAttributeIfInside|point="light"|FROMFILE="ExcludeAll.kml"|String;skip|yes

    AddAttributeIfInside|FTYPE="POINT" And landuse="forest"|FROMFILE="ExcludeAll.kml"|String;skip|yes

    UnloadFeatures|skip="yes"

    PlacePointsAlongLine|highway="motorway"|SINGLE|45;55|6;6|25|String;point|plight|hdg

    PlacePointsAlongLine|highway="primary"|SINGLE|45;55|6;6|25|String;point|plight|hdg

    PlacePointsAlongLine|highway="secondary"|SINGLE|40;40|4;4|20|String;point|slight|hdg

    PlacePointsAlongLine|highway="tertiary"|SINGLE|30;35|4;4|10|String;point|tlight|hdg

    PlacePointsAlongLine|highway="residential"|SINGLE|30;30|4;4|10|String;point|rlight|hdg

    PlacePointsAlongLine|highway="living_street"|SINGLE|30;30|4;4|10|String;point|rlight|hdg

    PlacePointsInPolygon|landuse="forest"|0.00025;0.00025|1.0;1.0
    CreateAF2Plant|landuse="forest" And FRAND >= 0.5|8;25|broadleaf

    CreateAF2Plant|landuse="forest" And FRAND < 0.5|10;20|conifer

    CreateAF2Light|point="plight"|0.9;0.8;0.7|5|0;0;1|10

    CreateAF2Light|point="slight"|0.9;0.7;0.5|3|0;0;1|8

    CreateAF2Light|point="tlight"|0.6;0.6;0.7|3|0;0;1|6

    CreateAF2Light|point="rlight"|0.9;0.6;0.3|3|0;0;1|6

    CreateAF2Building|building="*" And FAREARAT>0.7 And FLENGTH < 14|1|gable|residential

    CreateAF2Building|building="*" And FAREARAT>0.7 And FLENGTH >= 14 And FLENGTH < 28|2|gable|residential

    CreateAF2Building|building="*" And FAREARAT>0.7 And FLENGTH >= 28|3|flat|industrial

    ExportTOC|D:\AeroflySDK\scenprocsources\TOC|cultivation_oberpfalz_cell_1x1


    This is a kind of working script. You need to modify the red parts.