Ododo / scc-lan-restore

Restores LAN mode on Splinter Cell Conviction (PC) after servers shutdown.
40 stars 0 forks source link

Linux Port? #9

Open frankchau93 opened 3 weeks ago

frankchau93 commented 3 weeks ago

Hi, was wondering if its possible to convert this to use in Linux/Proton? Been wanting to try Conviction through my Steam Deck however, I haven't had any luck. All other solutions I've tried gives me disconnection issues. I know this uses pydivert so I'm wondering if there's a linux equivalent?

Ododo commented 3 weeks ago

Hi, probably possible to implement this with netfilter and https://pypi.org/project/NetfilterQueue/, but does it really worth the effort, the game is already a PITA to make work for pc, and i assume very few people play this on steamdeck also i don't own a steamdeck to test with, don't know how it works.

Ododo commented 3 weeks ago

alternative solution requiring you are hosting on the SteamDeck/Linux machine:

On steamdeck/Linux:

The other connecting client must run the full python script, so cannot do linux to linux with this solution.