From 84a541e38ab8c4f9ec39c7249927967442b8f692 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:52:32 +0100 Subject: [PATCH] Allow to set custom modules --- .../egg-mount--blade-i-i--bannerlord.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/egg-mount--blade-i-i--bannerlord.json b/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/egg-mount--blade-i-i--bannerlord.json index 9eeaa95f..eb5afd19 100644 --- a/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/egg-mount--blade-i-i--bannerlord.json +++ b/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/egg-mount--blade-i-i--bannerlord.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-01-10T09:46:32+01:00", + "exported_at": "2024-01-15T15:51:23+01:00", "name": "Mount & Blade II: Bannerlord", "author": "josdekurk@gmail.com", "description": "A strategy\/action RPG. Create a character, engage in diplomacy, craft, trade and conquer new lands in a vast medieval sandbox. Raise armies to lead into battle and command and fight alongside your troops in massive real-time battles using a deep but intuitive skill-based combat system.", @@ -13,7 +13,7 @@ "Dotnet_6": "ghcr.io\/parkervcp\/yolks:dotnet_6" }, "file_denylist": [], - "startup": "cd \/home\/container\/bin\/Linux64_Shipping_Server\/ && dotnet TaleWorlds.Starter.DotNetCore.Linux.dll \/port {{SERVER_PORT}} \/dedicatedcustomserverauthtoken \"{{AUTH_TOKEN}}\" \/dedicatedcustomserverconfigfile tdm_config.txt _MODULES_*Native*Multiplayer*DedicatedCustomServerHelper*_MODULES_", + "startup": "cd \/home\/container\/bin\/Linux64_Shipping_Server\/ && dotnet TaleWorlds.Starter.DotNetCore.Linux.dll \/port {{SERVER_PORT}} \/dedicatedcustomserverauthtoken \"{{AUTH_TOKEN}}\" \/dedicatedcustomserverconfigfile tdm_config.txt _MODULES_{{MODULES}}_MODULES_", "config": { "files": "{}", "startup": "{\r\n \"done\": \"Custom Game server is ready! You can now enter console commands\"\r\n}", @@ -57,6 +57,16 @@ "user_editable": true, "rules": "required|string|", "field_type": "text" + }, + { + "name": "Modules", + "description": "The modules that the server will be running. Ensure that it's in the format of *module1*module2*module3* etc.", + "env_variable": "MODULES", + "default_value": "*Native*Multiplayer*DedicatedCustomServerHelper*", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:128", + "field_type": "text" } ] -} +} \ No newline at end of file