I cannot figure this one out at all. I read numerous forum posts, most of which dont apply now 1.01c is out. here is my Beacons.lua segment for new station.
["Mayak"] = {
name="Mayak",
type = BEACON_BROADCAST_STATION,
position = {
latitude = 44.744348,
longitude = 40.093099,
height = 220.0,
course = 0
},
frequency = 125675000.0,
power = 1500.0,
modulation = "AM",
content = {
[1] = {
startTime = 0 * 3600 + 0 * 60 + 0,
period = 30.0 * 60.0,
priority = 1,
sources = {"RadioMayak\\!RadioMayak.wav"}
},
[2] = {
rand = true,
cycled = true,
interruptable = true,
priority = 1,
sources = { "RadioMayak\\Music/" }
}
}
},
["Senaki"] = {
name="Senaki",
type = BEACON_BROADCAST_STATION,
position = {
latitude = 42.235277,
longitude = 42.045555,
height = 21.0,
course = 0
},
frequency = 125675000.0,
power = 1500.0,
modulation = "AM",
content = {
[1] = {
rand = true,
cycled = true,
interruptable = true,
priority = 1,
sources = { "RadioSenaki\\Music/" }
}
}
}
} I put a comma after Mayak section and added Senaki. The music inside Music folder is atm only 3 files in .wav stereo @ 705Kbps
is there any other files that need to be moded or is this the only one. on an earlier attempt in the temp folder error.log i saw this line Dispatcher::Can't execute Lua file Scripts/Aircrafts/ka-50/Cockpit/ARK\ARK_MAIN_page.lua - Scripts/World/Radio/Beacons.lua:1: unexpected symbol near 'ï' now I could not find that symbol or anything but is that the problem?