Jump to content

Maverick87Shaka

ED Partners
  • Posts

    1347
  • Joined

  • Last visited

Community Answers

  1. Maverick87Shaka's post in DCS won't launch was marked as the answer   
    Did you try to clean the folder inside saved games?
    Make a test wiping the DCS (or DCS.openbeta) inside c:\users\<yourname>\saved games\
     
  2. Maverick87Shaka's post in How to move units? was marked as the answer   
    you can't move objects like teleporting it. You have to destroy the old one and spawn new units/groups where you want to be.
    If the problem is to leave unit where they are at the spawn or start of the mission, try to add:
    disperse under fire = off in the advanced task option:


  3. Maverick87Shaka's post in How will this affect DCS? AMD Officially Announces FSR 3; Will Support Every DX11/ DX12 Game was marked as the answer   
    From official newsletter, NVIDIA DLSS 2.0 is coming to DCS World.
    It was also the very first shoot of the 2023 & Beyond video:


    It's also mentioned that they will take a look at AMD FSR just after put in place the DLSS, but it's not really a planned feature so far, we need to wait further confirmation on this.
  4. Maverick87Shaka's post in Please help with this script was marked as the answer   
    You can only print string within env.info commands, so probably some of the variable that you're using it's a lua table, so you need a different approach to print a table in the log.

    Check DCS.log, it should tell you what was the problem and what is/are the variable that is causing the problem

    EDIT:
    Looking better your code, there is an error, you have another concatenate at the end but without anything after that.

    Change this:
    env.info( "V_TACS -- " .. who .. " has destroyed: " .. tgt .. ) to this:
    env.info( "V_TACS -- " .. who .. " has destroyed: " .. tgt )  
×
×
  • Create New...