Commit Graph

153 Commits

Author SHA1 Message Date
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
af7275b250 Fix for configmanifest.json
Fix for configmanifest.json
2022-02-12 03:05:24 -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
PhonicUK
9b51cb0b5a
Merge pull request #40 from Greelan/pz
Project Zomboid: Allow Java GC algo selection on Windows
2022-01-18 21:23:04 +00:00
Greelan
802f6ea8fa Allow Java GC algo selection on Windows 2022-01-17 21:12:03 +11:00
PhonicUK
4637e7cabf
Merge pull request #37 from IceOfWraith/se
Correct Space Engineers Config
2022-01-14 16:29:52 +00:00
IceOfWraith
d467cdaefc Correct Space Engineers Config
The config directory was not auto-creating on first startup and the checkboxes did not match the latest format.
2022-01-14 09:22:18 -06:00
PhonicUK
9480ca72ca
Update README.md 2022-01-14 14:02:49 +00:00
PhonicUK
d31c403146
Merge pull request #36 from IceOfWraith/ror2
Update Risk of Rain 2 Checkboxes
2022-01-14 14:01:33 +00:00
PhonicUK
4334df0f4d
Merge pull request #35 from IceOfWraith/bp
Update Broke Protocol Checkboxes
2022-01-14 14:01:22 +00:00
PhonicUK
e3a3ecbb0e
Merge pull request #34 from IceOfWraith/pz
Update Project Zomboid Checkboxes
2022-01-14 14:01:14 +00:00
PhonicUK
5b7a400be8
Merge pull request #33 from IceOfWraith/sven
Update Sven Co-op Checkboxes
2022-01-14 14:01:07 +00:00
PhonicUK
00021a6c16
Merge pull request #32 from IceOfWraith/dst2
Update Don't Starve Together Checkboxes
2022-01-14 14:00:59 +00:00
IceOfWraith
b5a4566c00
Update Risk of Rain 2 Checkboxes Again
This time the right way.
2022-01-14 00:10:42 -06:00
IceOfWraith
0d47ab05d3
Update Risk of Rain 2 Checkboxes
This will update the checkboxes to the latest format. This will cause issues with the server until implemented.
2022-01-13 21:36:13 -06:00
IceOfWraith
b5096eb671
Update Broke Protocol Checkboxes
This updates the checkboxes to the latest format. Unknown if this caused any issues, but will correct the code for future use.
2022-01-13 21:33:42 -06:00
IceOfWraith
fe82ee759d Update Project Zomboid Checkboxes
This updates the checkboxes to the latest format. This could cause issues with the server until implemented.
2022-01-13 21:29:25 -06:00
IceOfWraith
a305d2e922 Update Sven Co-op Checkboxes
Updated the checkboxes to match the latest format.
2022-01-13 21:06:32 -06:00
IceOfWraith
fa2a303bea Update Don't Starve Together Checkboxes
Converted the checkboxes to match the latest format.
2022-01-13 20:54:43 -06:00
PhonicUK
3eb7747462
Merge pull request #29 from Greelan/pz
Urgent fix: Add spaces to null Default Values
2022-01-11 11:45:59 +00:00
Greelan
2dfee9e0c5
Add spaces to null Default Values 2022-01-11 17:49:01 +11:00
PhonicUK
3b274b4660
Merge pull request #28 from IceOfWraith/patch-1
Corrected an error in Space Engineers
2022-01-10 15:16:04 +00:00
IceOfWraith
44df74e12c
Updated Space Engineers config to relative path
The config file for Space Engineers had an error in the relative path for the pre-made world.
2022-01-10 06:41:58 -06:00
IceOfWraith
03ab7e9a96
Corrected an error in Space Engineers
The UpdateSourceTarget was improperly set to the wrong directory. It has been corrected and tested with the existing template on GitHub.
2022-01-10 05:56:10 -06:00
PhonicUK
c2ed337bbc
Merge pull request #25 from IceOfWraith/spaceengineers
Add Space Engineers
2022-01-09 14:56:38 +00:00
PhonicUK
ac3215106c
Merge pull request #22 from mrhanman/main
Create Craftopia Template
2022-01-09 14:56:30 +00:00
PhonicUK
1a9e9b3a68
Merge pull request #21 from IceOfWraith/dst
Add Don't Starve Together Module
2022-01-09 14:56:03 +00:00
PhonicUK
0e359cdd55
Merge pull request #20 from IceOfWraith/main
Edit StarMade Template
2022-01-09 14:55:11 +00:00
PhonicUK
90117ad56c
Merge pull request #24 from Greelan/pz
Add ability for user to add custom Java and server arguments
2022-01-09 14:55:03 +00:00
IceOfWraith
81fab39112 Add Space Engineers
This adds the config for the Space Engineers generic module including a base config file.
2022-01-08 16:13:54 -06:00
Greelan
aec21f7093 Add ability for user to add custom Java and server arguments
Revert "Add IP binding parameter"

This reverts commit 9211cd66ef.

Add ability for user to add custom args

Add ability for user to add custom arguments

Update to all both java and server arguments
2022-01-02 13:53:54 +11:00
mrhanman
fbedec0487
Create Craptopia Template 2022-01-01 11:59:53 -09:00
IceOfWraith
3303533966
Add Don't Starve Together Module
This adds the Don't Starve Together dedicated server generic module. All functionality should be included at the current time. No known limitations.
2021-12-31 01:05:28 -06:00
IceOfWraith
34976e2345
Merge branch 'CubeCoders:main' into main 2021-12-30 12:18:10 -06:00
IceOfWraith
ab6bac219e Edit StarMade Template
Fixed the base directory, config startup command, and shutdown command.
2021-12-30 12:17:32 -06:00
PhonicUK
cbda0896ff
Merge pull request #19 from Greelan/pz
Change memory limit description
2021-12-30 15:50:20 +00:00
PhonicUK
18d40e7cd5
Merge pull request #18 from IceOfWraith/main
Add StarMade Module
2021-12-30 15:50:11 +00:00
Greelan
158a12dc16
Change memory limit description 2021-12-30 08:04:22 +11:00
IceOfWraith
47f5e4c326 Add StarMade Module
Adjusted to show "Memory Limit (MB)" and "Java's maximum heap size" to mirror other modules.
2021-12-29 13:50:59 -06:00
IceOfWraith
461219ad30 Add StarMade Module
This adds StarMade Windows and Linux support. Currently all settings are managed in a single file with 188 settings. Once AutoMap receives new features to specify partial settings this will be added to the module as well.
2021-12-29 07:34:30 -06:00
PhonicUK
d92cd80e77
Merge pull request #16 from IceOfWraith/Risk-of-Rain-2
Add Risk of Rain 2
2021-12-29 00:59:11 +00:00
PhonicUK
ce08fbc799
Merge pull request #17 from Greelan/pz
Add Project Zomboid template
2021-12-29 00:58:33 +00:00
PhonicUK
8c27d6f3a8
Merge pull request #15 from IceOfWraith/main
Add Sven Co-op
2021-12-29 00:57:49 +00:00
Greelan
420f65e3bb Revert "Update project-zomboidconfig.json"
This reverts commit d3ba4fdce0.
2021-12-27 16:40:42 +10:30
Greelan
d3ba4fdce0
Update project-zomboidconfig.json 2021-12-27 16:49:55 +11:00