CubeCoders / AMPTemplates

For the AMP community to share Generic Module templates.
MIT License
93 stars 293 forks source link

Terratech worlds server #968

Closed Airfirewall closed 3 months ago

Airfirewall commented 3 months ago

For windows and Linux, Requires wine to be able to run on Linux. There is no console yet for this server so server messages such as joining and leaving is only in log file. Log file for the server is located at 2533070\TT2\Saved\Logs. If you know a way to get the data from the logs to the console then let me know.

Greelan commented 3 months ago

Try: -stdout -FullStdOutLogOutput on the command line

IceOfWraith commented 3 months ago

You'll need to revert the manifest.json.

Airfirewall commented 3 months ago

I thought you said I had to put my own manifest in the main, Ill revert it

IceOfWraith commented 3 months ago

No worries. Just when you're testing you need the manifest in your branch to be different. The merge can't change it.

Airfirewall commented 3 months ago

ok so only the template files go into main, I tried -stdout -FullStdOutLogOutput and it didn't change the console.

Greelan commented 3 months ago

Given the server config is just JSON, why have you used template merge? That's best avoided if possible

Greelan commented 3 months ago

If you make the change to json automap (or justify why template merge is appropriate), I will then provide my other improvements

Airfirewall commented 3 months ago

I seen other templates using it so figured it was fine, updated the configs to have it removed