[PR #321] [MERGED] ARMA 3 mods & addition for network config #3071

Closed
opened 2026-02-27 03:07:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/321
Author: @aikidoka
Created: 3/21/2015
Status: Merged
Merged: 3/22/2015
Merged by: @dgibbs64

Base: masterHead: master


📝 Commits (10+)

  • df19408 added code to support ARMA 3 mods
  • bd08b70 created additional path for network config
  • c1f9b2a Created lsgm-default.network.cfg file
  • 1c2d8fa ARMA 3 changes for configs
  • b35fba2 ARMA 3 default config filename change
  • 6efac00 forgot version update
  • 2dcf443 moron repair
  • 5c901b8 ARMA 3 changes for config directory
  • 945caf3 ARMA 3 config dir change
  • bcb36f3 Updated wget URL for repository

📊 Changes

35 files changed (+164 additions, -69 deletions)

View changed files

📝 7DaysToDie/sdtdserver (+1 -1)
📝 Arma3/arma3server (+15 -5)
Arma3/cfg/lgsm-default.network.cfg (+77 -0)
📝 Arma3/cfg/lgsm-default.server.cfg (+0 -0)
📝 BladeSymphony/bsserver (+1 -1)
📝 CounterStrike/csserver (+1 -1)
📝 CounterStrikeConditionZero/csczserver (+1 -1)
📝 CounterStrikeGlobalOffensive/csgoserver (+1 -1)
📝 CounterStrikeSource/cssserver (+1 -1)
📝 DayOfDefeat/dodserver (+1 -1)
📝 DayOfDefeatSource/dodsserver (+1 -1)
📝 DeathmatchClassic/dmcserver (+1 -1)
📝 FistfulOfFrags/fofserver (+1 -1)
📝 GarrysMod/gmodserver (+1 -1)
📝 HalfLife2Deathmatch/hl2dmserver (+1 -1)
📝 HalfLifeDeathmatch/hldmserver (+1 -1)
📝 Insurgency/insserver (+1 -1)
📝 JustCause2/jc2server (+1 -1)
📝 KillingFloor/kfserver (+1 -1)
📝 Left4Dead/l4dserver (+1 -1)

...and 15 more files

📄 Description

I predicate this with: I'm an *NIX admin, not a developer! /s

My commits aren't pretty, but I think I have solved the problems by the end.

I have added the changes I found for loading modules. I have also included helpful comments in the code.

For the addition of the network configuration:

  • renamed the default file for the server config
  • created the network config file
  • added paths to support additions
  • edited the fn_install_config function
    • created special if statement to support the create config function in creating the new config directory (if there's a better way to do this, I'm open to changes)
    • and move the new files to the directory (although now, I think it should have been a cp instead of mv)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/321 **Author:** [@aikidoka](https://github.com/aikidoka) **Created:** 3/21/2015 **Status:** ✅ Merged **Merged:** 3/22/2015 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`df19408`](https://github.com/GameServerManagers/LinuxGSM/commit/df1940899d3bff31a33eff349451c928719ae7fd) added code to support ARMA 3 mods - [`bd08b70`](https://github.com/GameServerManagers/LinuxGSM/commit/bd08b70f88277f4ee5f78c19efb2dd65a4aa7125) created additional path for network config - [`c1f9b2a`](https://github.com/GameServerManagers/LinuxGSM/commit/c1f9b2ac369d3e1a12065720c8990923a7c8cc37) Created lsgm-default.network.cfg file - [`1c2d8fa`](https://github.com/GameServerManagers/LinuxGSM/commit/1c2d8fa4b29e91a70984f9313610166d6ec9f486) ARMA 3 changes for configs - [`b35fba2`](https://github.com/GameServerManagers/LinuxGSM/commit/b35fba2448bd29a71eaade9dfde8f279a533cd7d) ARMA 3 default config filename change - [`6efac00`](https://github.com/GameServerManagers/LinuxGSM/commit/6efac00104d900d8aaa82257fdc1409c890e0679) forgot version update - [`2dcf443`](https://github.com/GameServerManagers/LinuxGSM/commit/2dcf44381bd9b8b8debb754adb788e782b2fafe1) moron repair - [`5c901b8`](https://github.com/GameServerManagers/LinuxGSM/commit/5c901b809a2af5522a148002e6eba34002398b60) ARMA 3 changes for config directory - [`945caf3`](https://github.com/GameServerManagers/LinuxGSM/commit/945caf3f69cb22dd4e0f3d0f8e7e1453896b5083) ARMA 3 config dir change - [`bcb36f3`](https://github.com/GameServerManagers/LinuxGSM/commit/bcb36f368befda70174dc47d90cd7c9e783c3136) Updated wget URL for repository ### 📊 Changes **35 files changed** (+164 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `7DaysToDie/sdtdserver` (+1 -1) 📝 `Arma3/arma3server` (+15 -5) ➕ `Arma3/cfg/lgsm-default.network.cfg` (+77 -0) 📝 `Arma3/cfg/lgsm-default.server.cfg` (+0 -0) 📝 `BladeSymphony/bsserver` (+1 -1) 📝 `CounterStrike/csserver` (+1 -1) 📝 `CounterStrikeConditionZero/csczserver` (+1 -1) 📝 `CounterStrikeGlobalOffensive/csgoserver` (+1 -1) 📝 `CounterStrikeSource/cssserver` (+1 -1) 📝 `DayOfDefeat/dodserver` (+1 -1) 📝 `DayOfDefeatSource/dodsserver` (+1 -1) 📝 `DeathmatchClassic/dmcserver` (+1 -1) 📝 `FistfulOfFrags/fofserver` (+1 -1) 📝 `GarrysMod/gmodserver` (+1 -1) 📝 `HalfLife2Deathmatch/hl2dmserver` (+1 -1) 📝 `HalfLifeDeathmatch/hldmserver` (+1 -1) 📝 `Insurgency/insserver` (+1 -1) 📝 `JustCause2/jc2server` (+1 -1) 📝 `KillingFloor/kfserver` (+1 -1) 📝 `Left4Dead/l4dserver` (+1 -1) _...and 15 more files_ </details> ### 📄 Description I predicate this with: I'm an *NIX admin, not a developer! /s My commits aren't pretty, but I think I have solved the problems by the end. I have added the <a href="https://github.com/dgibbs64/linuxgsm/issues/310#issuecomment-84173829">changes I found</a> for loading modules. I have also included <a href="https://github.com/dgibbs64/linuxgsm/compare/master...aikidoka:master#diff-956422939aa181d48902436b37791f21R30">helpful comments</a> in the code. For the addition of the network configuration: - renamed the default file for the server config - created the network config file - added paths to support additions - edited the fn_install_config function - created special if statement to support the <a href="https://github.com/dgibbs64/linuxgsm/compare/master...aikidoka:master#diff-bfba1d9498714f618ad4585bca435702R136">create config</a> function in creating the new config directory (if there's a better way to do this, I'm open to changes) - and move the new files to the directory (although now, I think it should have been a cp instead of mv) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:07:32 +03:00
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#3071
No description provided.