Jump to content

SiR R.i.P.P.E.R.

Members
  • Posts

    11
  • Joined

  • Last visited

  1. SimWorks Studios F-4B for FSX Hello! We're a newfound group working on an F-4B Phantom II for FSX, with TacPack capability. We will be starting a closed beta soon and are looking for testers. Anyone interested, drop us an e-mail at simworksstudios@gmail.com. Ex F-4 drivers and testers with proven experience will have a priority in the selection proccess. Until we launch our webpage, you can follow our updates here: http://www.facebook.com/SimWorksStudios and here:
  2. Personally, I'm only interested in a cockpit to fly in. Being on my own and with a daytime job, it'd be nearly impossible to complete an aircraft module on my own. However, a fully-fledged F-4 would be of interest to me too.
  3. I'll start with ICE, but I might do both, eventually.
  4. I've started working on my first project, a cockpit model for the F-4. It has a lot of strange areas to nail, it's going to be a tricky one. I have not decided on the variant, though. Should I make the F-4F ICE version (Germany), or the F-4E AUP (Hellenic Air Force)? I like the AUP version better because of the MFDS and ICP under its HUD, however it would be unfitting when we only have a German livery. BTW, if anyone wants to help out with textures or coding the thing, PM me. For now I'm using instrument photos to texture it.
  5. +1, but I don't have the time to make one. IDK though... BTW, is anyone able to lend a hand with that? I have made models for MSFS, but I have to get to grips with DCSW
  6. I remember that thing about LOMAC, that's why I asked. So, I can make the default F-4 of DCS flyable and specify my custom cockpit to be used with it, right?
  7. Is it possible to add a cockpit to an existing model? I'd be very interested in modeling an F-4E cockpit; I don't want to model the exterior though.
  8. I know, but testing on a smaller scale, with some simplifications in detail, would be interesting.
  9. Considering the weather is calculated in detail only in the immediate area, up/downdrafts can be calculated anywhere. The mountains' landmass only adds more parameters, but it should be very doable.
  10. When in the university (a couple of years ago), I was interested in making an analysis system that would model the oceans in a large scale, by calculating the fluid properties depending on variables such as local temperature, winds, salinity and generally parameters that define the fluid motion. The interesting thing is that once you definded the fluid's basic properties and local temperature and sunlight exposures, it would "live on its own". It's an idea I find interesting, but didn't have time to develop. The oceans would be divided in large cubes of 10x10x10km with those general properties, and then a calculation would occur to define the fluid mixing, flow direction, temperature, density and salinity layers, surface waves. After the calculations, the program would divide the 10x10x10km cubes in smaller ones of 1x1km and recalculate, based on the results provided by the 10x10km ones. After the detailed 1x1x1km calculations, the results would be re-synthesised and the 10^3km cubes would be updated. In a game engine, that would mean a huge power consumption to do in real time. Considering though that a sort of LOD system is already in place, the world would be calculated once via this algorithm, then updated as required locally. Since the player cannot notice the difference of sea water currents when in 10ft or 10000ft ASL, it wouldn't mean much to them. The thing with it is that the same algorithm can be used for weather generation. Since the atmosphere is basically a layer of fluids interacting with each other, depending on solar energy output, density, humidity and many other parameters, a similar pattern could be followed. Dividing the atmosphere in cubes of the same area, but different height would allow for a layering of the atmosphere, while keeping the interaction area between layers the same. Using a "stack" pattern, the cubes would allow an interaction with the 6 layers to the top, bottom and 4 same altitude sides of the box. Instead, using a brick wall pattern, where each block corners borders with the middle of the upper layer ones, would allow fluid mixture between the box and: 4 upper layer boxes, 4 lower layer boxes, 4 same layer ones After all weather boxes are calculated, they're then normalised so that the weather doesn't have great variations between boxes when going from one box to another. That could be achieved by using mean averages between bordering boxes globally, to achieve uniform changes Depending on the local box's characteristics, you could decide whether or not clouds, turbulence or rain have a probability of developing. If the probability is going high, then the box can be subdivided in real time and the forming of such phenomena can be made to appear. Of course, when such weather phenomena appear, the probability of the phenomenon appearing in the bordering boxes has to be calculated too. This way, you can have an atmospheric layout of many large boxes containing general atmospheric properties, and reduce frequent real time calculations to the areas where the phenomena are expected to appear. These calculations can be done in real time, or in advance in the general vicinity of where the player aircraft is expected to appear. The rest of the global weather can be updated based on the detailed area, on a basis of once every 10-15 minutes. Of course, since fighter jets travel slightly faster than donkeys, that range of detail would have to be an area that the jet can't travel in a time less than 20 minutes (add +5-10 minutes to allow for weather preloading). The ocean and atmosphere system can be further combined to create a more believable environment, where the 'sphere and ocean interact and the weather is recalculated if the sea warms up locally, or a water current changes speed or direction. With air-landmass interaction, things would be much simpler, as landmass properties are far less in quantity and dynamics than sea characteristics. So considering that combat simulators take place in limited environments of 100x100km to 1000x1000km theatres, the feature could be implemented with some success. The general water and atmosphere features should be hardcoded to the engine, and the user would be able to change the temperature and time of day and see a weather pattern evolve, during the course of a campaign. Of course, the used should be able to select what type of weather he should have in custom missions, but that would have to be done via an FS9/FSX style weather menu, to allow for editing the local weather's general properties. The weather system would then select from a range of parameters to allow for the weather to exist and develop. I think that such a tech would make for long loading times, and would certainly require a CPU core of its own to work without killing the FPS. That's it, I think I baffled enough anyone that was curious to read this. Curiosity killed the cat
×
×
  • Create New...