[PR #2120] feat(refactor): Add extraparams parameter to all gameservers #3499

Open
opened 2026-02-27 03:54:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/2120
Author: @borzaka
Created: 12/15/2018
Status: 🔄 Open

Base: developHead: add-extraparams-parameter


📝 Commits (10+)

📊 Changes

101 files changed (+229 additions, -103 deletions)

View changed files

📝 lgsm/config-default/config-lgsm/ahl2server/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/ahlserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/arkserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/arma3server/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/bb2server/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/bbserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/bdserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/bf1942server/_default.cfg (+4 -1)
📝 lgsm/config-default/config-lgsm/bmdmserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/boserver/_default.cfg (+4 -1)
📝 lgsm/config-default/config-lgsm/bsserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/bt1944server/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/btserver/_default.cfg (+4 -1)
📝 lgsm/config-default/config-lgsm/ccserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/cod2server/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/cod4server/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/codserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/coduoserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/codwawserver/_default.cfg (+2 -1)
📝 lgsm/config-default/config-lgsm/csczserver/_default.cfg (+2 -1)

...and 80 more files

📄 Description

Description

Now you can easily add any extra parameter to your gameserver without copying and modifying the whole fn_params() in your instance.cfg

Fixes #2183

Type of change

  • Bug fix (non breaking change which fixes an issue)
  • New feature (non breaking change which adds functionality)
  • Refactor (non breaking change restructures existing code)
  • This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • This pull request links to an issue
  • I have performed a self review of my own code
  • I have commented my code, particularly in hard to understand areas
  • I have made corresponding changes to the documentation

🔄 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/2120 **Author:** [@borzaka](https://github.com/borzaka) **Created:** 12/15/2018 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `add-extraparams-parameter` --- ### 📝 Commits (10+) - [`9c2ce41`](https://github.com/GameServerManagers/LinuxGSM/commit/9c2ce41a5c8f335c47952f025255cceaf6739908) Add extraparams parameter to all gameservers - [`3cc3dfa`](https://github.com/GameServerManagers/LinuxGSM/commit/3cc3dfa64af82803ead27ab3560b7eaf30432bb7) Merge branch 'develop' into add-extraparams-parameter - [`eca2621`](https://github.com/GameServerManagers/LinuxGSM/commit/eca2621f909c23f8dc80d13f0aa0b3a924a4436f) Update _default.cfg - [`0e999b3`](https://github.com/GameServerManagers/LinuxGSM/commit/0e999b3952b432d69c9bd641f3ce7db8d499ab8b) Update _default.cfg - [`9b06eb8`](https://github.com/GameServerManagers/LinuxGSM/commit/9b06eb8e79582892cc300a60fe3eed57af40d69f) Update _default.cfg - [`bbb5e6e`](https://github.com/GameServerManagers/LinuxGSM/commit/bbb5e6eaef3ccb84744860528a544cf03b3c2a7a) Update _default.cfg - [`7ee0d32`](https://github.com/GameServerManagers/LinuxGSM/commit/7ee0d3243626d3b7f24e2d4401e510e61f65d942) Update _default.cfg - [`712f646`](https://github.com/GameServerManagers/LinuxGSM/commit/712f6463156e3858c22022c278b89761d2d688ba) Update _default.cfg - [`0ceee4b`](https://github.com/GameServerManagers/LinuxGSM/commit/0ceee4b7b792dd9182d292f6fb87dc795e63e973) Update _default.cfg - [`f310d91`](https://github.com/GameServerManagers/LinuxGSM/commit/f310d91b49e988298b90f1f2d01572288bb98021) Update _default.cfg ### 📊 Changes **101 files changed** (+229 additions, -103 deletions) <details> <summary>View changed files</summary> 📝 `lgsm/config-default/config-lgsm/ahl2server/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/ahlserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/arkserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/arma3server/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/bb2server/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/bbserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/bdserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/bf1942server/_default.cfg` (+4 -1) 📝 `lgsm/config-default/config-lgsm/bmdmserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/boserver/_default.cfg` (+4 -1) 📝 `lgsm/config-default/config-lgsm/bsserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/bt1944server/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/btserver/_default.cfg` (+4 -1) 📝 `lgsm/config-default/config-lgsm/ccserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/cod2server/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/cod4server/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/codserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/coduoserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/codwawserver/_default.cfg` (+2 -1) 📝 `lgsm/config-default/config-lgsm/csczserver/_default.cfg` (+2 -1) _...and 80 more files_ </details> ### 📄 Description # Description Now you can easily add any extra parameter to your gameserver without copying and modifying the whole fn_params() in your instance.cfg Fixes #2183 ## Type of change * [ ] Bug fix (non breaking change which fixes an issue) * [x] New feature (non breaking change which adds functionality) * [X] Refactor (non breaking change restructures existing code) * [X] This change requires a documentation update ## Checklist * [X] My code follows the style guidelines of this project * [X] This pull request links to an issue * [ ] I have performed a self review of my own code * [X] I have commented my code, particularly in hard to understand areas * [ ] I have made corresponding changes to the documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#3499
No description provided.