Geramie Kuba fc2d3c930d
Added Seven Days to Die Undead Legacy Template (#224)
* Added Seven Days to Die Undead Legacy Template

* Updated default Seven Days to Die templates

* Removed Undead Legacy config references

* Added name to authors

* Removed Undead Legacy specific files

* Made requested changes.

* Added an Info box to the Undead Legacy category

* Fixed missing {{$FullBaseDir}}

* Fixed UpdateSourceCondition for copy commands.

* Fixed typo in Windows Undead Legacy Stable copy.

* Made requested changes for merge.
2022-11-09 15:15:05 -06:00
2022-10-04 01:08:08 +11:00
2022-05-01 08:49:16 +10:00
2022-02-13 21:54:23 +11:00
2022-07-05 19:58:44 +10:00
2022-09-23 18:06:34 +10:00
2022-09-23 18:06:34 +10:00
2022-09-23 18:06:34 +10:00
2022-08-30 18:30:27 +10:00
2022-10-04 11:51:03 +11:00
2022-03-23 22:29:14 -05:00
2022-09-17 12:28:49 +10:00
2022-05-27 18:01:02 -05:00
2022-05-27 18:01:02 -05:00
2022-05-27 18:01:02 -05:00
2022-11-10 06:29:17 +11:00
2022-11-10 06:29:17 +11:00
2022-11-10 06:29:17 +11:00
2022-11-10 06:29:17 +11:00
2022-02-19 13:15:00 -06:00
2022-02-19 13:15:00 -06:00
2022-08-05 17:33:40 +01:00
2022-08-28 16:47:37 +10:00
2022-08-28 16:47:37 +10:00
2022-10-04 23:30:11 +01:00
2022-03-19 01:35:45 -05:00
2022-03-19 01:35:45 -05:00
2022-08-29 22:48:40 -05:00
2022-01-14 14:02:49 +00:00
2022-06-17 11:15:33 +01:00
2022-02-20 11:50:42 -06:00
2021-12-30 12:17:32 -06:00
2021-12-30 12:17:32 -06:00
2021-12-22 00:28:23 -06:00
2021-12-22 00:28:23 -06:00
2022-03-20 15:15:13 -05:00
2022-03-23 12:27:52 -05:00
2022-07-16 19:56:38 -05:00
2022-07-16 19:56:38 -05:00
2022-03-25 22:47:25 +11:00
2022-03-25 22:47:25 +11:00
2022-03-25 22:47:25 +11:00
2022-01-29 23:23:45 +11:00
2022-06-01 21:34:19 -05:00
2022-06-01 21:34:19 -05:00
2022-06-01 21:34:19 -05:00
2022-09-14 10:05:25 +10:00
2022-08-28 16:47:52 +10:00
2022-08-28 16:47:52 +10:00
2022-08-28 16:47:52 +10:00
2022-09-14 20:13:54 +10:00
2022-07-09 20:41:23 +10:00
2022-07-09 20:41:23 +10:00
,
2022-02-13 19:10:49 -06:00

AMP Templates

For the AMP community to share Generic Module templates.

Making generic module templates

See the wiki article for the module: https://github.com/CubeCoders/AMP/wiki/Configuring-the-'Generic'-AMP-module

You can also use the online configurator at https://config.getamp.sh/ to help with building templates.

Sharing Templates

Right now the following restrictions apply to templates that may be publicly shared via this repository (some of these will be relaxed over time):

  • The application must not require any login/authentication in order to download (except for SteamCMD logins).
  • If the application does not have a Linux version you should add a Proton download via SteamCMD to support it if possible.
  • Applications that have customizable settings must use a Settings Manifest.
  • Only applications that expose some kind of Console that AMP is able to pick up.
  • Do not invoke any shell scripts/batch files. You must only launch actual executables.

To share a template

Create a pull request containing the following files in the top-level directory of the repository:

*APPLICATIONAME*.kvp
*APPLICATIONAME*config.json
*APPLICATIONAME*metaconfig.json (Optional)

With the names fully lower-cased.

For example, valheim.kvp, valheimconfig.json, valheimmetaconfig.json

Do not use any directories and include no-other files.

If you are only submitting a draft, make sure to append (draft) to the pull request title.

Editing templates

If you believe that a template needs either updating or changes made, please submit a pull request for that template with a justification for why that change is needed. If possible try and contact the original author first.

After submitting a template

Once you've submitted a pull request, your configuration will be tested in its as-is state by an automated tool. It will:

  • Load the configuration
  • Attempt to perform an update
  • Attempt to start the application
  • Verify that the application reaches the 'Ready' state.
  • Attempt to stop the application
  • Verify that the application reaches the 'Stopped' state.

You should ensure that your configuration can do this on both Windows and Linux before submitting your configuration.

Description
For the AMP community to share Generic Module templates.
Readme 3.5 MiB
Languages
Shell 69.1%
PowerShell 30.9%