Results -9 to 0 of 52

Threaded View

  1. #36
    Player
    KariTheFox's Avatar
    Join Date
    Dec 2021
    Posts
    541
    Character
    Hikari Tamamo
    World
    Balmung
    Main Class
    Gunbreaker Lv 90
    Quote Originally Posted by Wolfund View Post
    With some pen and paper, a dummy, a chronometer, and a calculator.
    Assuming you're not joking, I'd like to try running a little thought experiment with everyone who has a strictly anti-parser viewpoint.

    I want to figure out my damage per second during a period of say, 8 minutes. First, I do exactly what you say, hit the training dummy for 8 minutes, then with a pen and paper and a calculator, I calculate what my dps was over those 8 minutes. These calculations probably take a fair bit of time, 8 minutes is a lot of GcDs to add up.

    So, I do it again. But this time, instead of using a pen and paper, I simply use my computer to copy and paste the entire combat log into a notepad file. Then, instead of doing the calculations myself, I send that file to my friend, he's much better at math than I am, and can calculate my dps much faster than I can.

    Next time, my friend sends me a little computer script. He's not only better at math than me, but also a pretty good programmer. He tells me that instead of sending my combat logs to him, all I have to do is have this script he wrote read them, and it'll calculate my dps for me. All on my own computer and everything.

    Next, I decide that I don't want to have to copy and paste these combat logs every time I want to calculate my dps. So I ask my friend, he tells me to use a screen capturing program, and run another script of his. That script will "read" my combat log in real time and transcribe it to a notepad file, which the then first script will read and calculate, just like before. Now, this works fine, I can even look at my dps in real time if I really wanted to.

    Next, my friend tells me that he realized that using a screen capture program to read my combat log introduces a lot of unnecessary overhead. It would be a lot easier and simpler to just read the incoming network traffic that carried the combat log to my cilent, more accurate too, since sometimes the combat log in your cilent can leave things out.

    Now finally, my friend then bundles his scripts up into one program, that can read incoming network data of combat logs, and then calculates the dps of players that are in those combat logs. I'm vastly oversimplifing, and might have some details wrong, but at this point we have pretty much arrived at the base functionality of parsing programs.

    My question, at what point of this process did I do something wrong? Was it copy and pasting my combat logs to a notepad file? Was it having a third party use those logs to calculate my dps? Was it having a script on my computer do those calculations? Was it capturing the output of my combat log in real time? Was it reading incoming network traffic? Or was it somehow, doing all of those things at once?
    (2)
    Last edited by KariTheFox; 05-13-2022 at 01:16 PM.