Live Map 2nd monitor support - this guys hard work should be getting more air time

Discussion in 'PlanetSide 2 Gameplay Discussion' started by Tactical Violence, Mar 2, 2013.

  1. Tactical Violence

    I spotted this thread a few days ago and forgot to book mark it. I then spend frikkin ages trying to find it again via google with all sorts of search entries. just found it again and thought I would share. Sorry - but the link insert tool was greyed out for me. Ill edit it if someone tells me how to insert a propper link.

    http://www.planetside-universe.com/showthread.php?t=53291

    This guys has done something that I really am going to value. Props to him and those helping him make it a little better.

    A solution for us double and tripple monitor players until planetside2maps delivers their super wizzy live 'googlemaps' api - so props to them too!

    Violence
    • Up x 1
  2. Dingus148

    [IMG]

    Hell yeah man, good find
  3. Tactical Violence

    /BUMP FOR RIKEYNESS
  4. Tactical Violence

    I can verify this works a treat.

    I now have 2 scripts written:

    First is for when TR are close to warpgate and i do a double zoom and pan down so i can see more detail:

    VERSION BUILD=7601105 RECORDER=FX
    TAB T=1
    URL GOTO=https://players.planetside2.com/#!/planetstatus
    REFRESH
    TAG POS=1 TYPE=SPAN ATTR=TXT:WORLD
    TAG POS=1 TYPE=A ATTR=TXT:Cobalt
    WAIT SECONDS=2
    TAG POS=1 TYPE=SPAN ATTR=TXT:FULLSCREEN
    TAG POS=1 TYPE=DIV ATTR=ID:zoomIn
    WAIT SECONDS=1
    TAG POS=1 TYPE=DIV ATTR=ID:zoomIn
    WAIT SECONDS=1
    TAG POS=1 TYPE=AREA ATTR=ID:panDown
    WAIT SECONDS=1
    TAG POS=1 TYPE=AREA ATTR=ID:panDown
    WAIT SECONDS=1
    TAG POS=1 TYPE=AREA ATTR=ID:panDown
    WAIT SECONDS=1
    TAG POS=1 TYPE=AREA ATTR=ID:panDown
    WAIT SECONDS=1
    TAG POS=1 TYPE=AREA ATTR=ID:panDown
    WAIT SECONDS=30

    Second is when TR are pushing out against the dirty NC and smelly VS and just gives a single zoom map centered.

    VERSION BUILD=7601105 RECORDER=FX
    TAB T=1
    URL GOTO=https://players.planetside2.com/#!/planetstatus
    REFRESH
    TAG POS=1 TYPE=DIV ATTR=ID:mapSpinner
    TAG POS=1 TYPE=SPAN ATTR=TXT:WORLD
    TAG POS=1 TYPE=A ATTR=TXT:Cobalt
    WAIT SECONDS=2
    TAG POS=1 TYPE=SPAN ATTR=TXT:FULLSCREEN
    WAIT SECONDS=1
    TAG POS=1 TYPE=DIV ATTR=ID:zoomIn
    WAIT SECONDS=30

    if anyone is interested....

    Oh also - where you see the stupid emoticons these should be replaced with : P (with no space between otherwise you see another stupid emoticon)
    So annoying that those get replaced with a smiley face. Whos smiling? This is WAR

    Violence
  5. GhostAvatar

    You don't need it to refresh the whole page each time, just have it select the continent and zoom again to refresh the map data.