Commit Graph

13 Commits

Author SHA1 Message Date
Greelan
70c93e9a07
SteamCMD client app ID updates (#272) 2023-01-08 07:57:45 +11:00
IceOfWraith
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
Greelan
203de3b9dc
Conan Exiles: specify correct docker image 2022-09-02 18:01:08 +10:00
James Manker
1f60660332 Update Conan Config
Further changes requested.
2022-05-07 17:26:45 -05:00
James Manker
b417df11b6 Update Conan Config
Corrected multiple suggested fixed with the config.
2022-05-07 17:13:41 -05:00
James Manker
9cad79c948 As requested by Greelan
Putting my name first.
2022-04-29 11:38:57 -05:00
James Manker
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
James Manker
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
James Manker
bc8b9c0b45 Added Proton
Requires xvfb to run.
2022-02-12 04:01:03 -06:00
James Manker
86a19dd796 .
.
2022-02-12 02:55:27 -06:00
James Manker
fa0c719a1e Add config template
@Greelan added update stages and adminpassword settings.
2022-02-12 02:38:27 -06:00
IceOfWraith
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
IceOfWraith
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