Jump to content

mue

+MODDER
  • Content count

    394
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by mue

  1. Technical explanation: TK uses for decal texturing the "clamp to edge" (or rather its DirectX equivalent) texture wrapping mode. For more info see: https://open.gl/textures
  2. Of course for a switch it won't work. Thats why I wrote "3D objects [that] are not that much extruded", e.g. screws, nuts, bolts, grooves, ...
  3. Actually the whole rendering of a 3D scene onto a (2D) monitor is an illusion. If the 3D objects are not that much extruded it shouldn't make a big difference if the surface normals (for lighting computation) come from a normal map or from a detailed mesh.
  4. Thirdwire forum threads with post form TK were thankfully archived by the combatace user Do335. You can find the TW forum archive here: https://combatace.com/forums/topic/92272-third-wire-forums-no-longer-linked-on-website/?do=findComment&comment=745634 Regarding the question, if that aircraft systems are implemented, TK posted on 10 Dec 2009 the following: Well, I think the answer is No, please check the stock plane's data to see whats implemented. TK Maybe some of those systems were implemented after 2009. I don't know.
  5. Mi-24 book written by me

    Yes, I can recommend the Flugplatzmuseum Cottbus (Sorry, it seems the webpage is in german only). Very nice and friendly people there. I too had the chance to sit in the cockpit of this very Mi-24D. If interested, I can post some cockpit photos.
  6. Yes, a wiki would be a good idea. I know there is a lot of information in this forum and especially the Knowledge Base sub forum. But searching for specifics can sometimes be tedious. A wiki with more structured / linked / updated information would be an improvement. But I have no experience how much effort it is to setup a wiki. And I wonder how many modders are still around and willing to actually contribute to the wiki?
  7. Have you tested the TOD/terrain with the TargetAreaEditor? Are the TOD objects showing up in the TargetAreaEditor? Just to be sure that the TOD file is valid. Alternatively you can send me the TOD file and I will check it.
  8. How do you determined that limit number. Have you counted the objects manually that show up in the game? Do you know if the first 1000 objects of the TOD are shown and the later are discarded, or does the game pick 1000 objects that are shown randomly from the TOD file? I wonder, if it's a limitation of the TE or the game? Are the TOD objects showing up in the TargetAreaEditor?
  9. This Is Why You Research Things

    I like that comment someone made on reddit:
  10. The "xx chaff left" and "xx flares left" messages in AIRCRAFTTEXT.STR can be overwritten with 'space' characters. Then an empty line is displayed on the screen instead. You can use this already modified AIRCRAFTTEXT.STR file. Just copy that file into your <mod-folder>/Objects/ folder.
  11. The problem here is, that the model was exported without setting the option AllowDecals=True. With the option AllowDecals=True, your mesh can be as smooth as you like without getting decal bleeding problems.
  12. Thanks! I didn't know about the movie Zero Hour! before. After some googling, I found this: Zero Hour! is a remake of Flight into Danger (1956). There is also a german remake (1964): And another US remake (1971):
  13. From the Thirdwire forum (archive): Post by ThirdWire » Sat Dec 20, 2008 1:56 am: OnGroundPitchAngle is the angle the object is first placed, but once the object is placed, its final resting place depends on where your gears are and what their shock values are. So check your wheels data.
  14. Australia forest fires

    I didn't know you grew up in west germany. I always thought you grew up in east germany. I don't understand, what east german propaganda has to do with climate change? That's straw man fallacy. Of course you are allowed to say that 2+2=5. But if scientist then say that's incorrect because 2+2=4, that's not shouting down!
  15. Australia forest fires

    @Gepard you sound like the typical climate change sceptic . All of your climate myths are already debunked. e.g. here: https://skepticalscience.com/ Maybe the climate experts? 97% of climate experts agree humans are causing global warming. Source: https://skepticalscience.com/global-warming-scientific-consensus.htm and https://skepticalscience.com/empirical-evidence-for-co2-enhanced-greenhouse-effect.htm https://skepticalscience.com/climate-change-little-ice-age-medieval-warm-period.htm https://skepticalscience.com/surface-temperature-measurements.htm They believe they are right, because they are backed up by most climate experts and scientist. https://skepticalscience.com/mitigation-cheaper-than-adaptation.htm
  16. I love this community! @Nyghtfall Thank you for giving user support
  17. The LOD exporter isn't compatible with blender 2.80. They made a lot of API changes in 2.80. I haven't found the time yet to update the LOD exporter for the newest blender version. But the exporter should work in 2.79. You run the exporter via File->Export->Strike Fighters 2 LOD. In the User Preferences->Add-ons section the plugin is listed under Supported Level = Testing!
  18. View File Mues Toolbox In this package you find the current versions of my programs. Since all programs are using the same Qt and Microsoft Visual Studio libraries I thought it is convenient to put them all together. This package contains currently: LOD Viewer V0.5.2 Target Area Editor V0.2.2 (Updated) CAT Extractor V0.1.0 (NEW!) For usage instructions of the programs please read the readme files located in the Readme folder. Submitter mue Submitted 12/09/2015 Category Utilities / Editors  
  19. This guy is hilarious. Quite entertaining. I already had a laugh when he described the fighter generations
  20. He removed the link. His answer to my comment to his latest SF2:Vietnam Ep 43 video:
  21. It seems as he started his SF2 video series the Thirdwire store were down. From the description of his first SF2:Vietnam video: I think at this time he thought the SF2 games were abondoned. But later as the Thirdwire store were up again, although he now mentions that you can purchase the games from the store, he still provides the link to the illegal copies.
  22. I really like his videos. What I don't like is, that he provides a link to a download site where you can download illegal copies of all SF2 games.
  23. I'm curious what features FE has what SF doesn't have? Regarding flight models, I would think the (prop) FM in both games are (nearly) identical. Maybe the AI or campaign system is different? What else?
  24. The stall modeling in SF2 (e.g. the Stall*TableData) is still a big unknown to me. The regime between -AlphaDepart and AlphaDepart I mostly understand. Currently I'm implementing the SF2 P-51D FM in JSBSim/FlightGear. In the normal non-stall/non-departure regime it already "feels" quite similar to SF2. But I still have to run some validation tests. Yes, while sifting through the TW forum archives I noticed that back then there were several FM guys active. And according to the questions they have asked, it seems they know that they are doing. I think one guy was from avhistory.org and wanted to port CFS? flight models to SF.
  25. Since I had a look into the shaders I also extended the drawing distance for fading objects. The modified object shaders: Update V1.1: fixed incorrect calculation of object distances outside the view center. sf2_extfadingdistance_shaders_v1.1.zip -Copy the shader files (*.fx) into the Terrains\<terrain> folder. -Adjust the variables fadeStartDistance and fadeLength to your likings in the follwing code section of both shader files: float fade_with_distance(float FadeDist) { float fade_alpha = 1.0; //mue: distance at which the object still has alpha = 1.0 (full opaque) const float fadeStartDistance = 16000.0; //in meters //mue: fadeStartDistance + fadeLength = distance at which the object has alpha = 0.0 (full transparent) const float fadeLength = 3000.0; //in meters const float fd = FadeDist - fadeStartDistance; if (fd > 0.0) { fade_alpha = clamp(0.0, 1.0, 1.0 - (fd / fadeLength)); } return (fade_alpha); } -Set in flightengine.ini DetailMeshSize so that (fadeStartDistance + fadeLength) / terrain_tile_size < DetailMeshSize -Set in options.ini ObjectsFade=false -Enjoy your flight!
×

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..