beppe_goodoldrebel Posted September 22, 2018 Posted September 22, 2018 (edited) Stavo girando tra i file di DCS , avevo già notato che esistono 2 lua per l'ATC che si trovano qua \DCSWorld\Scripts\UI\RadioCommandDialogPanel\Config\Common Ho guardato per bene cosa c'è dentro ATC2 e la cosa è sorprendente... { name = _('Request startup'), command = sendMessage.new(Message.wMsgLeaderRequestEnginesLaunch), condition = { check = function(self) return not data.pUnit:inAir() end } }, --[[ { name = _('Ground Control: Request taxi for takeoff'), command = sendMessage.new(Message.wMsgLeaderRequestTaxiForTakeoff), condition = { check = function(self) return data.pUnit:inAir() end } }, { name = _('Tower: Request takeoff'), command = sendMessage.new(Message.wMsgLeaderTowerRequestTakeOff), condition = { check = function(self) return data.pUnit:inAir() end } }, --]] { name = _('Approach Control: Visual Overhead'), command = sendMessage.new(Message.wMsgLeaderApproachOverhead), condition = { check = function(self) return data.pUnit:inAir() end } }, { name = _('Approach Control: Visual Straight-in'), command = sendMessage.new(Message.wMsgLeaderApproachStraight), condition = { check = function(self) return data.pUnit:inAir() end } }, { name = _('Approach Control: Instrument Approach'), command = sendMessage.new(Message.wMsgLeaderApproachInstrument), condition = { check = function(self) return data.pUnit:inAir() end } }, --[[ { name = _('Tower: Report the initial for the break'), command = sendMessage.new(Message.wMsgLeaderGroundRepair), condition = { check = function(self) return data.pUnit:inAir() end } }, --]] { name = _('Tower: Report inbound for the straight-in'), command = sendMessage.new(Message.wMsgLeaderInboundStraight), condition = { check = function(self) return data.pUnit:inAir() end } }, --[[ { name = _('Ground Control: Request Taxi to Parking'), command = sendMessage.new(Message.wMsgLeaderGroundRepair), condition = { check = function(self) return data.pUnit:inAir() end } } --]] } Ho provato a sostituire ATC2 con il file ATC ... e funziona.... in parte. A quanto pare non passa il comando di "ready to taxi" alla torre di controllo ... devo provare a guardare bene nel codice e capire se è possibile fare qualcosa... vi faccio sapere se riesco a farlo andare in qualche modo. Edited September 22, 2018 by beppe_goodoldrebel
Majinbot Posted September 22, 2018 Posted September 22, 2018 Finalmente stanno testando un nuovo ATC. Erano secoli che la gente chiedeva qualcosa che si avvicinasse agli altri simulatori. Non la porcheria che nemmeno funzionava bene che abbiamo. PC: i7-13700K - Gigabyte RTX 5080 GAMING OC - 64GB DDR5 6400 - VPC MongoosT-50CM3 - VKB GF pro - MFG Crosswind - Msi MPG321UR-QD + LG OLED 32GS95UE - TrackIR5 - Quest 3
beppe_goodoldrebel Posted September 22, 2018 Author Posted September 22, 2018 Dal file non vedo nulla di trascendentale o fondamentalmente nuovo... è come se avessero creato una "maschera" più articolata degli stessi eventi dell'ATC attuale. Per esempio mi piacerebbe avere più frequenze per Approach , Departure , Tower e Ground , ordine di partenza e arrivo , più altre simpatiche cose... Io spero vivamente questo sia solo un tentativo ... Comunque ho qualche problema a far funzionare il tutto , come se non vedesse gli eventi. Ci sto lavorando , la mia conoscenza dei lua di DCS è pressochè nulla ma per fortuna ho l'altro file dell' ATC attuale di esempio.
TBear Posted September 22, 2018 Posted September 22, 2018 Per esempio mi piacerebbe avere più frequenze per Approach , Departure , Tower e Ground , ordine di partenza e arrivo , più altre simpatiche cose... Mission designer with...drumroll.... MOOSE https://flightcontrol-master.github.io/MOOSE_DOCS/ skin artist at: https://forums.eagle.ru/showthread.php?t=183217
beppe_goodoldrebel Posted September 24, 2018 Author Posted September 24, 2018 Dopo mille prove direi che non c'è modo di renderlo funzionante , ci sono alcuni comandi per "eventi" che probabilmente non esistono nella nostra versione. La cosa positiva di tutto ciò è che ho capito come funziona l'ATC attuale , potrei creare una versione tutta mia sulla base dei comandi presenti adesso. Potrei creare un menu ATC che può funzionare così: ATC -> Ground -> Request Startup -> Request taxy to runway Tower -> Request take off -> Request landing ( quando in aria ) -> Abort take off Departure -> Confirm take off Approach -> Inbound -> Request azimuth -> Abort Inbound
Pelmo Posted September 24, 2018 Posted September 24, 2018 Bella iniziativa! Prova e facci sapere se funziona! Intel i9-13900K, @5.8GHz, Gigabyte Z690 Aorus Master, 32GB DDR5 6200 DomPlatinum, GIGABYTE GeForce RTX 4090 Gaming OC 24G, LG 48GQ900-B, 4x 2TB Crucial P5plus M2 SSD NVME, 1x 500GB WD SN850 SSD NVME ,Thermaltake ToughPower GF3 1650W ATX 3.0 , Windows 11 Pro, Corsair AiO H170i LCD RGB, TrackIR 5, Thrustmaster Warthog, VPC Mongoos T-50CM3 Base, Thrustmaster MFD Cougar, MFG CROSSWIND, Corsair K95 Platinum, Sennheiser G 600, Roccat Kone Mouse.
VBS_Nero Posted September 25, 2018 Posted September 25, 2018 Bravo [sIGPIC][/sIGPIC] DCS SQ° Italia Virtual Black Sheep VBS Fan Page Facebook You Tube Page
Silver_Dragon Posted September 25, 2018 Posted September 25, 2018 old 2015 lua... For Work/Gaming: 28" Philips 246E Monitor - Ryzen 7 1800X - 32 GB DDR4 - nVidia RTX1080 - SSD 860 EVO 1 TB / 860 QVO 1 TB / 860 QVO 2 TB - Win10 Pro - TM HOTAS Warthog / TPR / MDF
beppe_goodoldrebel Posted September 25, 2018 Author Posted September 25, 2018 old 2015 lua... Yeah , an interesting one nonetheless...
beppe_goodoldrebel Posted September 26, 2018 Author Posted September 26, 2018 Ecco una prima prova, provatelo con qualsiasi aereo in un aeroporto terrestre. Helipad e portaerei al momento sono rimasti come da origine. :D Purtroppo Departure non credo sia possibile farlo... spero in un aiuto dall'alto ma sarà dura. Rimpiazzate il file ATC.lua nella cartella ..\DCSWorld\Scripts\UI\RadioCommandDialogPanel\Config\Common ovviamente fate backup del file originale. Se qualche buona anima pia riesce a testarlo in multiplayer sarebbe il massimo.ATC mod v0.1 .lua
Recommended Posts