Option for grid locationSuggestion
Hi All,

Has anyone had any luck adding the Grid location to info panel in addition to the Cordinates? I have seen this on a server before and have installed the Grid plugin, but cant seem to figure out how to populate info panel with the Grid api output.
Thanks for the idea, I'll work on it before I get too crossed tonight.
Been a long week, please don't expect an update tonight.

Merged post

Okay, got it done.
Thanks for the suggestion
This should have a toggle option since streamers are gonna get instant location shout outs* now.. unless they blur it out. ah it does nvm my bad
Before i install latest update i would like to know if it is an option or a hardwired change ? I prefer it as it (now) is with the X Z coords, The problem is that if it is not an option i will get what i dont want when there is another update as it will already be included.
I have been using this since 2015 long before FP decided it was time to catch up and add a map function.
I can make a config option, it's currently hardcoded.
5e8e906c6016a.png Default
I can make a config option, it's currently hardcoded.

Thank you for the very quick response, I will wait for that "update" , Have a great New Year

5b7d22c4ef71f.jpg pookins

Thank you for the very quick response, I will wait for that "update" , Have a great New Year

Oh of course, I just gotta iron out another error then add that for ya

5e8e906c6016a.png Default
Thanks for the idea, I'll work on it before I get too crossed tonight.
Been a long week, please don't expect an update tonight.

Merged post

Okay, got it done.
Thanks for the suggestion

@Default,  the addition you did, does it just set the cords to the Grid location?  Wondering if my config is just jacked up..    Was hoping for a "-X234  Y234  A5" type of thing maybe I didn't explain that? 

l0rdnic0

@Default,  the addition you did, does it just set the cords to the Grid location?  Wondering if my config is just jacked up..    Was hoping for a "-X234  Y234  A5" type of thing maybe I didn't explain that? 

AH okay, I was in the works of having it changable between old and new, so I'll add a third option for that. Thanks!

5b7d22c4ef71f.jpg pookins

Thank you for the very quick response, I will wait for that "update" , Have a great New Year

All done, added a new config option allowing you to choose the old display, the new display, or both

5e8e906c6016a.png Default

All done, added a new config option allowing you to choose the old display, the new display, or both

You sir are awesome!
https://imgur.com/a/HyyTau4

l0rdnic0

You sir are awesome!
https://imgur.com/a/HyyTau4

Glad ya like it, got a few kinks to iron out but it's all there and functional
Hey guys, not for lack of trying but where do you put the Coordtype setting in to make it work. I tried various spots in my config and just no luck. Please see my config below and help me out guys as I think it is a cool feature and would love to add it.

    "Coordinates": {
      "AnchorX": "Left",
      "AnchorY": "Bottom",
      "CoordType": 2,
      "Autoload": true,
      "Available": true,
      "BackgroundColor": "0 0 0 0",
      "Dock": "BottomMiddleDock",
      "FadeOut": 0.0,
      "Height": 0.88,
      "Image": {
        "AnchorX": "Left",
        "AnchorY": "Bottom",
        "Available": true,
        "BackgroundColor": "0 0 0 0",
        "Height": 1,
        "Margin": "0 -0.09 0 0",
        "Order": 1,
        "Url": "https://i.gyazo.com/09ba113164ce17560aafe1d9feb60add.png",
        "Width": 0.14
      },
      "Margin": "0 0 0 0",
      "Order": 1,
      "PanelSettings": {
        "RefreshRate(s)": "1"
      },
      "Text": {
        "Align": "MiddleLeft",
        "AnchorX": "Left",
        "AnchorY": "Bottom",
        "Available": true,
        "BackgroundColor": "0 0 0 0.4",
        "Content": "No Content",
        "FadeIn": 0.0,
        "FadeOut": 0.0,
        "FontColor": "1 255 0 1",
        "FontSize": 10,
        "Height": 1.0,
        "Margin": "0 0.05 0 0",
        "Order": 2,
        "Width": 1.1
      },
      "Width": 0.3                       
    },​
Nowhere there, in the main config.
{
  "CompassDirections": {
    "e": "East",
    "n": "North",
    "ne": "Northeast",
    "nw": "Northwest",
    "s": "South",
    "se": "Southeast",
    "sw": "Southwest",
    "w": "West"
  },
  "CoordType": 2,
  "Docks": {
    "BottomLeftDock": {
      "AnchorX": "Left",
      "AnchorY": "Bottom",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.165 0.005 0.005",
      "Width": 0.18
    },
    "BottomRightDock": {
      "AnchorX": "Right",
      "AnchorY": "Bottom",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.165",
      "Width": 0.19
    },
    "TopLeftDock": {
      "AnchorX": "Left",
      "AnchorY": "Top",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.005",
      "Width": 0.175
    },
    "TopRightDock": {
      "AnchorX": "Right",
      "AnchorY": "Top",
      "Available": true,
      "BackgroundColor": "0 0 0 0.4",
      "Height": 0.03,
      "Margin": "0.005 0.005 0.005 0.005",
      "Width": 0.29
    }
  },​
Oh ok, thanks dude.