My squadron likes to track our actions that influence our PMF, and not wanting to have to track all of this by hand, I wrote a little script to extract this data from my journal. It's nothing fancy, having basically thrown it together for myself to get the job done with minimal fuss. Some members of my squadron have asked me to share it, so here it is. Feel free to modify to your own needs. I'll be adding more to it in the future as time allows. Right now it just tracks mission influence and trading profits. Later I plan to add the other influencers - cashed bounties, cartographic data sales, etc. Please understand, however, that I'm not taking requests at this time. If it is useful to you, great! If not, you've got the code now, so feel free to customize it as you desire.
You'll need to install Python (a popular open-source programming language) on your computer to run this. You'll also need to rename the extension from .txt to .py. IMPORTANT - Make sure to change the factionOfInterest variable to your own faction! Then you should be able to double-click on the file to run it. It will pop up a simple text console, print the data in a very simple format, and then exit when prompted. I didn't see any need to build a GUI for such a simple little tool. Enjoy!
Oh, if you find any bugs, please let me know. I've only had my own journal to test this on, so I would be surprised of there were not any bugs.
You'll need to install Python (a popular open-source programming language) on your computer to run this. You'll also need to rename the extension from .txt to .py. IMPORTANT - Make sure to change the factionOfInterest variable to your own faction! Then you should be able to double-click on the file to run it. It will pop up a simple text console, print the data in a very simple format, and then exit when prompted. I didn't see any need to build a GUI for such a simple little tool. Enjoy!
Oh, if you find any bugs, please let me know. I've only had my own journal to test this on, so I would be surprised of there were not any bugs.
Attachments
Last edited: