Jump to content

Tanuki44

Members
  • Posts

    596
  • Joined

  • Last visited

Everything posted by Tanuki44

  1. Hello, I'm starting to model with Blender and I have a problem with the colors. The colors I choose in Blender appear very different in DCS, in general much clearer and the lighting removes the relief of the mesh. Can anyone help me? Thanks
  2. Small Mod to add the pilot and co-pilot. Caution! these models are static and do not follow the movements of the controls. The textures are basic, I'll try to provide the UV Maps as soon as I figure out how to export them... The display choice is in the ME just like the other options UnitPayloads. Read the installation file in the zip. https://drive.google.com/file/d/1DvrOTnztI17RNPlgJ0iaNdbDiV9lR9jb/view?usp=sharing
  3. Réessayez, j'ai modifié les droits
  4. UH-60L v1.2 - Guide in french, available https://drive.google.com/file/d/1bgc727C4SDysDyRaj7gzmdOgOLQX82Gz/view?usp=sharing
  5. UH-60L V1.2 Guide in french, available https://drive.google.com/file/d/1bgc727C4SDysDyRaj7gzmdOgOLQX82Gz/view?usp=sharing
  6. The AH-6 has no AI gunners...
  7. Probably never, for the arming, it is necessary to have the SDK of ED, Mod makers does not have access to it.
  8. In a : declare_loadout({ category = CAT_PODS, CLSID = "Object", .../... }) I define an object that I then attach to a connector via a 'pylon'. pylon(5, 0, 2.7, -2.1, -0.62, -- Y longitudinal, Z élévation, X transversal { use_full_connector_position = true, connector = "pylon5", DisplayName = "Object_Name" }, { { CLSID = "Object", -- arg = 16, -- not fonctional -- arg_value = 0.130, -- not fonctional }, } ), My concern is that the correct form of 'Object' is linked to an arg (16) and its value (0.130), argument of the object and not of aircraft. I don't know how to set this argument by default Any help would be appreciated , Thanks
  9. Just for information (perhaps already given ...) I don't tested about airplanes, but helicopters go through elevators But it is true that it is a very old model.
  10. However, if you really want to bottom right (for the Huey): Here is the line (the last) : -- base.init_pos = {0,(1 - 1.3*size)} -- Left Top -- base.init_pos = {0,0} -- Left Center -- base.init_pos = {0,-(0.99 - 1.3*size)} -- Left Bottom base.init_pos = {aspect*2 - (size*2 + collec_shift + rud_shift +3.0*line_width + ds) ,-(0.99 - 1.3*size)} -- Right Bottom
  11. The files for the Huey and the UH-60L are different, if you want to put the panel at the bottom right, it will be in overlay with the crew panel How do you see the display of the two panels?
  12. Did you take the attached file? Is this line the only one that is not commented on? base.init_pos = {(aspect - size),-(0.99 - 1.3*size)} -- Right Bottom
  13. As I did for the Huey, a small modification of the controls indicator : Position, transparency and size reduction. just change this file lines 34 to 37, possibility to change the location --base.init_pos = {(-1*aspect + 1.5*size),(1 - 1.3*size)} -- Left Top --base.init_pos = {0,-(0.99 - 1.3*size)} -- Center Bottom --base.init_pos = {(-1*aspect + 1.5*size),-(0.99 - 1.3*size)} -- Left Bottom base.init_pos = {(aspect - size),-(0.99 - 1.3*size)} -- Right Bottom ControlsIndicator_page.lua
  14. Déjà pour la transparence vous pouvez changer la ligne : base.material = MakeMaterial(nil,{255, 0, 0, 100}) 255 est le rouge 100 c'est la transparence et met : base.material = MakeMaterial(nil,{0,0,0,40})
  15. I had made this for the Huey: I'll see if I can transpose it for the UH-60
  16. This version replaces MMJOY2 [v20161101] which was apparently buggy? Do you know the improvements over MMJOY2[v20160818upd1]?
  17. We can't see everything, the activity on this Discord channel is intense
  18. I can confirm that deleting the entry in the first binding, that's works.
  19. Following the info from SpaceEnthusiast on discord
  20. Yes, available on Google Drive, https://drive.google.com/file/d/1LS74t0zTjRhkTex2gr2CDTuMtqHHQYPG/view?usp=sharing
  21. Information: I translated the UH-60L Guide into French as PDF format, not being a discord fan, I don't know where to upload it. I posted the info on discord, but no answer on the availability... See my next post
  22. Strange, it works at home https://www.myqnapcloud.com/share/7397jijk7p84o29sw9yx29yd_12hfjk5hn8392684rv2x76x3ba92075h#/home/DCS/DCS_mods/dcs 2.7
×
×
  • Create New...