Posted 25 August 2014 - 05:27 PM
Im making an in game NBS using the Iron Noteblock from Tobit's MoarPeripherals. And I can't seem to understand how to convert saved data files to NBS. The data files are in this format :
addedKeys = {
{
instrument = "Piano/Harp",
key = 3,
octave = 1,
page = 1,
pos = 11,
},
{
instrument = "Piano/Harp",
key = 9,
octave = 1,
page = 1,
pos = 18,
},
{
instrument = "Piano/Harp",
key = 11,
octave = 1,
page = 1,
pos = 33,
},
{
instrument = "Piano/Harp",
key = 5,
octave = 1,
page = 1,
pos = 33,
},
{
instrument = "Piano/Harp",
key = 3,
octave = 1,
page = 1,
pos = 23,
},
{
instrument = "Piano/Harp",
key = 6,
octave = 1,
page = 1,
pos = 19,
},
}
If anyone has knowledge on how to do so, please help