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>
This commit is contained in:
IceOfWraith
2022-09-18 01:23:45 -05:00
committed by GitHub
parent 1ae86d97f6
commit 25ce98d901
6 changed files with 744 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
[
{
"ConfigFile": "tmodloader14serverconfig.txt",
"AutoMap": true,
"ConfigType": "kvp",
"ConfigFormat": "{0}={1}"
}
]