brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
26 stars 5 forks source link

Feature Enhancement: Seperate world Update and Build Client Payload functions. #27

Open BRT917 opened 1 year ago

BRT917 commented 1 year ago

It would be nice to have the "build client payload" function not run automatically after an update. This could allow for manual changes before the client payload is built.

brianmiller commented 1 year ago

I'll have to think through it. If the server is updated and the client payload is not, it breaks client<-> server consistency.

We're currently looking into the capability of only downloading client files that changed, rather than the entire pack. This will enable large client payloads. E.g., HD texture packs and audio files.

I'll leave this open until a decision is made.