dopeghoti / SF-Tools

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

Additions to Ubuntu 24.04 LTS. #5

Open db00t opened 17 hours ago

db00t commented 17 hours 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 7 hours 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.