mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #4335] [Server Request]: The Front #2716
Labels
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
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#2716
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scarecr0w12 on GitHub (Oct 13, 2023).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/4335
Game server
The Front
Linux support
Steam
Yes
Steam appid
2334200
Guides
Isn't really a good guide at the moment that i've found that utilizes the Linux Dedi files.I was able to manually run it by doing:
steamcmd +force_install_dir /home/<usr>/thefront/ +login <user> <pass> +app_update 2334200 +quit`/path/to/the/install/ProjectWar/Binaries/Linux/TheFrontServer ProjectWar ProjectWar_Start?Listen?MaxPlayers=8 -server -game -QueueThreshold=8 -ServerName="SERVER NAME" -ServerAdminAccounts= -log log=log.log -locallogtimes -EnableParallelCharacterMovementTickFunction -EnableParallelCharacterTickFunction -UseDynamicPhysicsScene -OutIPAddress=51.81.221.71 -ServerID=6969358 -port=5001 -BeaconPort=5002 -QueryPort=5003 -Game.PhysicsVehicle=false -ansimalloc -Game.MaxFrameRate=35 -ShutDownServicePort=5004 -NOSTEAM'
that'll run it off ports 5001, 5002, 5003
Code of Conduct
@scarecr0w12 commented on GitHub (Oct 13, 2023):
I believe these are potential commandline args that can be added, based on the games Dedi server config editor it has built in game for non-headless. I just have noidea where they are added to the headless INI's at the moment.
@gOOvER commented on GitHub (Oct 15, 2023):
steamcmd +force_install_dir /home/<usr>/thefront/ +login <user> <pass> +app_update 2334200 +quitThis dont work atm, because appID 2334200 only download 73mb. A big workaround is needed ;)
@scarecr0w12 commented on GitHub (Oct 15, 2023):
Yes, because its marked as windows in the depot, LGSM has a work around for things like this.
@gOOvER commented on GitHub (Oct 15, 2023):
No ;)
@scarecr0w12 commented on GitHub (Oct 15, 2023):
except they do
@gOOvER commented on GitHub (Oct 15, 2023):
nothing marked as Windows:
https://steamdb.info/app/2334200/
@pharrisee commented on GitHub (Oct 16, 2023):
The depot for 2334201 (the actual Linux Server files) is marked as a Windows depot.
@scallipus commented on GitHub (Oct 16, 2023):
I was able to download and do an initial run on the server to create the basic ini files using the following process...
windows server 2012R2 - run steamcmd and then login anonymous, app_update 2334200
copy the files over the my linux NFS drive
on the linux server, login and create the user for the game, switch user and run steamcmd to create the base steam files. (I have steamcmd installed as a package) then copy the files from the NFS drive onto the server into the users home directory under it's .steam/steamapps/LinuxServer directory
then using Midnight Commander i launched the executable "TheFront" which then created the basic saved directory structure where the configs exist (this is all based on my ark cluster experience)
@pharrisee commented on GitHub (Oct 16, 2023):
I have a set of scripts that do all of the things required directly from the server, no transferring from Windows required:
https://github.com/pharrisee/TheFrontLinuxServerInfo
Puts the Saved folder outside the application folder to ease updates.
(tries to do things sort of in line with LGSM, using tmux for running the server etc.)
@yajiedesign commented on GitHub (Oct 18, 2023):
add
+@sSteamCmdForcePlatformType windowsin steamcmd.it can download windows depot in linux.@SylenThunder commented on GitHub (Oct 28, 2023):
Just took a poke at this, and looks to be working well. I definitely look forward to seeing this supported by LGSM.
@github-actions[bot] commented on GitHub (Nov 11, 2024):
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.