## [1.0.1] — 2026-05-10
### Egg —egg-conan-exiles-enhanced-linux.yaml
#### Variables
#### Config
- Added:
MAX_NUDITY— Nudity level (0 = None, 1 = Partial, 2 = Full), maps toServerSettings.MaxNudity- Added:
MOTD— Message of the Day shown on join, maps toServerSettings.ServerMessageOfTheDay- Added:
MAX_PING— Max allowed player ping in ms (0 = disabled), maps toServerSettings.MaxAllowedPing- Added:
AFK_KICK_TIME— Seconds until AFK kick (default 2700 = 45 min), maps toServerSettings.KickAFKTime- Added:
XP_RATE— XP gain multiplier, maps toServerSettings.PlayerXPRateMultiplier- Added:
PLAYER_DAMAGE— Player damage multiplier, maps toServerSettings.PlayerDamageMultiplier- Added:
NPC_DAMAGE— NPC damage multiplier, maps toServerSettings.NPCDamageMultiplier- Added:
DISABLE_DECAY— Disable building decay/abandonment (True/False), maps toServerSettings.DisableBuildingAbandonment
- Fixed: Query port configuration updated to use the correct subsystem for Conan Exiles Enhanced
- FixesSourceServerQueries: Failed to bind UDP socketerror on server start
#### Startup
- Changed: Start binary changed fromConanSandboxServer.shtoConanSandbox/Binaries/Linux/ConanSandboxServer-Linux-Shipping(direct binary, no wrapper script)
### README
- Added: Warning that Game+1 (Pinger) port is hardcoded and must be allocated as a second allocation in Pelican/Pterodactyl
- Added: Note on deprecated
[OnlineSubsystemSteam]and correct[OnlineSubsystemNull]query port config- Updated: Port table with protocol and description columns
## [1.0.0] — 2026-05-10
### Egg
### Docker Image —
- Rewrote
README.md— clearer structure, image comparison table, mod compatibility table, troubleshooting section- Rewrote
SUPPORT.md— explicit BuiltByBit authentication requirement, step-by-step guide- Added
CHANGELOG.mdconan-linux(Enhanced / UE5)
#### Mod Support
- Mods tagged
- Fixed: Removed
+@sSteamCmdForcePlatformType windowsfrom SteamCMD mod download — mods are now downloaded for Linux natively- Added: Pre-download Steam Workshop tag check via Steam API (
ISteamRemoteStorage/GetPublishedFileDetails/v1/)Enhancedare confirmed compatible before download
- Mods taggedLegacyare flagged as incompatible before download
- Added: Post-download PAK binary compatibility check as fallback (for mods without a version tag)
- Reads UE PAK footer magic bytes (0x5A6F12E1) and version field
- Version ≥ 14 = UE5/Enhanced compatible; version < 14 = UE4/Legacy incompatible
- Python3 implementation withod-based fallback
#### Legal
- Improved: Steam Workshop tag takes priority over PAK check — mods tagged
Enhancedare loaded directly without PAK inspection, preventing false negatives- Fixed:
set -e/ ERR trap conflict with non-zero return codes fromcheck_pak_ue_version()— fixed using|| pak_rc=$?and|| py_rc=$?patterns- Fixed:
localkeyword used outside of functions — removed, using plain variable assignments- Fixed: Stray
basename_pakstandalone line removed- Fixed:
rcvariable renamed topak_rcto avoid conflict with the global ERR trap variable
- Added:LEGAL_DOCKERIMAGE_NOTICE.txtis created in/home/container/on first container start
- Contains licensing terms and authorized egg reference
- File is only created if it does not already exist (no duplicate writes)
#### Output / Logging
- Changed: All German-language log messages translated to English
---
### Docker Image —conan-wine(Legacy / UE4)
#### Mod Support
#### Legal
- Fixed: Removed
+@sSteamCmdForcePlatformType windowsfrom SteamCMD mod download- Added: Steam Workshop tag check with inverted logic —
Legacytag = compatible,Enhancedtag = incompatible (Wine cannot run UE5 mods)- Added: PAK binary check with inverted logic — version < 14 (UE4) = compatible, version ≥ 14 (UE5) = incompatible
- Fixed: Same
set -e/local/pak_rcfixes asconan-linux
- Added:LEGAL_DOCKERIMAGE_NOTICE.txtcreated on first container start (same asconan-linux)
