Conan Exiles Enhanced
Conan Exiles Enhanced has been added to AMP! This is being handled as a new template to avoid any inconsistencies with the legacy branch. There are now two options in the drop down:
- Conan Exiles Enhanced - The latest UE5 release
- Conan Exiles (Legacy) - Existing instances use this and stick to the UE4 release
Note: There are some important changes regarding dedicated servers if you intend to keep your save from an old server. Exiled Lands is automatically upgraded if you import your save to the new template. Isles of Siptah requires extra steps. See their guide for more details: Conan Exiles Enhanced Release Notes
2 Likes
New instance with new template saying āfailed to startā after āSuccess! App ā443030ā fully installed.ā is this a common happening at the moment?
mine installed fine? is this when its downloading from steam or creating the instance?
I get it when starting the server
Open a support request and share logs. Any number of things could cause that, but likely not directly related to this releasing.
For me after install and update it says unable to run at red Icon at top with an exclamation.
Thank you for being so fast with the release. They finally also released a Linux dedicated server option! No more wine config.
āHi, Iām using AMP on Windows. I can connect using my local IP and it works, but when I try to connect from outside, itās impossible. For your information, Iāve opened the ports on my router and I have other game servers that work fine. Any idea what the problem could be?
It was already released so this isnāt necessary.
Removed it - thank you once again.
The AMP dashboard is not tracking when players are connected to the server, it always shows 0 players.
1 Like
Yeah they changed the log lines used to track that. Iām not sure if weāll be able to cleanly show players in the new version but will update the template after looking closer.
2 Likes
I was gonna ask the same thing. I have my server up running and players connected without issues thankfully but not showing the # of players. Hope this wil be fixed down the road.
may have a fix for Active Users not tracking on Conan Exiles Enhanced
Since Conan Exiles Enhanced is currently Steam only, the following regexes may fix player tracking in AMP. They have also been written to support other platforms (EOS, Xbox, PlayStation) in case Funcom release Enhanced on those platforms in the future.
Edit your GenericModule.kvp and replace the UserJoinRegex and UserLeaveRegex with:
Console.UserJoinRegex=^.*LogNet: Login request: userId: (?<userid>.+)
Console.UserLeaveRegex=^.*LogNet: UNetDriver::RemoveClientConnection.*UniqueId: (?<userid>[^,]+)
The key fix is that both regexes capture the same unique identifier (the platform ID e.g. STEAM:76561198xxxxxxxxx) so AMP can correctly pair join and leave events and accurately track the active user count.
If you want Steam only for now you can use:
Console.UserJoinRegex=^.*LogNet: Login request: userId: STEAM:(?<userid>\d+)
Console.UserLeaveRegex=^.*LogNet: UNetDriver::RemoveClientConnection.*UniqueId: STEAM:(?<userid>\d+)
Tested and working on AMP v2.7.2.2 on Linux.
How do you import the saves from legacy branch to enhanced branch?
Read the release notes and move the files within AMP.