Page 8 of 16 FirstFirst ... 567891011 ... LastLast
Results 71 to 80 of 157
  1. #71

    Default

    That depends on the consistency of the twitter bot, I haven't paid much attention to how it tweets.

    Really there's no reason to check continuously since we know EQ's are always announced 15 before the hour and start on the hour.

    If the twitter bot gets it within a few minutes of accuracy you could have the extension check for an EQ the first time it's loaded up then sent an on-timer that's equal to the amount of time that you would expect the next twitter announcement (15 minutes from the hour).

    From there loop for every 3-5 minutes until you are out of the "announcement period" since you can't trust that bot to be timely, then go back to setting that long ontimer... etc.


    From what I read about how the twitter bot works it definitely does not give me confidence of it's "accuracy". I thought they were actually using the game to get the information, but it turns out they base it off of the player tweets (unreliable).


    On a side note, I did finish the OCR part of the market system and I could probably make it read the announcements with reliable accuracy down to about < 3 seconds for ship 2. I haven't tried i yet though. This won't be available for a while until I finish setting it up the rest of the parts and connect it to a web server. Probably will be json.
    Klypto - Ship 02

  2. #72

    Default

    A suggestion: A button (or even new plugin?) to take the nicovideo page you're on and send you to mmcafe.

    Example:

    You go here: http://www.nicovideo.jp/watch/sm20254023

    Plugin notices you're on a nicovideo video page, lights up

    Clicking the button sends you here: http://www.mmcafe.com/nico.html#http...tch/sm20254023

    Some people might find this particularly handy.

  3. #73

    Default

    Quote Originally Posted by gigawuts View Post
    A suggestion: A button (or even new plugin?) to take the nicovideo page you're on and send you to mmcafe.

    Example:

    You go here: http://www.nicovideo.jp/watch/sm20254023

    Plugin notices you're on a nicovideo video page, lights up

    Clicking the button sends you here: http://www.mmcafe.com/nico.html#http...tch/sm20254023

    Some people might find this particularly handy.
    https://chrome.google.com/webstore/d...accepted?hl=en

  4. #74

  5. #75

    Default

    Quote Originally Posted by Klypto View Post
    That depends on the consistency of the twitter bot, I haven't paid much attention to how it tweets.

    Really there's no reason to check continuously since we know EQ's are always announced 15 before the hour and start on the hour.

    If the twitter bot gets it within a few minutes of accuracy you could have the extension check for an EQ the first time it's loaded up then sent an on-timer that's equal to the amount of time that you would expect the next twitter announcement (15 minutes from the hour).

    From there loop for every 3-5 minutes until you are out of the "announcement period" since you can't trust that bot to be timely, then go back to setting that long ontimer... etc.


    From what I read about how the twitter bot works it definitely does not give me confidence of it's "accuracy". I thought they were actually using the game to get the information, but it turns out they base it off of the player tweets (unreliable).


    On a side note, I did finish the OCR part of the market system and I could probably make it read the announcements with reliable accuracy down to about < 3 seconds for ship 2. I haven't tried i yet though. This won't be available for a while until I finish setting it up the rest of the parts and connect it to a web server. Probably will be json.
    Yeah, basically i was thinking

    if(minute < 30){
    checkForEQ();
    if(EQ){
    //setRedIcon();
    }else{
    //sleep until 45 min
    }
    }else if(minute >= 30 && minute < 45){
    //sleep until 45 min
    }else{
    checkForEQ();
    if(EQ){
    //setOrangeIcon();
    }else{
    //check again in two minutes
    }
    }

    And having the tweet in json data directly would be pretty great. Would save me the trouble of having to parse the month, date, time and EQ type from teh context of the tweet.

  6. #76
    Destructive by nature. Link1275's Avatar
    Join Date
    Nov 2011
    Location
    Valley of Death.
    Posts
    1,138

    Default

    Quote Originally Posted by Kion View Post
    Yeah, basically i was thinking

    if(minute < 30){
    checkForEQ();
    if(EQ){
    //setRedIcon();
    }else{
    //sleep until 45 min
    }
    }else if(minute >= 30 && minute < 45){
    //sleep until 45 min
    }else{
    checkForEQ();
    if(EQ){
    //setOrangeIcon();
    }else{
    //check again in two minutes
    }
    }

    And having the tweet in json data directly would be pretty great. Would save me the trouble of having to parse the month, date, time and EQ type from teh context of the tweet.
    On an unrelated side note, is there a way to make the icon more... noticeable? I find that it's not very attention grabbing if you aren't checking it often.

  7. #77

    Default

    That's what Klypto was suggesting with desktop notifications. I guess that's an option. Alternatively if someone wanted to make a new icon for the toolbar to make the EQ status more noticeable than the small area of color around the rappy, that would be perfectly acceptable too.

  8. #78
    Destructive by nature. Link1275's Avatar
    Join Date
    Nov 2011
    Location
    Valley of Death.
    Posts
    1,138

    Default

    Would a sound or pop-up(like having the menu that pops up when you click on it come up) notification be a viable option?

  9. #79

    Default

    Icons for non-event EQs:
    Spoiler!
    PSO2 EN (Ship 1): Johana
    PSO2 JP (Ship 2): Johana, Ezodagrom, Luppi, Lana, Yukari, Blune, Elysia, Elena
    PSU EN/JP: Johana, Blune, Ezodagrom, Luppi/Johana, Lana

    Youtube: https://www.youtube.com/c/ezodagrom
    Steam: http://steamcommunity.com/id/ezodagrom

  10. #80

    Default

    Perfect. I think the boss is the most identifiable part, but I'm not exactly sure how the announcement system works anymore. Does each EQ have it's own particular announcement now?

    Right now looking at the pso2_emg_bot there's:
    desert, dark falz, white day, city and 局所地域 (forest/caves areas). I guess I only need an icon for each of these categories.

Similar Threads

  1. Replies: 16
    Last Post: Jul 22, 2015, 06:36 PM
  2. Chrome Extension v 1.54 Captcha Edition
    By Kion in forum PSO2 General
    Replies: 8
    Last Post: Oct 1, 2014, 09:42 AM
  3. iPad version can be more extense?
    By sjel in forum PSO2 General
    Replies: 4
    Last Post: Jun 26, 2012, 02:20 PM
  4. Best place to buy PSO-USA version?
    By Thiman in forum PSO General
    Replies: 4
    Last Post: Feb 20, 2001, 10:41 AM
  5. Online with the Japanese Version of PSO? Let's hookup!
    By Roiyaru in forum Player Matchup
    Replies: 1
    Last Post: Jan 18, 2001, 04:25 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •