dopeghoti / SF-Tools

Toolkit for the Satisfactory Dedicated Server
10 stars 3 forks source link

Additions to Ubuntu 24.04 LTS. #5

Open db00t opened 1 month ago

db00t commented 1 month ago

On a clean Ubuntu 24.04 LTS, this need to be installed.

sudo apt install python3-pip
pip install numpy --break-system-packages

Make sfcheck.py executable then run with this. ./sfcheck.py -p 7777 -v 192.168.1.2

dopeghoti commented 1 month ago

This will be mooted when I unify the UDP packet construction and deconstruction to just use struct rather than numpy in one and not the other. Good to know though and I'll keep this open until I get that done.