19 Commits

Author SHA1 Message Date
c2c13fa28e Update conan-exiles.kvp (#435)
* Update conan-exiles.kvp

Update to include non-Steam client mod downloading port.

* Update conan-exiles.kvp
2023-07-29 18:11:41 -05:00
39fd5fdc9c CE: new binary name (#402) 2023-06-23 07:13:19 +10:00
c85c4dc994 Conan Exiles: various updates (#318) 2023-04-30 11:06:35 +10:00
5cb7fb7d4d Various: Wine related updates (#322) 2023-04-03 16:08:07 +10:00
d8364858bd Conan Exiles Regex and Exit (#279)
* Regex and Exit

Changed commandline args as suggested by @Greelan which makes it possible to search for regex
Added regex for join leave and chat. Modified regex for ready.
Modified exit mode to string and set timeout to 60s so that the server can properply shutdown

* keep rcon alive

* tune rcon keepalive and ready regex

* Update launch args, "-log" isn't needed

* Update conan-exiles.kvp

Filtering ping errors for RCON keepalive

* Update conan-exiles.kvp

Streamlined the regex thanks to Greelan!

---------

Co-authored-by: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com>
2023-03-25 21:45:59 -05:00
2f22ab52dd Conan Exiles - Add Workshop Mod Support (#300)
This takes advantage of the new Steam Workshop functionality to allow users to easily download mods.
2023-03-16 07:23:59 -05:00
70c93e9a07 SteamCMD client app ID updates (#272) 2023-01-08 07:57:45 +11:00
975a9f51ed Add Conan Exiles Docker Support (#188)
* Add Conan Exiles Docker Support

This adds Docker support for Conan Exiles and converts it to using Wine vs Proton. This simplifies the config quite a bit.

* Final Changes
2022-09-14 23:32:22 -05:00
203de3b9dc Conan Exiles: specify correct docker image 2022-09-02 18:01:08 +10:00
1f60660332 Update Conan Config
Further changes requested.
2022-05-07 17:26:45 -05:00
b417df11b6 Update Conan Config
Corrected multiple suggested fixed with the config.
2022-05-07 17:13:41 -05:00
9cad79c948 As requested by Greelan
Putting my name first.
2022-04-29 11:38:57 -05:00
c8df970a0f Fixed QueryPort and EnumValues blanks
I somehow removed the QueryPort through all the changes with the command line args. It's back now. Also added default blank values for EnumValues to avoid any possible issues.
2022-04-29 11:35:08 -05:00
366ae59421 Added Map and Various Adjustments
Updated the command line args due to formatting issues with the game, added Server Password to the command line since it goes in the Engine.ini and is not a line included by default. Disabled RCON for now due to the bug with AMP disconnecting after some time. The server works fine with regular console but will not accept input.
2022-04-03 22:19:28 -05:00
bc8b9c0b45 Added Proton
Requires xvfb to run.
2022-02-12 04:01:03 -06:00
86a19dd796 .
.
2022-02-12 02:55:27 -06:00
fa0c719a1e Add config template
@Greelan added update stages and adminpassword settings.
2022-02-12 02:38:27 -06:00
9a5e51e0c9 Additions made by Greelan
Notes by Greelan:

Some further development of the template that you can merge if appropriate to build out your PR.

Having worked with it a bit more I've concluded that it ain't a particularly AMP-friendly server.

Couple of specific comments:

    I've added AdminPassword as a command line argument, but I am not sure that is accepted. Most instructions say to put it in the ServerSettings.ini. Problem is that the default ServerSettings.ini that is created when the server is first started does not include that field. So I tried the solution of having a copy of that ini, with the AdminPassword field added, being downloaded from GitHub and copied across as update stages. But the server overwrites that on first start. And given I don't want the update stages overwriting the existing ServerSettings.ini, because it might include a lot of user configuration, I can't see a resolution for this (ie getting an AdminPassword entry into the standard ServerSettings.ini that is not overwritten by the server and that does not cause AMP to overwrite other settings).
    The Server Password manifest entry assumes that it will work with the ServerPassword field that exists by default in ServerSettings.ini. But I've also read that ServerPassword only works in Engine.ini. However, Engine.ini doesn't include that entry by default - which creates the same issue as for AdminPassword.
2022-02-07 19:31:56 -06:00
8bb6c59923 Add Conan Exiles (draft)
This brings back the work that was started on https://github.com/CubeCoders/AMPTemplates/pull/3 previously. It has been migrated to use the new generic settings. It currently only works on Windows, but has a baseline started for Proton. Settings have not been added to the GUI yet.
2022-01-29 13:12:18 -06:00