Jump to content

RagnarDa

3rd Party Developers
  • Posts

    2020
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by RagnarDa

  1. Thanks! Is there anything else you notice when spawning that is different, like any avionics not working or something like that? What happens if you spawn at a different airfield, like Tonopah? Sorry for having to ask a hundred questions but it is really difficult to fix a problem that you yourself cant reproduce... :(
  2. I am working on it!
  3. Damn. Stab in the dark but could you also post your dcs.log? It's in SavedGames/DCS.openalpha/logs
  4. Could you try this for me: close DCS and start it again. Go straight to the Mission Editor and place a Viggen on a ramp-start on any airfield and run the mission without doing anything in between. Tell me if the problem persists.
  5. Omit the minus and the 100. So for the strip punch in 151022 360652 (=36°6'52"N 115°10'22"W)
  6. Yes return to AKTPOS and select LS if you are going to take-off
  7. Both of these issues have been fixed internally. Don't know when the update will be released.
  8. *** Official Caucasus mini-campaign for DCS:Viggen (BETA) *** Oops! Sorry! Edit: This campaign was intended as a stop-gap until the full campaign is done.
  9. This mini-campaign was supposed to be released with the Viggen but has unfortunately been delayed. It is the only campaign planned for the Caucasus region at the moment. This version is a older wip/beta/early release that will very soon be remade.
  10. Attention all brave Viggenites! This is a short campaign for the Caucasus region that you can fly by yourself or with a friend. It is assumed that you are already proficient with the aircraft (went through all the tutorials). *** This version is a older wip/beta/early release that will very soon be remade. *** Features: - 5 missions with different tasks including recon, strike and air-intercept. Known issues: - Most probably bugs. - I had a cold when I recorded the voice-acting. These will probably be redone. - Some missions might be too hard to win. Try to at least make it back to your base. Please report issues or other feedback in this thread. DCS AJS37 Mini-Campaign Caucasus.zip
  11. You can't move the cross when having the Rb75-mode selected and the cross shouldn't appear as far as I know. I'll look into it.
  12. Limitation with DCS unfortunately. IIRC a 5 minute start-up time is usually enough if you play single-player.
  13. ...aaaaand its fixed! :)
  14. Wow! What an awesome report!
  15. I've fixed this today. Thanks for the reports!
  16. Glad you liked it! :)
  17. For those of you that has really good sense of pitch you could try to practice recognizing the different radars using this: http://onlinetonegenerator.com/
  18. In what speeds do you experience this?
  19. Got it working! Thank you so much guys!
  20. My mission edition scripting skills is getting a bit rusty... I am trying to make a ground unit group dynamically move and use the roads on the way. How? Here's what I got now: local _mission = { id = 'Mission', params = { route = { points = { [1] = { action = 0, x = 684878.31512451, y = -285936.0, speed = 25, ETA = 100, ETA_locked = false, name = "Starting point", task = nil }, [2] = { action = 0, x = 688961.42410916, y = -283350.27609121, speed = 25, ETA = 100, ETA_locked = false, name = "Destination point", task = nil }, } }, } } local _controller = Group.getByName("TestGroup"):getController(); Controller.setOption(_controller, AI.Option.Ground.id.ALARM_STATE, AI.Option.Ground.val.ALARM_STATE.GREEN) _controller:setTask(_mission)Help greatly appreciated!
  21. Mbot, what type of bombs did you use in the screenshots? What where your bomb-interval setting? Good report btw!
  22. Not getting any points for kills is another drawback of the solution I choose to implement the Bk90s with. I'll get to reimplementing the old solution I had (the containers being large normal bombs instead) as soon as I can. I know I promised this before but everything always takes longer than you expect.
  23. This bug has been fixed but hasn't been released yet. The rearming-issue was a bit more involved than I thought. Sorry about that.
  24. Could you repeat the experiment with fuel regulator set to manual? It's on the right wall of the cockpit
×
×
  • Create New...