Jump to content

reptile92

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by reptile92

  1. fyi, i received mine without any issue in december.
  2. No issue to center, as long as you put the max spring strength (50+40). I use the cam provided with the gunfighter base in december 2019. Not sure of the name. I’m very happy with the F18 grip on vkb. Same as the warthog base. I swap depending on my aircraft. And using the 20cm extension
  3. you can also look at set_client. depend what you need. a set with filterstart is automatically update when a new object meet the filter requirement
  4. For debug, do the group:findbyname in the scheduler function. Just to test if the issue is global function or the fact the group cannot be instance (my opinion sound like Habu one, issue on this group. However, late activated is not an. issue for a find)
  5. What are the 3 smal line in the middle ? looks like a wrong synthetic landing
  6. the result of spawnscheduled is a spawn object, not a wrapper.group. You should set an alias, and search for it, maybe through a set_group search by prefixes
  7. Had same issue on my MP mission. I’ll test your solution.
  8. Got mine yesterday! The best setup is tm grip + vkb gunfighter !
  9. I’m not from vkb, but here is my setup. It is ok. Just put the max authorized springs to hold the weight of the grip: 40+50 if I well remember. Have a look on vkb forum, there is a thread about this.
  10. I’m using VSPX... OK, I’ll test the other command, and will still open manually the kneeboard.
  11. I’m struggling with a kneeboard issue. I’m up to date on both Vaicom / VA I have done the FINISH step I trained the Voice Recognition for « Kneeboard » keyword When I say « kneeboard » I have a message in the Vaicom windows / log : «Unrecognized: ‘kneeboard’ » I do not know where to look at to solve this
  12. It is not the good explanation. So still searching hte root cause :/
  13. I'm using a VM on Azure to host a dedicated server. On each VM reboot, I loose the login/pwd info, and have this in dcs.log Is someone have a clue, it would be great
  14. you can try through the option menu. it is usable in MP
  15. I’ll add that moose doc+sample mission are a good reference to understand how things work
  16. Here an example I use for player to ask a spoecific tanker route. I got a Group, named "AAR Circuit", with a route setup. the group is "late activated". this is the template. Not used in game, just used to create the route with waypoint (and waypoint task, enroute task, etc...) Then I search for the "real" IA group I want to modify the route, named "Texaco" , and setup the route here is the code TemplateRoute = GROUP:FindByName( "AAR Circuit") -- Retrieve the wrapper.Group object, used as template GROUP:FindByName( "Texaco" ):Route(TemplateRoute:GetTaskRoute()) --Copy the route to the IA group called Texaco To use this code, you need to load moose file. You can find more details here, go directly to 6.2) Create your first Mission file If you need more detail, don't hesitate, I'll explain more. As you can see, the guys from Moose have done a great job, and a complex thing as copying route turn to be quite simple. Unfortunatly we can dop this on Player/client object :(
  17. if the groups are AI, then yes, through script, using Moose. With AI, you can setup a route from a template. Let me know if you need help, i’ll copy paste some code i’ve got.
  18. same for me. from 25fps to 45fps average on 1hour flight. I maxed out all settings, except msaa x2, no heatblur. I also use the shadow parser optimization from kegetys too.
  19. Have a look on Moose, there is a RescueHelo class that does exsactly what you need. Pretty easy to setup, and the docs/test mission are self-explainatory: Moose Rescue Helo
  20. vkb, gunfighter/f14/kg12, depends of your favorites planes. Definitively a great one
  21. found the root cause.... I deleted autoexec.cfg and recreate it...
×
×
  • Create New...