-
Posts
615 -
Joined
-
Last visited
About buur
- Birthday 09/27/1976
Personal Information
-
Location
germany
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
buur started following Kindly requesting a placeable ILS , RSBN/PRMG-Bodeneinheiten , RSBN/PRMG ground units usage guide and 3 others
-
hast du den historischen Filter an? Mach ihn mal aus. Und sonst sind die wie beschrieben unter Unarmed→RSBN car
-
Hi guys, here a small script to determine the exact heading of the runways. Simply execute in a DO SCRPT trigger and change the airport name in the first line. Think could be helpful for the exact alignment. myAirbase = Airbase.getByName("Pferdsfeld") rny = myAirbase:getRunways() name = myAirbase:getName() if rny then for j = 1, #rny do local bearing = rny[j].course * -1 degree = bearing*180/math.pi if degree < 0 then degree = 180+ degree end antidegree = degree + 180 if antidegree > 360 then antidegree = antidegree -360 end rnyname = rny[j].Name local text = string.format( '%s runway %s heading: %.2f ; anti heading: %.2f',name,rnyname,degree, antidegree) trigger.action.outText( text , 20 , false) end end null
-
and now for ICLS and ILS
- 34 replies
-
- 10
-
-
ok, NTTR is relative easy cause that the US had good data sources for aeronautical data. If you need the beacon data from DCS I have a script for a quick read out.
-
I'm interested in map making for DCS and therefore your scripts could be very helpful. Are you willing to share them? And yes we shouldn't hijack little nose thread...
-
This is one reason to give the users the ability to add custom waypoints or procedures. It is to much work for a small developer team to build reasonable procedures. That must be done by the community. Also other maps have failure. And think about maps like Normandy. Those airfields doesn't exist anymore.
-
You are also thinking about procedures? Like SID, STAR etc?
-
as long the users can add their own waypoints missing actual database should be no problem. Or simply add the ones from the NS430
-
JTAC reports wrong coordinates
buur replied to Supernova-III's topic in Ground AI Bugs (Non-Combined Arms)
@Supernova-III one additional point: Your orbit task blocks the AFAC task. You have to delete it for work. This is a working configuration: null -
JTAC reports wrong coordinates
buur replied to Supernova-III's topic in Ground AI Bugs (Non-Combined Arms)
on the given coordinate are a lot of troops. Please see attached picture null Your assigned taget position is on MGRS GRID: 36 S WE 03528 04281. See next attached picture You can reach FAC -a on 133 MHz Am. The assigen Group FAC is on 257 MHz. Delete FAC -a and adjust radio frequency -
JTAC reports wrong coordinates
buur replied to Supernova-III's topic in Ground AI Bugs (Non-Combined Arms)
ok, see your problem. Your first entry in the Advanced (Waypoint Actions) table is FAC -a. This is an enroute Task where the FAC looks freely for targets and he has chosen the target with above coordinates. Your FAC - Assign Group("Ground 1 ") command is number 5 in the list. If you want the FAC only assign the "Ground 1" you have to delete the first entry, the FAC -a -
ok, 14000 F10 screen shots is a lot Is there a way to automate it? And with the same technic you should be able to get the road network of a map via the altitude map in the mission editor. Make pictures with roads switch on, and roads off. Subtracts them and the difference is the road network. (or rivers or towns or electrical power lines)
-
JTAC reports wrong coordinates
buur replied to Supernova-III's topic in Ground AI Bugs (Non-Combined Arms)
checked your track and the coordinates reported by JTAC are correct. WE02530543. Try a slow repair, maybe a file broken. Your uploaded Mission is missing a JTAC. -
That sounds interesting. How many time needs this process?
-
and please add also ICLS. And yes, there are mobile versions