Commit Graph

14 Commits

Author SHA1 Message Date
Greelan
440daf46e2
Conan Exiles: remove AdminPassword setting (#405) 2023-06-25 18:14:01 +03:00
Greelan
c85c4dc994
Conan Exiles: various updates (#318) 2023-04-30 11:06:35 +10:00
Greelan
67923fb65c
Various: updates to RCON settings (#307) 2023-03-23 23:45:59 +11:00
IceOfWraith
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
IceOfWraith
f3d6d584b4
Update MinValue for all player counts (#269)
This is to address https://github.com/CubeCoders/AMP/issues/803
2023-01-02 13:49:55 -06:00
James Manker
ad5348bd56 Update Conan Config Manifest
Correct the RCON password setting.
2022-05-07 17:30:16 -05: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
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
af7275b250 Fix for configmanifest.json
Fix for configmanifest.json
2022-02-12 03:05:24 -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