REL Posted January 11, 2009 Posted January 11, 2009 Hey guys I have added a new radio station to Beacons.lua but I can’t see or hear it. Can anyone explain what I am missing? There are my added lines: beacons[169]={} beacons[169]["name"]="1" beacons[169]["type"] = BEACON_BROADCAST_STATION beacons[169]["position"]={} beacons[169]["position"]["latitude"] = 44.375900 beacons[169]["position"]["longitude"] = 38.212300 beacons[169]["position"]["height"]=378.0 beacons[169]["position"]["course"]=0 beacons[169]["frequency"]=125775000.0 beacons[169]["power"]=1500.0 beacons[169]["modulation"]="AM" beacons[169]["path"] = "Radio1"
REL Posted January 11, 2009 Author Posted January 11, 2009 A short explanation will do as wall … I’ve tried to fallowed the instruction on this post (http://forums.eagle.ru/showpost.php?p=568728&postcount=21 ) but with no results .
EvilBivol-1 Posted January 11, 2009 Posted January 11, 2009 Did you create an appropriate folder ("Radio1" in your case) and delete the SampleDurationTable.lua file? - EB [sIGPIC][/sIGPIC] Nothing is easy. Everything takes much longer. The Parable of Jane's A-10 Forum Rules
REL Posted January 11, 2009 Author Posted January 11, 2009 Hello EB Correct. I am starting to think I have entered the wrong latitude and longitude parameters … I should get the exact position from the mission builder map right???
Zorrin Posted January 12, 2009 Posted January 12, 2009 Hello EB Correct. I am starting to think I have entered the wrong latitude and longitude parameters … I should get the exact position from the mission builder map right??? Nope you need to get the Lat/Long from in game using F11 view or similar. It varies quite dramatically to that of the ME's map. Eagles may soar, but weasels don't get sucked into jet engines.
Recommended Posts