[GH-ISSUE #926] [Server Request] Arma 2 Operation Arrowhead #741

Open
opened 2026-02-27 02:53:12 +03:00 by kerem · 9 comments
Owner
Originally created by @SaturnsVoid on GitHub (Jul 16, 2016). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/926 https://community.bistudio.com/wiki/Arma_Dedicated_Server#Arma_2:_Operation_Arrowhead
Author
Owner

@igeighty commented on GitHub (Jul 22, 2016):

there is no arma 2 linux distro available via steamcmd, i had to manually install https://forums.bistudio.com/topic/189123-arma-2-operation-arrowhead-linux-server-163130836/

you 'can' use steamcmd to install the arma2 game files.... but you need to install the dedicated server binary manually.

have a read here,,,
http://tactical.nekromantix.com/wiki/doku.php?id=arma2:linux-dedicated-server-steam-install

<!-- gh-comment-id:234548253 --> @igeighty commented on GitHub (Jul 22, 2016): there is no arma 2 linux distro available via steamcmd, i had to manually install https://forums.bistudio.com/topic/189123-arma-2-operation-arrowhead-linux-server-163130836/ you 'can' use steamcmd to install the arma2 game files.... but you need to install the dedicated server binary manually. have a read here,,, http://tactical.nekromantix.com/wiki/doku.php?id=arma2:linux-dedicated-server-steam-install
Author
Owner

@FliesWithWind commented on GitHub (Jul 31, 2016):

I'm actually using lgsm with Arma 2. I modified the A3 version a bit to fit arma2 fiels and installed arma2 game files manually.

<!-- gh-comment-id:236422781 --> @FliesWithWind commented on GitHub (Jul 31, 2016): I'm actually using lgsm with Arma 2. I modified the A3 version a bit to fit arma2 fiels and installed arma2 game files manually.
Author
Owner

@dgibbs64 commented on GitHub (Jul 31, 2016):

It's worth submitting your work to the development branch. If possible to get the installer working.

<!-- gh-comment-id:236436323 --> @dgibbs64 commented on GitHub (Jul 31, 2016): It's worth submitting your work to the development branch. If possible to get the installer working.
Author
Owner

@FliesWithWind commented on GitHub (Jul 31, 2016):

It will require some polishing, so hopefully if I'll find some time to do that this month, I'll try to submit it. Maybe I'll get the installer working as well...

<!-- gh-comment-id:236438003 --> @FliesWithWind commented on GitHub (Jul 31, 2016): It will require some polishing, so hopefully if I'll find some time to do that this month, I'll try to submit it. Maybe I'll get the installer working as well...
Author
Owner

@UltimateByte commented on GitHub (Aug 1, 2016):

@FliesWithWind If you don't have much time, you can just send it as it is, and we'll figure this out.

<!-- gh-comment-id:236603460 --> @UltimateByte commented on GitHub (Aug 1, 2016): @FliesWithWind If you don't have much time, you can just send it as it is, and we'll figure this out.
Author
Owner

@FliesWithWind commented on GitHub (Aug 3, 2016):

Well I took a look at it today, and here is what I have so far.
Here you'll find the arma2server I've made by editing arma3server http://pastebin.com/gn5Py8By

It allows to start, restart and stop the server.

When it comes to installation it's a bit tricky. At first we need to get Arma 2 and Arma 2 CO files for Windows using steamcmd. This can be done by using "@sSteamCmdForcePlatformType windows", but if I'm not mistaken this can be only used with txt script file. So this installation will be a bit different comparing to other game server files.

Installation tutorial posted here by igeighty could be ideal for instalation script.

  1. Get the server files using update-arma-2.txt and steamcmd.
  2. Wget and extract arma2oa linux server binary from here https://forums.bistudio.com/topic/189123-arma-2-operation-arrowhead-linux-server-163130836/ (wget https://dl.dropboxusercontent.com/u/18463425/a2oa/a2oa-server-1.63.130836.tar.bz2)
  3. Remove unnecessary files.
  4. Run "install" script from a2oa-server-1.63.130836.tar.bz2, which converts all file names to lowercase.

Hope what I wrote is more or less clear, it shouldn't be hard to create this install script.

One more thing about arma 2 oa is that all server files need to be in lowercase, so after uploading some mission files to mpmission folder, user needs to run "install" script. I would suggest to add this "install" script as a fix which ich launched before server start.

I hope with this we could add Arma 2 OA to lgsm, I wish I could help you more but I don't know how lgsm exactly operates and my bash skills are not that great. :) Anyhow I will try to help as much as I can. ;)

<!-- gh-comment-id:237328726 --> @FliesWithWind commented on GitHub (Aug 3, 2016): Well I took a look at it today, and here is what I have so far. Here you'll find the arma2server I've made by editing arma3server http://pastebin.com/gn5Py8By It allows to start, restart and stop the server. When it comes to installation it's a bit tricky. At first we need to get Arma 2 and Arma 2 CO files for Windows using steamcmd. This can be done by using "@sSteamCmdForcePlatformType windows", but if I'm not mistaken this can be only used with txt script file. So this installation will be a bit different comparing to other game server files. Installation tutorial posted here by igeighty could be ideal for instalation script. 1. Get the server files using update-arma-2.txt and steamcmd. 2. Wget and extract arma2oa linux server binary from here https://forums.bistudio.com/topic/189123-arma-2-operation-arrowhead-linux-server-163130836/ (wget https://dl.dropboxusercontent.com/u/18463425/a2oa/a2oa-server-1.63.130836.tar.bz2) 3. Remove unnecessary files. 4. Run "install" script from a2oa-server-1.63.130836.tar.bz2, which converts all file names to lowercase. Hope what I wrote is more or less clear, it shouldn't be hard to create this install script. One more thing about arma 2 oa is that all server files need to be in lowercase, so after uploading some mission files to mpmission folder, user needs to run "install" script. I would suggest to add this "install" script as a fix which ich launched before server start. I hope with this we could add Arma 2 OA to lgsm, I wish I could help you more but I don't know how lgsm exactly operates and my bash skills are not that great. :) Anyhow I will try to help as much as I can. ;)
Author
Owner

@Arcanum417 commented on GitHub (Oct 17, 2016):

Bump... I would really like support for this pls

<!-- gh-comment-id:254180414 --> @Arcanum417 commented on GitHub (Oct 17, 2016): Bump... I would really like support for this pls
Author
Owner

@hurdad commented on GitHub (Oct 21, 2016):

I can manually create a bundle outside of steam and integrate that into lgsm

<!-- gh-comment-id:255339073 --> @hurdad commented on GitHub (Oct 21, 2016): I can manually create a bundle outside of steam and integrate that into lgsm
Author
Owner

@Marcin648 commented on GitHub (Feb 9, 2023):

As a fan of Arma series, I tried to implement older Arma game servers in LGSM multiple times. No success :/
Some information about how installation Arma2 servers on Linux should look like:

  1. Official Arma2 DS Steam repo is only for windows.
  2. .. but Official Linux binaries are available on Bohemia Interactive forum.
  3. This is only server binary. Is still need to copy game data from game.
  4. Game data are not working out of the box on linux, renaming all files to lowercase is needed.
  5. Arma 2 Operation Arrowhead is DLC for Arma 2, so game data of two of these games is preferred. (A2:OA can working standalone, but it's rare, impractical)

So process should looks like this:

  1. Download Linux binary and extract it
  2. Download Arma 2 Content depot, using SteamCMD download_depot 33901 command with forced windows platform @sSteamCmdForcePlatformType windows
  3. Download Arma 2 Operation Arrowhead Content depot, using SteamCMD download_depot 33931 command with forced windows platform @sSteamCmdForcePlatformType windows
  4. Rename all content files to lowercase
  5. 4 broke steam update :<

In my opinion, it's too much to clean implement it in LinuxGSM. But only server binary, with fix to automatically rename the content to lowercase it's a option.

<!-- gh-comment-id:1424901083 --> @Marcin648 commented on GitHub (Feb 9, 2023): As a fan of Arma series, I tried to implement older Arma game servers in LGSM multiple times. No success :/ Some information about how installation Arma2 servers on Linux should look like: 1. Official Arma2 DS Steam repo is only for windows. 2. .. but Official Linux binaries are available on [Bohemia Interactive forum](https://forums.bohemia.net/forums/topic/189123-arma-2-operation-arrowhead-linux-server-163130836/). 3. This is only server binary. Is still need to copy game data from game. 4. Game data are not working out of the box on linux, renaming all files to lowercase is needed. 5. Arma 2 Operation Arrowhead is DLC for Arma 2, so game data of two of these games is preferred. (A2:OA can working standalone, but it's rare, impractical) So process should looks like this: 1. Download Linux binary and extract it 2. Download [Arma 2 Content](https://steamdb.info/depot/33901/) depot, using SteamCMD `download_depot 33901` command with forced windows platform `@sSteamCmdForcePlatformType windows` 3. Download [Arma 2 Operation Arrowhead Content](https://steamdb.info/depot/33931/) depot, using SteamCMD `download_depot 33931` command with forced windows platform `@sSteamCmdForcePlatformType windows` 4. Rename all content files to lowercase 5. 4 broke steam update :< In my opinion, it's too much to clean implement it in LinuxGSM. But only server binary, with fix to automatically rename the content to lowercase it's a option.
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#741
No description provided.