Alright:
Right click Ikarus, go to Export. Choose what profile to export.
Click into the box that shows up, above it says "Click into blah blah to automatically select blah blah". It should select everything. Hit control + c to copy all of that to the clipboard. Paste everything into Notepad and name it whatever you want.
To reimport it, place that notepad file into the "Profiles" folder of the Ikarus addon. Then log into the game and click import. You should see it listed in the filenames.
My Ikarus is very bare minimum but I adore it.
I've actually done that before and Ikarus doesn't detect it as a profile. Here's an example as to what the start of a profile looks like.
EXAMPLE:
return {
["targettargettarget"] = {
["GENERAL"] = {
["OFFSET_Y"] = 209,
["OFFSET_X"] = 927,
["VISIBLE"] = false,
},
},
["castbar"] = {................ blah blah and so on.
When I copy paste it to a notpad it doesn't do all the correct intentions like the one above. Mine just gets saved as one super long single line.
HOW MINE SAVES:
return {["global"] = {},["player"] = {["GENERAL"] = {["OFFSET_Y"] = 41,["OFFSET_X"] = 80]["SCALE"] = 1.33,},["MANABAR"] = {["BACKGROUND_COLOR"] = {["b"] = 0,["g"] = 0.058392487240041,
I'm pretty sure mine's not saving correctly for some odd reason. Any ideas?