From 548281a3d747b17494335492b0073b60ce918ac7 Mon Sep 17 00:00:00 2001 From: szporowolik Date: Thu, 17 Oct 2019 17:27:58 +0200 Subject: [PATCH] Updated lua script for v0.8 --- 01_DCS/Hooks/Perun.lua | 6 +++--- 01_DCS/Json/perun_status_data.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/01_DCS/Hooks/Perun.lua b/01_DCS/Hooks/Perun.lua index 5a9228f..f1f2c2e 100644 --- a/01_DCS/Hooks/Perun.lua +++ b/01_DCS/Hooks/Perun.lua @@ -9,12 +9,12 @@ package.cpath = package.cpath..";"..lfs.currentdir().."/LuaSocket/?.dll" Perun.RefreshStatus = 15 -- (int) base refresh rate in seconds to send status update (values lower than 60 may affect performance!) Perun.RefreshMission = 60 -- (int) refresh rate in seconds to send mission information (values lower than 60 may affect performance!) -Perun.TCPTargetPort = 48620 -- (int) TCP port to send data to +Perun.TCPTargetPort = 48621 -- (int) TCP port to send data to Perun.TCPPerunHost = "localhost" -- (string) IP adress of the Perun instance or "localhost" Perun.Instance = 1 -- (int) Id number of instance (if multiple DCS instances are to run at the same PC) Perun.JsonStatusLocation = "Scripts\\Json\\" -- (string) folder relative do user's SaveGames DCS folder -> status file updated each RefreshMission -Perun.MOTD_L1 = "Witamy na serwerze Gildia.org !" -- (string) Message send to players connecting the server - Line 1 -Perun.MOTD_L2 = "Wymagamy obecnosci DCS SRS oraz TeamSpeak - szczegoly na forum" -- (string) Message send to players connecting the server - Line 2 +Perun.MOTD_L1 = "Welcome to our server!" -- (string) Message send to players connecting the server - Line 1 +Perun.MOTD_L2 = "Please use SRS radio." -- (string) Message send to players connecting the server - Line 2 -- ###################### END OF SETTINGS - DO NOT MODIFY OUTSIDE THIS SECTION ###################### diff --git a/01_DCS/Json/perun_status_data.json b/01_DCS/Json/perun_status_data.json index d3f5a12..60b0742 100644 --- a/01_DCS/Json/perun_status_data.json +++ b/01_DCS/Json/perun_status_data.json @@ -1 +1 @@ - +[]