aliens

Author Topic: [Tool] Script to read items data into .csv, for analysis with Excel.  (Read 2504 times)

Offline spawi

  • Sergeant
  • **
  • Posts: 24
    • View Profile
Hey Folks, check out this tool I just wrote:

https://github.com/konrad-jamrozik/oxcetools

You can use this to analyze, using Excel, weapon stats.

Here is an example (with SPOILERS), of stats of all (<- spoilers!) pistols in game, sorted by aimed accuracy:

https://github.com/konrad-jamrozik/oxcetools/blob/main/media/pistols_by_aimed_accuracy.png

Online Finnik

  • Colonel
  • ****
  • Posts: 490
  • Finnik#0257
    • View Profile
Re: [Tool] Script to read items data into .csv, for analysis with Excel.
« Reply #1 on: December 29, 2020, 11:04:47 am »
Can we have another tool to convert things back to .rul? =)

Offline spawi

  • Sergeant
  • **
  • Posts: 24
    • View Profile
Gladly, but first I need to find the time and motivation ;)

Offline pedroterzero

  • Sergeant
  • **
  • Posts: 29
    • View Profile
A couple of weeks ago I was working on including this feature in a future version of my vscode extension. I have an alpha that does two way (rul => csv and csv => rul), it's not out yet though:

« Last Edit: May 18, 2021, 03:20:51 pm by pedroterzero »

Offline spawi

  • Sergeant
  • **
  • Posts: 24
    • View Profile
Whoa, looks awesome!

Btw is your VSCode extension available to fork and edit?

Offline pedroterzero

  • Sergeant
  • **
  • Posts: 29
    • View Profile
Yep, it's here: https://github.com/pedroterzero/oxce-yaml-helper

I had to pick a license first, I had not done so yet ;)

Offline spawi

  • Sergeant
  • **
  • Posts: 24
    • View Profile
Yep, it's here: https://github.com/pedroterzero/oxce-yaml-helper

I had to pick a license first, I had not done so yet ;)

Awesome, thx! :)