[GH-ISSUE #3399] Update Request - ET:Legacy 2.77.1 #2319

Closed
opened 2026-02-27 03:02:12 +03:00 by kerem · 6 comments
Owner

Originally created by @jobhh on GitHub (Mar 22, 2021).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3399

Last week the ET:Legacy 2.77.1 hotfix was released. If someone has the time it would be nice if the LinuxGSM image could be updated. The download page with the ET:Legacy 2.77.1 Linux 32-bit binaries: https://www.etlegacy.com/download

This hotfix was released just 1 day after the 2.77 update was merged into LinuxGSM xD
It should fix the error I'm getting when trying to join the server on the 2.77 server: Fixed load official pak file error when connecting to servers

If it's just uploading the binaries to a webserver and creating a pull request pointing the install_server_files.sh file to the correct URL I'd be happy to do it, but I can imagine you'd prefer not to give a random Github user write access to that server.

Originally created by @jobhh on GitHub (Mar 22, 2021). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/3399 Last week the [ET:Legacy 2.77.1](https://www.etlegacy.com/blog/recapture-the-city) hotfix was released. If someone has the time it would be nice if the LinuxGSM image could be updated. The download page with the ET:Legacy 2.77.1 Linux 32-bit binaries: https://www.etlegacy.com/download This hotfix was released just 1 day after the [2.77 update was merged](https://github.com/GameServerManagers/LinuxGSM/pull/3363) into LinuxGSM xD It should fix the error I'm getting when trying to join the server on the 2.77 server: `Fixed load official pak file error when connecting to servers` If it's just uploading the binaries to a webserver and creating a pull request pointing the install_server_files.sh file to the correct URL I'd be happy to do it, but I can imagine you'd prefer not to give a random Github user write access to that server.
Author
Owner

@dgibbs64 commented on GitHub (Mar 22, 2021):

@jobhh it appears that the developers of ET:L are planing smaller releases moving forward. The issue with this currently is we have no auto-update functionality available for ET:L. It takes me time to merge ET and ET:L into an archive and upload. This also only gets updated when there is a new release of LinuxGSM. I tried to access the ET:L discord but has issues with there verification bot.

If you are able to could you speak with the ET:L devs and see if they have any plans for an auto-update feature. If not we will have to come up with a more automated solution.

<!-- gh-comment-id:804448315 --> @dgibbs64 commented on GitHub (Mar 22, 2021): @jobhh it appears that the developers of ET:L are planing smaller releases moving forward. The issue with this currently is we have no auto-update functionality available for ET:L. It takes me time to merge ET and ET:L into an archive and upload. This also only gets updated when there is a new release of LinuxGSM. I tried to access the ET:L discord but has issues with there verification bot. If you are able to could you speak with the ET:L devs and see if they have any plans for an auto-update feature. If not we will have to come up with a more automated solution.
Author
Owner

@jobhh commented on GitHub (Mar 26, 2021):

I asked the question in the Development -> etlegacy channel on the ET:Legacy Discord. We'll see if someone can answer it :)

<!-- gh-comment-id:808558395 --> @jobhh commented on GitHub (Mar 26, 2021): I asked the question in the Development -> etlegacy channel on the ET:Legacy Discord. We'll see if someone can answer it :)
Author
Owner

@jobhh commented on GitHub (Mar 28, 2021):

Sooo, I floated the idea in the Discord channel.

  • Fully auto-updating will not happen, which I think is reasonable because there will always be people who want to run a specific server version.
  • Adding a function to ET:Legacy to manual trigger an update was something that some thought to be useful, LinuxGSM could then for example start ET:Legacy with the update parameter.
  • Others suggested LinuxGSM should just download the latest version when it installs the ET:Legacy server. The tar.gz containing the new ET:Legacy version could then be extracted over the existing archive.

I don't expect something to be implemented in the near future, in part because ET:Legacy has a relatively long time between feature-releases (the last release was 2+ years ago), but at least we've planted the idea.

<!-- gh-comment-id:808820953 --> @jobhh commented on GitHub (Mar 28, 2021): Sooo, I floated the idea in the Discord channel. - Fully auto-updating will not happen, which I think is reasonable because there will always be people who want to run a specific server version. - Adding a function to ET:Legacy to manual trigger an update was something that some thought to be useful, LinuxGSM could then for example start ET:Legacy with the update parameter. - Others suggested LinuxGSM should just download the latest version when it installs the ET:Legacy server. The tar.gz containing the new ET:Legacy version could then be extracted over the existing archive. I don't expect something to be implemented in the near future, in part because ET:Legacy has a relatively long time between feature-releases (the last release was 2+ years ago), but at least we've planted the idea.
Author
Owner

@jobhh commented on GitHub (Mar 28, 2021):

I've prepared an archive: https://www.dropbox.com/s/f3otiqcfnub0gv5/etlegacy-v2.77.1-i386-et-260b.tar.xz?dl=1 https://mega.nz/file/Z0ZXhCKb#QRTt1XLi8b933kC5fG1b2anukBziHOA8dWToYUKIhrY
It's the ET:Legacy 2.77.1 release with the pak0.pk3, pak1.pk3 and pak2.pk3 files you used in the 2.77 release added to the etmain directory (as described here). When I insert the file/md5 into install_server_files.sh it works without issue.

I'm not sure if any LinuxGSM specific modifications were made in the previous release, but the LinuxGSM 2.77 package contained more files than the version made for 2.76. For example the etintro.roq file and pb folder seemed unnecessary. If no modifications were made specifically for LinuxGSM (like enabling bots by default or some extra maps), you can upload the archive to linuxgsm.download and use it as-is by merging this pull request.

Edit: Changed download URL from OneDrive to MEGA, OneDrive suspended it for generating excessive traffic.

<!-- gh-comment-id:808823910 --> @jobhh commented on GitHub (Mar 28, 2021): I've prepared an archive: ~~https://www.dropbox.com/s/f3otiqcfnub0gv5/etlegacy-v2.77.1-i386-et-260b.tar.xz?dl=1~~ https://mega.nz/file/Z0ZXhCKb#QRTt1XLi8b933kC5fG1b2anukBziHOA8dWToYUKIhrY It's the ET:Legacy 2.77.1 release with the pak0.pk3, pak1.pk3 and pak2.pk3 files you used in the 2.77 release added to the etmain directory (as [described here](https://github.com/etlegacy/etlegacy/wiki/Linux)). When I insert the file/md5 into `install_server_files.sh` it works without issue. I'm not sure if any LinuxGSM specific modifications were made in the previous release, but the LinuxGSM 2.77 package contained more files than the version made for 2.76. For example the etintro.roq file and pb folder seemed unnecessary. If no modifications were made specifically for LinuxGSM (like enabling bots by default or some extra maps), you can upload the archive to linuxgsm.download and use it as-is by merging [this pull request](https://github.com/GameServerManagers/LinuxGSM/pull/3417). Edit: Changed download URL from OneDrive to MEGA, OneDrive suspended it for generating excessive traffic.
Author
Owner

@jobhh commented on GitHub (Mar 28, 2021):

The only issue I see with updating an existing ET:Legacy server is that some configuration and database files will be overwritten, because they're not inside the main etlserver.cfg that LinuxGSM can customize. But that's the case with the current version as well, so I think the 2.77.1 archive should be preferred for now.

Is there something we can do to inform the user of specific files that might be bad to overwrite? The files we probably don't want to overwrite:
etmain\etlserver.cfg (General server configuration. Although changes to this file should be done in the lgsm directory and not serverfiles)
legacy\omni-bot\et\user\omni-bot.cfg (Omni-bot configuration)
legacy\wolfadmin.db (WolfAdmin database)
legacy\wolfadmin.toml (WolfAdmin configuration)

On the other side of the spectrum there will also be files that should probably be deleted when updating, unless the user modified the file. An example for the current update would be legacy\luascripts\wolfadmin\game\sprees.toml and the other spees-related files, because that was changed in 2.77, which updated WolfAdmin to 1.2.0.

<!-- gh-comment-id:808829288 --> @jobhh commented on GitHub (Mar 28, 2021): The only issue I see with updating an existing ET:Legacy server is that some configuration and database files will be overwritten, because they're not inside the main etlserver.cfg that LinuxGSM can customize. But that's the case with the current version as well, so I think the 2.77.1 archive should be preferred for now. Is there something we can do to inform the user of specific files that might be bad to overwrite? The files we probably don't want to overwrite: `etmain\etlserver.cfg` _(General server configuration. Although changes to this file should be done in the lgsm directory and not serverfiles)_ `legacy\omni-bot\et\user\omni-bot.cfg` _(Omni-bot configuration)_ `legacy\wolfadmin.db` _(WolfAdmin database)_ `legacy\wolfadmin.toml` _(WolfAdmin configuration)_ On the other side of the spectrum there will also be files that should probably be deleted when updating, unless the user modified the file. An example for the current update would be `legacy\luascripts\wolfadmin\game\sprees.toml` and the other spees-related files, because that was changed in 2.77, which updated WolfAdmin to 1.2.0.
Author
Owner

@github-actions[bot] commented on GitHub (Apr 7, 2022):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1090940553 --> @github-actions[bot] commented on GitHub (Apr 7, 2022): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#2319
No description provided.