[PR #2086] [CLOSED] Add extraparams parameter to all gameservers #3484

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/2086
Author: @borzaka
Created: 12/1/2018
Status: Closed

Base: developHead: add-extraparams-parameter-on-commit


📝 Commits (10+)

  • 8a61511 Add extraparams parameter to all gameservers
  • e9679d2 docs(template): add "Basic info" section prompting user to add detail
  • cfbc460 refactor: shortname variable change (#2088)
  • a3f411f feat (game server): StickyBots Server (#2096)
  • 5cdd403 feat (csgoserver): add Danger Zone game mode example (#2095)
  • 50f1c08 Create CODE_OF_CONDUCT.md (#2091)
  • f2dbb9b fix (sbotsserver): corrected servercfgdir location (#2098)
  • 420fd52 Merge branch 'develop' into add-extraparams-parameter-on-commit
  • 15cd996 Merge pull request #1 from GameServerManagers/develop
  • f9e5f1e Merge pull request #2 from borzaka/develop

📊 Changes

118 files changed (+608 additions, -245 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+13 -3)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+6 -0)
📝 .github/ISSUE_TEMPLATE/new-server-request.md (+3 -3)
CODE_OF_CONDUCT.md (+73 -0)
📝 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/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)

...and 80 more files

📄 Description

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


🔄 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/2086 **Author:** [@borzaka](https://github.com/borzaka) **Created:** 12/1/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `add-extraparams-parameter-on-commit` --- ### 📝 Commits (10+) - [`8a61511`](https://github.com/GameServerManagers/LinuxGSM/commit/8a61511575b93a85c2924d709c51a1d1ed57c3e6) Add extraparams parameter to all gameservers - [`e9679d2`](https://github.com/GameServerManagers/LinuxGSM/commit/e9679d2bb5b5e7e8b92ae81ec869ad76a5423473) docs(template): add "Basic info" section prompting user to add detail - [`cfbc460`](https://github.com/GameServerManagers/LinuxGSM/commit/cfbc46066795b5caca5b48685864a404ac394f63) refactor: shortname variable change (#2088) - [`a3f411f`](https://github.com/GameServerManagers/LinuxGSM/commit/a3f411fa43c86e22adad626a3c9a5cf742117920) feat (game server): StickyBots Server (#2096) - [`5cdd403`](https://github.com/GameServerManagers/LinuxGSM/commit/5cdd4031da393c81ee366c1651d7290637b18da5) feat (csgoserver): add Danger Zone game mode example (#2095) - [`50f1c08`](https://github.com/GameServerManagers/LinuxGSM/commit/50f1c08321c19b6bdff74b86b69baa5750c76b71) Create CODE_OF_CONDUCT.md (#2091) - [`f2dbb9b`](https://github.com/GameServerManagers/LinuxGSM/commit/f2dbb9bd49f4eb6be936f9b0873c36dbfe8404f4) fix (sbotsserver): corrected servercfgdir location (#2098) - [`420fd52`](https://github.com/GameServerManagers/LinuxGSM/commit/420fd52214a3f7b9a068131dd86120ca87b2ea60) Merge branch 'develop' into add-extraparams-parameter-on-commit - [`15cd996`](https://github.com/GameServerManagers/LinuxGSM/commit/15cd996a8d1abd54c1e0a12ff9ec205930a26331) Merge pull request #1 from GameServerManagers/develop - [`f9e5f1e`](https://github.com/GameServerManagers/LinuxGSM/commit/f9e5f1ea74f3b74aa88d8fcf51602fe0ef6f3be4) Merge pull request #2 from borzaka/develop ### 📊 Changes **118 files changed** (+608 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+13 -3) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+6 -0) 📝 `.github/ISSUE_TEMPLATE/new-server-request.md` (+3 -3) ➕ `CODE_OF_CONDUCT.md` (+73 -0) 📝 `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/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) _...and 80 more files_ </details> ### 📄 Description Now you can easily add any extra parameter to your gameserver without copying and modifying the whole fn_params() in your instance.cfg --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:54:40 +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#3484
No description provided.