X4 data in csv/excel sheets

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Moderators for English X Forum, Scripting / Modding Moderators

Post Reply
Don_Quijote
Posts: 1
Joined: Wed, 28. Dec 22, 15:37
x4

X4 data in csv/excel sheets

Post by Don_Quijote » Tue, 21. Nov 23, 11:14

This project is oriented for users with analytic background who have experience with python, jupiter notebook, libraries
pandas, numpy, matplotlib, beatiful soup and regular expressions and can install them.

The aim of the project is to extract ship and equipment data, save it to csv and excel format, calculate additional parameters
and draw a few diagrams.
Ship data gathered for all ships accessible or not to a player.
Shield data gathered for all types of shields.
Engine data gathered for all ships, except mines, drones, missiles, spacesuits, xs_objects.
The version of the game is 6.20

For use, first load part1, file X4 datamining_part1_eng.ipynb. The project assumes you have game files unpacked and you can
configure search and save folders folders at the top cells of the file. After that execute all cells from top to bottom.
Part two file X4 datamining_part2_eng.ipynb use save folder from the first part as its save folder.
Also run all cells from top to bottom.

The folder SavedTables contains extracted information in two formats, csv and excel, so you can run the part2, specifying the new load folder.

english version: https://drive.google.com/drive/folders/ ... drive_link
russian version: https://drive.google.com/drive/folders/ ... sp=sharing

akawaka
Posts: 1
Joined: Sat, 29. Dec 18, 01:56
x4

Re: X4 data in csv/excel sheets

Post by akawaka » Mon, 8. Jan 24, 16:07

This is fantastic thank you

Post Reply

Return to “X4: Foundations - Scripts and Modding”