Jump to content

mue

+MODDER
  • Content count

    403
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by mue

  1. View File LODViewer This is the newest version of the LODViewer. New features: -decal support -display of collision and pivot points -added transparency and wireframe display mode -user definable background color -view manipulation via keyboard -64 bit application -uses the OpenSceneGraph library and Qt 5.9.5 Install instructions: Extract the content of the zip package to a convenient location. The LODViewer depends on the Microsoft Visual Studio 2017 C++ libraries. If not already installed on the computer (e.g. by other applications) it has to be installed by running vcredist_x64.exe (you can find it in the redist subfolder of this package). Have fun! And report bugs Mue Submitter mue Submitted 06/06/2019 Category Utilities / Editors  
  2. As streakeagle wrote: "Flight Gear is open source. What it doesn't have, can be added." Of course, FlightGear is mainly a civilian flight sim and the core (C++) developers are not that interested in combat stuff (means they won't implement themselves), but a C++ skilled combat flight sim fan can of course do it. Besides, there exists already a combat "addon" for FlightGear: Bombable. It's implemented in FlightGears own scripting language "NASAL". But I haven't used it myself yet. There is also a military flight sim community: http://opredflag.com/. I think they use special adapted aircraft and the normal FlightGear multiplayer network. Via my LOD file loader plugin, the LOD files can be read directly without conversion. Sorry, I don't understand that?
  3. I've never experienced anything like that yet. Have you updated your graphics card driver? What are your system specs?
  4. Poor TK. Now he is getting flak from the mobile faction: Source
  5. The main effort was in the reverse engineering of the lod format. But if someone knows the lod format (he can start with my blender exporter plugin, it's written in python and should be more or less understandable. But beware: around 10% of the lod format are still unknown to me) and he is experienced with writing 3ds max plugins, I think it should be possible to write a new exporter in 1-2 weeks (40-80h). Depending on the wage rate it will maybe cost you around $3000 - $6000.
  6. Correction: the blender exporter does support animations. But note: The exporter is written for blender version 2.78/2.79. It isn't updated for the new blender version 2.80 yet.
  7. I didn't want to sound too negative. Anyway, I contributed some $. Maybe it helps...
  8. In principle I like the idea of crowdfunding. But in this case I wonder... 1.)...why TW started a "Keep It All" campaign instead of a "All or Nothing" campaign, since the goal of $25K was already stated? 2.)...why the Windows 10 update is so expensive? I thought the games (unsupported) run already on Windows 10. Is the update to DirectX 12 really necessary? I think Windows 10 supports DirectX10 quite well. 3.)...why the campaign is only two weeks long? I really doubt, that the $25K can be reached in this time.
  9. Version 0.6.3 was uploaded. Changelog: Version 0.6.3 -bugfix: selection of nodes without material crashed the program
  10. Thank you baffmeister for your infos, explanations and tests. I still wonder when exactly the stall tables "kick in". When alpha > AlphaMax or alpha > AlphaDepart? My guess is the latter (alpha > AlphaDepart). I also wonder how is the Drag handled between the end of the CDLAlpha table and when the stall table kicks in (AlphaMax or AlphaDepart) in cases were AlphaMax and/or AlphaDepart are greater then the end of the CDLAlpha table. Maybe the CDLAlpha table is then extrapolated (linear or constant)? Regarding the abscissa of the stall tables: First I thought it's alpha. But maybe it's delta alpha, i.e. the difference to AlphaMax (or AlphaDepart). Because the tables have (modifier) values of 1.0 (or near 1.0) at angle = 0 degrees. I assume the modifiers are factors for the lift and drag values at AlphaMax (or AlphaDepart). If the abscissa would be alpha (and not delta alpha) were would be a "step" in the resulting lift and drag graphs when the stall occurs, because the (modifier) values then (at AlphaMax or AlphaDepart) are quite different to 1.0.
  11. No, those free download links are all illegal. Please buy the strike fighters games from the official thirdwire store!
  12. Track IR and FE 2

    The original values you can find in the original <aircraft>_cockpit.ini files. Note: Not all <aircraft>_cockpit.ini files contain those data. I think most stock SF2 aircraft do not, but most (all) FE2 aircraft do. If the data are missing I _think_ the game uses 0.0 as limit, that means no lateral head movement. The values describe the allowed minimum/maximum lateral head movement in meters. Unfortunatelly IMHO the trackir implementation of the lateral head movement in the game is not fully correct. Because if you change those values, besides changing the movement limits it also changes the movement scale. IMHO the movement scale, i.e. how much real head movement translates into virtual head movement, should only be defined by the trackir profile and not by the game.
  13. Track IR and FE 2

    To allow larger lateral head movements the following entries in the [CockpitSeat001] section in the <aircraft>_cockpit.ini can be changed: MinMovementX=-0.1 MaxMovementX=0.1 MinMovementZ=-0.1 MaxMovementZ=0.1
  14. With a little trick you can view ALL lods contained in the cats: Create a fakeaircraft.ini that contains the following lines: [LOD001] Filename=Meteor8_pit.lod <--- insert lod file name here By opening this fake aircraft ini the LODViewer shows the referenced lod. The meteor clock node name is "face_clock":
  15. Fantastic pics! ... Now I have to watch "The Bridges at Toko-Ri" and "The Hunters" ... And then maybe I'm motivated enough to start a long, long, long, long-time project of a Korean Air War flight simulator game using the FlightGear engine and maybe SF2/KAW mod assets...
  16. Maybe it helps to switch to orthographic projection by switching off the perspective projection. Have you tried the side (left/right) views. And then to pan the view either with mouse (shift + left mouse) or keybord (shift + arrow keys)? You can also set the view control "sensitivity" in Extras->Settings->Control.
  17. Setting Options->Gameplay->Fuel Usage to "Easy" gives you unlimited fuel.
  18. I think if the Stall* tables are missing the default ones from AIRCRAFTOBJECT.INI are used. Because I want to reverse engineer the TW flight model to (re)implement it with JSBSim for use in FlightGear I have to use a more "academic" approach: I bought a copy of Modern Combat Aircraft Design and Aircraft Control And Simulation to learn the needed know how about aerodynamics and flight model simulation. Together with the TW forum archive and this forum I then try to reverse engineer all needed formulas. I think the *Speed= entries under [FlightControl] are only relevant for the AI.
  19. Ok. For Drag you can extend the CDLAlphaTable. But how do you define Lift at post stall condition (alpha > AlphaDepart)?
  20. Question for the FM experts: What does the chord value in the wing sections of the aircraft_data.ini mean? How is it used in the FM?
  21. Thanks for the link. Unfortunately "Chord=" is not described there. I already searched my TW forum archives, but didn't found anything.
  22. I know the definition of chord. I wanted to know what the chord values in the aircraft_data.ini means. As far as I understand for the pitch moment calculation the ReferenceChord value is used. TK wrote: Therefore in my opinion the extra chord values don't make any sense. What am I missing here?
  23. Here we go again...these wish lists pop up regularly every 1-2 years... Let's face it: TK won't expand SF2. Even if he does he has his own vision and wouldn't consider these wishes. Therefore, if you want new features, you have to do it yourself! Multiple options here: Extending the SF2 game engine: Because of non-access to source code, you have to "hack" the binary. -> In my opinion not viable. Waiting for the release of the source code. -> Will never happen! Write you own combat flight simulator: From scratch. -> Too much of an effort! Use/modify existing (open) source code. -> A little less effort than 2.1.) I'm a big fan of the open source flight simulator FlightGear. It has already the following features: world wide terrain weather FDM engines multiplayer rudimentary combat support via addons (e.g. Bombable,...) ultra flexible It's only missing some minor things as game play, dynamic campaign, AI, .... Anyway, I'm currently experimenting with converting SF2 aircraft to be usable in FlightGear. Maybe thats a start...
  24. Of course is a 32-bit version possible. But as I wrote I have to find the prebuilt dependency library package for 32-bit (unless I build those libraries myself). Maybe I can find them somewhere. BTW. Do you know that you can run most 32-bit programs without problems on 64-bit Windows? Most likely you don't need a 32-bit Windows to run your old 32-bit programs.
×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..