IceOfWraith 25ce98d901
Add tModLoader 1.4+ & Edit tModLoader (Legacy) (#184)
* Add tModLoader 1.4+

Due to the major changes in how tModLoader functions, a new template has been created to address the new methods. This version will download the appropriate dotnet version and execute the tModLoader.dll. This shares the same config and metaconfig files as the original tModLoader.

* Update config and metaconfig

* Fix file naming

* Fix File Naming

* Fix broken stuff

* Add original tModLoader config final update stage

* Update tmodloader14metaconfig.json

Co-authored-by: Jasper Borsboom <j.borsboom@veltwerk.nl>

* Update tmodloader14config.json

* Final Updates

* Final changes

* Update tmodloader14.kvp

Co-authored-by: Jasper Borsboom <j.borsboom@veltwerk.nl>
2022-09-18 01:23:45 -05: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-08-30 18:30:27 +10: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-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-08-28 16:47:37 +10:00
2022-06-15 11:45:52 +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-06-18 17:29:44 +01: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-09-11 17:01:57 -05: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%