Jump to content

GeorgeLKMT

Members
  • Posts

    1737
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by GeorgeLKMT

  1. Some screens in this thread are shot with DoF active.
  2. Why wouldn't they ;) Nothing related to cockpit textures is changing.
  3. They're talking about unification of front end (which is main menu, editor etc.) and simulation itself... not mp/sp, although that could be unified now as well.
  4. Just not tommorow please, I have to recable my headphones, no time for games. Take your time ED :lol:
  5. We don't know, but I guess if everything's good, they probably still want to aim for september release... so that's two days. And everyone is always saying something, but only what's in the official announcement counts. :)
  6. I remember Wags saying that new grass will return... eventually. I'm not going to read ten thousand facebook comments to find the exact quote though :P
  7. I think there will be a ddos with all those people pressing F5 on monday.
  8. General availability.
  9. First stage is stabilization, second fires the gun (while keeping it stable). Theoreticaly you can do without the first stage and fire the gun right away, but in practice you'll probably want to place the pipper on the target, keep it there for a while while closing in and then fire. But you don't need a dual stage trigger for that, just two buttons ;) I have T16000 + CH combo and I like it. It lacks buttons in comparison to Warthog or CH Stick, but it's waaay cheaper and has twist stick, so it's a great option when you don't wanna spend too much. Only thing I have with the T16000 is that it wiggles in neutral position a little bit, so I have to set up a deadzone (although I don't know how other joys are and if every T16000 is like that... or it's just mine showing the age).
  10. Then I'll gladly learn what does paintkit means here. I've been painting aircraft for years now and literally every single layered PSD template was always called a paintkit, mainly in MSFS, where I started. Hopefully Wags will see this and clarify, now that we're on the same page. ;)
  11. I asked about that paintkit and I'm not sure if Wags understood me correctly... "Right now we're not planning on that because there's a software available of the shelf and we don't need to reinvent the wheel"* I'm asking about layered PSD paintkit... or template as someone might call it. THIS: http://www.digitalcombatsimulator.com/en/downloads/texture_templates/ *not the exact quote
  12. Well, I guess you can designate the target with your pipper and then overfly the target. Just like CCIP CR in Warthog. :)
  13. Right at the start it says the sounds were edited for cinematic purposes. :)
  14. Afterburner ON. Postcombustion in french.
  15. Euro Truck.. yup :lol: Still haven't found my house though.
  16. Grab the L-39C cockpit textures, open Photoshop, and get rid of that Cyrillic :book:
  17. No, there is not. Unfortunately. :)
  18. The way I see it, is that shadows are now being casted on less transparent surface, therefore are more pronounced. Can't really think of any solution to that...
  19. Ok then, about the flood light. I looked into that and there's no mask. It's a spotlight coded in LightSystem.lua. This is the piece of code that drives it: FloodLight_Thunderstorm.sources = { { lighttype = "spot", angle = cone_angles_1, direction = {azimuth = math.rad(0),elevation = math.rad(90),roll = math.rad(0)}, input = {0,1}, output = {0,1}, color = color_default, attenuation = attenuation_default, connector = "PTR-CNP-FLOODLGT-L", --projection_texture = "Bazar/A-10C/Model/Textures/spot_mask.bmp", --projection_texture = "Bazar/A-10C/Model/Textures/spot_mask.tga", --position = {0.25,-0.35,-0.35} }, { lighttype = "spot", angle = cone_angles_1, direction = {azimuth = math.rad(0),elevation = math.rad(90),roll = math.rad(0)}, input = {0,1}, output = {0,1}, color = color_default, attenuation = attenuation_default, connector = "PTR-CNP-FLOODLGT-R", --projection_texture = "Bazar/A-10C/Model/Textures/spot_mask.bmp", --projection_texture = "Bazar/A-10C/Model/Textures/spot_mask.tga", --position = {0.25,-0.35,0.35} }, } It's possible to move the light so it doesn't shine on the windscreen, with direction or cone_angles_1 parameters. But then of course, you're changing how it illuminates the whole cockpit. You can lower cone_angles_1 for example, making the light cone tighter.
  20. What advanced approach? There's a texture on the windscreen. If you change the color or the alpha intensity of that texture, you change the color of the windscreen. But doing that, you introduce green lighting on the glass at night. So the solution is not making the texture yellow (it's not green with the default color and you discovered that it's not green with red glass either)... but then you won't have yellow windscreen. There would be a solution if there was a separate texture for flood where you could mask the area in alpha for example. But there's not.
  21. Making it yellow makes it green at night with the flood on. But you have to make it yellow if you want yellow glass during the day. So pick one: - Yellow windscreen - Transparent flood lighting ;)
  22. Does this mean we'll get to choose whether we want that F-15 or A-10 campaing?
  23. Only the DIVERT on the NAV page. It shows a list of airports with the one on top being the closest, and you can see the runway info and frequencies there. Not the runway heading though, that's why I always fly with smartphone for pdf charts and checklists.
×
×
  • Create New...