[GH-ISSUE #1833] Server Request Eco #1436

Closed
opened 2026-02-27 02:57:06 +03:00 by kerem · 14 comments
Owner

Originally created by @Astaelan on GitHub (Mar 8, 2018).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1833

Would be nice to have a system to maintain the newly released game Eco.
I will look at writing this myself if I find the time, but posted this issue in case someone else gets to it first.

http://store.steampowered.com/app/382310/Eco/
https://s3-us-west-2.amazonaws.com/eco-releases/

Requires Mono (Unity based), and not a whole lot else.

If you're not familiar with AWS, the second link will give you an XML manifest of the filenames available at the same location, simply add the filename to the same link to obtain it, for example:

https://s3-us-west-2.amazonaws.com/eco-releases/EcoServer_v0.7.0.0-beta-staging-b1111b5c.zip

Steam Distribution of Eco Server
https://steamdb.info/app/739590/

Originally created by @Astaelan on GitHub (Mar 8, 2018). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1833 Would be nice to have a system to maintain the newly released game Eco. I will look at writing this myself if I find the time, but posted this issue in case someone else gets to it first. http://store.steampowered.com/app/382310/Eco/ https://s3-us-west-2.amazonaws.com/eco-releases/ Requires Mono (Unity based), and not a whole lot else. If you're not familiar with AWS, the second link will give you an XML manifest of the filenames available at the same location, simply add the filename to the same link to obtain it, for example: https://s3-us-west-2.amazonaws.com/eco-releases/EcoServer_v0.7.0.0-beta-staging-b1111b5c.zip Steam Distribution of Eco Server https://steamdb.info/app/739590/
Author
Owner

@GlennKintscher commented on GitHub (Mar 29, 2018):

I haven't done much in Linux yet, but I'd also like to see an Eco Server here - so I just tried it.

<!-- gh-comment-id:377258289 --> @GlennKintscher commented on GitHub (Mar 29, 2018): I haven't done much in Linux yet, but I'd also like to see an Eco Server here - so I just tried it.
Author
Owner

@dgibbs64 commented on GitHub (Apr 1, 2018):

https://github.com/GameServerManagers/LinuxGSM/pull/1863

<!-- gh-comment-id:377778538 --> @dgibbs64 commented on GitHub (Apr 1, 2018): https://github.com/GameServerManagers/LinuxGSM/pull/1863
Author
Owner

@dgibbs64 commented on GitHub (Apr 19, 2018):

Looks like you need to own the game to use the server.....I hate it when they do that. I will have to try and contact the game developers and see if they can alter this

<!-- gh-comment-id:382907153 --> @dgibbs64 commented on GitHub (Apr 19, 2018): Looks like you need to own the game to use the server.....I hate it when they do that. I will have to try and contact the game developers and see if they can alter this
Author
Owner

@dgibbs64 commented on GitHub (Apr 19, 2018):

I have emailed them to see if they will change to anonymous login.

<!-- gh-comment-id:382913355 --> @dgibbs64 commented on GitHub (Apr 19, 2018): I have emailed them to see if they will change to anonymous login.
Author
Owner

@UltimateByte commented on GitHub (Apr 20, 2018):

Or at least providing you with a license... Considering what you are doing for them...

<!-- gh-comment-id:383145562 --> @UltimateByte commented on GitHub (Apr 20, 2018): Or at least providing you with a license... Considering what you are doing for them...
Author
Owner

@dgibbs64 commented on GitHub (Apr 20, 2018):

They are passing the info to there developers and shoudl be contacting me sometime next week

<!-- gh-comment-id:383146270 --> @dgibbs64 commented on GitHub (Apr 20, 2018): They are passing the info to there developers and shoudl be contacting me sometime next week
Author
Owner

@Holli82 commented on GitHub (Apr 20, 2018):

Hey @dgibbs64 @GlennKintscher maybe its that of interest.
Looking here: https://github.com/kicker22004/ECO_LINUX_SERVER_MANAGER

He is using not Steam to Fetch the Serverfiles and its more Universal without Steam.
A selection of which version you want at your Server would be possible too with this method.

<!-- gh-comment-id:383151950 --> @Holli82 commented on GitHub (Apr 20, 2018): Hey @dgibbs64 @GlennKintscher maybe its that of interest. Looking here: https://github.com/kicker22004/ECO_LINUX_SERVER_MANAGER He is using not Steam to Fetch the Serverfiles and its more **Universal without Steam**. A selection of which version you want at your Server would be possible too with this method.
Author
Owner

@dgibbs64 commented on GitHub (Apr 20, 2018):

Thanks for the info @Holli82. SteamCMD is by far the preferred method for LinuxGSM as its really easy to install and update game servers. I will not rule out this method as it uses this link to get the server version info https://s3-us-west-2.amazonaws.com/eco-releases/ so could work. It would however take a lot more time than using SteamCMD

<!-- gh-comment-id:383153729 --> @dgibbs64 commented on GitHub (Apr 20, 2018): Thanks for the info @Holli82. SteamCMD is by far the preferred method for LinuxGSM as its really easy to install and update game servers. I will not rule out this method as it uses this link to get the server version info https://s3-us-west-2.amazonaws.com/eco-releases/ so could work. It would however take a lot more time than using SteamCMD <blockquote></blockquote>
Author
Owner

@Holli82 commented on GitHub (Apr 20, 2018):

Were Only a Idea for this problem with the Login by Steam at the moment without own the game.

Give it a Method to Bypass the Steamlogin from the command "ecoserver start"

<!-- gh-comment-id:383155318 --> @Holli82 commented on GitHub (Apr 20, 2018): Were Only a Idea for this problem with the Login by Steam at the moment without own the game. Give it a Method to Bypass the Steamlogin from the command "ecoserver start"
Author
Owner

@dgibbs64 commented on GitHub (Apr 20, 2018):

@Holli82 Yeah hopefully they will come back to me in a few days with some good news. Since there builds are freely available on AWS I cannot see why they wouldn't make them available on SteamCMD.

<!-- gh-comment-id:383156126 --> @dgibbs64 commented on GitHub (Apr 20, 2018): @Holli82 Yeah hopefully they will come back to me in a few days with some good news. Since there builds are freely available on AWS I cannot see why they wouldn't make them available on SteamCMD.
Author
Owner

@Timi7007 commented on GitHub (Jun 1, 2018):

Any updates on this?
I tested anonymous login successfully yesterday, following the instructions from the wiki.

<!-- gh-comment-id:393804468 --> @Timi7007 commented on GitHub (Jun 1, 2018): Any updates on this? I tested anonymous login successfully yesterday, following the instructions from [the wiki](https://eco.gamepedia.com/Setting_Up_a_Server#Server_Through_SteamCMD).
Author
Owner

@dgibbs64 commented on GitHub (Jun 4, 2018):

Hey, Yeah it should be ready to go. However because of high work load and lots going on for me currently I have not had any time to work on LinuxGSM recently so have not completed the latest release. I will be on this as soon as I can. I really want to get back to developing.

<!-- gh-comment-id:394248241 --> @dgibbs64 commented on GitHub (Jun 4, 2018): Hey, Yeah it should be ready to go. However because of high work load and lots going on for me currently I have not had any time to work on LinuxGSM recently so have not completed the latest release. I will be on this as soon as I can. I really want to get back to developing.
Author
Owner

@dgibbs64 commented on GitHub (Jun 13, 2018):

I have now completed the development of Eco and will be in the next release.

<!-- gh-comment-id:397045994 --> @dgibbs64 commented on GitHub (Jun 13, 2018): I have now completed the development of Eco and will be in the next release.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 25, 2020):

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:751133212 --> @github-actions[bot] commented on GitHub (Dec 25, 2020): 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#1436
No description provided.