th3-z / kf2-magicked-admin

:spider: Mutator-free management, statistics, and in-game bot for ranked Killing Floor 2 servers
https://kf2-ma.th3-z.xyz
MIT License
32 stars 7 forks source link

Possible to Update Webmin-Files by hand? #176

Closed Source-Halver closed 4 years ago

Source-Halver commented 4 years ago

Hi, is there a way to update the Webminfiles manually? Since I'm using CLI, I can't run the command to apply the "admin_patches", so my way around would be doing it old school.

th3-z commented 4 years ago

Hi you can run the patcher from the CLI too, for example python3 admin_patches.py --target /srv/killing-floor-2/. Alternatively you can apply them with the patch command on Linux, the patches are here, they apply to the files in KFGame/Web/ServerAdmin/, or you can inspect those files and apply them by hand.

Source-Halver commented 4 years ago

Thank you very much, it worked. No, manual editing... whew.

th3-z commented 4 years ago

No problem, I'll close the issue now.