IceOfWraith a7f8663ff0
Add 7 Days to Die Generic (#112)
* Add 7 Days to Die Generic

This is the draft of the 7 Days to Die generic config. This is not thoroughly tested yet, and not tried on Linux at all. I believe most everything works as expected including UMOD in Windows though.

Known Issues:
1. No Telnet connection due to related feature request: https://github.com/CubeCoders/AMP/issues/623
2. No FPS Status - This is not currently possible with Generic

* Multiple changes

-Fix Telnet
-Move Update Stages to separate file
-Setup for pre-20.4 config file option

* Fix my dummy mistakes

It's better now. It's much better now.

* Update Join Regex

This accounts for the old or new version's regex so it should work on any version.

* Move Update Settings

Moved the Release Stream and UMOD to the SteamCMD and Updates tab.
2022-06-05 20:14:53 -05:00
2022-05-01 08:49:16 +10:00
2022-02-13 21:54:23 +11:00
2021-10-07 09:23:43 -05:00
2021-10-07 09:23:43 -05:00
2022-05-07 17:26:45 -05:00
2022-06-03 12:51:12 +10:00
2022-03-23 22:29:14 -05:00
2021-12-01 18:07:40 +00:00
2021-02-13 16:37:20 +01: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-02-19 13:15:00 -06:00
2022-02-19 13:15:00 -06:00
2022-05-31 18:30:52 +10:00
2022-03-19 01:35:45 -05:00
2022-03-19 01:35:45 -05:00
2022-03-19 01:35:45 -05:00
2022-04-15 22:28:53 +10:00
2022-01-14 14:02:49 +00:00
2021-10-27 00:28:48 +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
2022-04-04 18:25:24 -05:00
2022-04-04 18:42:11 -05: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-03-05 13:51:23 +00:00
2022-03-05 13:51:23 +00: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-04-15 22:28:53 +10:00
2022-04-15 22:28:53 +10:00
2022-02-02 20:29:05 +11:00
2022-01-29 23:23:45 +11:00
2022-01-29 23:23:45 +11:00
2022-05-25 23:26:56 -05:00
,
2022-02-13 19:10:49 -06:00
2022-05-30 07:15:44 +10: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%