TheConqueror Posted November 21, 2023 Posted November 21, 2023 We will set up a server just for acrobatics. We want to use taxi speed limits here. I tried to load Moose's script file, that is, the lua file, and tried to change something in its content, but I could not succeed. How can I set it? This job seems very complicated to me I couldn't do it.
Pikey Posted November 21, 2023 Posted November 21, 2023 it's not a simple script, that's why you couldn't do it, suggest you ask for help on the Discord server, the old methods needed slot blocker to kick people. https://discord.com/channels/378590350614462464/983485413060640778 There's a demo mission that could be adjusted to put the speed warnings in. Docs https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/OPS.FlightControl.html Specific function https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/OPS.FlightControl.html##(FLIGHTCONTROL).SetSpeedLimitTaxi 1 ___________________________________________________________________________ SIMPLE SCENERY SAVING * SIMPLE GROUP SAVING * SIMPLE STATIC SAVING *
TheConqueror Posted November 21, 2023 Author Posted November 21, 2023 6 minutes ago, Pikey said: it's not a simple script, that's why you couldn't do it, suggest you ask for help on the Discord server, the old methods needed slot blocker to kick people. https://discord.com/channels/378590350614462464/983485413060640778 There's a demo mission that could be adjusted to put the speed warnings in. Docs https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/OPS.FlightControl.html Specific function https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/OPS.FlightControl.html##(FLIGHTCONTROL).SetSpeedLimitTaxi I wrote such a script from all I understood, but it didn't work. In the other Trigger, Moose.lua is run.
TheConqueror Posted November 25, 2023 Author Posted November 25, 2023 (edited) On 11/22/2023 at 12:24 AM, cfrag said: Perhaps take a look at DML‘s „Taxi Police“ But I want planes to receive constant warnings as they accelerate while on the ground. And in the ongoing acceleration, I want the player to be thrown into the spectator slot before taking off. I looked at your framework, but it is not what I need. Can we do what I said on your framework? Edited November 25, 2023 by TheConqueror
cfrag Posted November 25, 2023 Posted November 25, 2023 2 hours ago, TheConqueror said: I want the player to be thrown into the spectator slot before taking off. That will require a server script.
TheConqueror Posted November 25, 2023 Author Posted November 25, 2023 (edited) 14 hours ago, cfrag said: That will require a server script. Yeah i know. i was did it it was work on single and new server mods... But its not work on dedicated server. I thought there was something related to this, but this lua file did not work either. And What is the difference between a dedicated server and opening a New Server in the game? In Multi Player Missions ATC_GROUND is functional in multi player, however ... Due to a bug in DCS since release 1.5, the despawning of clients are not anymore working in multi player. To work around this problem, a much better solution has been made, using the slot blocker script designed by Ciribob. With the help of Ciribob, this script has been extended to also kick client players while in flight. ATC_GROUND is communicating with this modified script to kick players! Install the file SimpleSlotBlockGameGUI.lua on the server, following the installation instructions described by Ciribob. Simple Slot Blocker from Ciribob & FlightControl Edited November 26, 2023 by TheConqueror
Recommended Posts