Jump to content

gunterlund21

Members
  • Posts

    1012
  • Joined

  • Last visited

Posts posted by gunterlund21

  1. On 7/16/2021 at 11:54 PM, gianlu320 said:

    For what regards the hand tracking of the hands yes I think it's also the chair that blocks the camera but in my opinion this is because the hands are rendered too high compared to where they should be so you need to lower your hand a lot to be able to reach the side consoles and this is why the hand tracking is lost because you continue lowering your hand and at a certain point like you said the chair or the hotas will mask the tracking.

    And as you said a calibrating functionality would be great, this would solve all these problems or simply a reset vr hands view function similar to our current Vr view reset.

    With the VR view reset we have in dcs now we can not only recenter the view but moving forward or backward and recentering we can have our cockpit closer to us or further away.

    It would be great to have a feature that works in a similar way for the hands only.

    Would be great to know other people thoughts , ideas on this..

     

    Im in complete agreement with this. We need a way to calibrate the hands. It seems like every time I go into this something is different with the hands. Sometimes all the fingers move like real hands, usually they dont, once I had the laser pointer coming out of the middle of the back of the left hand. Also need a way to release the hand from the stick or throttle when they get locked on. Dont want to fly the jet with the AI hands.

    • Thanks 2
  2. 1 hour ago, Admiral189 said:

    Thanks Toan! That's amazing.  That's a really good battle group! The USS America will be great asset once i'm finished! 

     

    Once i get the landing light animation completed. It shouldn't be long after that for release!

     

    The harrier couldn't take off with the 300 gallon tanks. 

     

     

    Admiral the harrier couldnt do a rolling start?

     

  3. 1 hour ago, Admiral189 said:

    Hey Gunter!
     

    Can you elaborate on the rolling start with weapons? Later today after work. I will test the aircraft with weapons loaded!

     

    Also, do any of guys fly harriers or the F-35? Thanks! 

     

    Hi Admiral, if the jet has a weapons load the normally cannot take off vertically. They need to use the deck as a runway to launch. The AI would be able to do that. I do fly the harrier in game. if you need testing let me know. 

  4. Gromit I wanted to show you how Im using this awesome script. Ive created a library of routes in my battle area that I can call using Moose Functions. One would look something like this;

     NWRoute = gws_Setup:new()
      :setCountry(country.id.USA)
     -- :addBaseZone("Battlefield Base")
      :setSpeed(10)
      :stopUsingRoads()
      :addControlZone("Dywayminah")
      :addControlZone("Bir Muwaylih")
      :addControlZone("Nasriyeh")
      :addControlZone("Shu ayb Dalaq")
      :addControlZone("Al Dubriyah")
      :addControlZone("Abu Susah")
      :addControlZone("Harmalah")
      :setAdvancementTimer(300)

     

    When I spawn in units with the right prefix using the moose warehouse system I can send them on the select route using NWRoute:scanUnits("Co3"). So depending on how the battle progresses I can change the flow on the fly.   Awesome work on this. I Hope you continue to develop it. 

     

    • Thanks 2
  5. 6 hours ago, gromit190 said:

    Hey guys,

     

    Sorry for being so afk. Been really busy lately with house remodeling and taking care of my kid.

     

     

    I guess in theory it could be anything, but when testing this I used a couple of buildings.

     

     

     

    Short answer: no. Long answer: it depends. Usually (unless you scripted otherwise), "scanUnits" is triggerred on mission start. So only the units that are present when that happens will be used. But for staging, you could send units to the staging area and they will be used if they match the type that is used for reinforcements.

    Ah so spawn them into the BASEZone correct?

    Quote

     

     

     

    No. Keep in mind that you need to use setSpeed before using addControlZone etc. Maybe you could post your script where the error occurs?

    This worked. Is speed in KM or MPH?

    Quote

     

     

     

    That should be an easy fix. I didn't consider that when I coded scanUnits. Will fix this.

    You da man!!

    Quote

     

     

×
×
  • Create New...