A101Wayz Posted January 30, 2020 Posted January 30, 2020 Ok, so I've been trying to solve a problem I've been having while writing a script (in MOOSE). It seems that in MP, not all events can be captured. Specifically, I'm trying to capture the REFUEL start event during AA refueling. It works great in SP testing, but doesn't work at all in MP. Today, I noticed these lines in the log while doing some testing in MP: 2020-01-30 21:25:58.029 INFO DCS: wcTanker::onEvent:6 2020-01-30 21:25:58.029 INFO EDCORE: (wcTanker::Channel)enterToState_:4 2020-01-30 21:26:01.008 INFO DCS: wcTanker::onEvent:9 2020-01-30 21:26:01.008 INFO EDCORE: (wcTanker::Channel)enterToState_:5 My question is this: Is there any way to capture these events (wcTanker::onEvent:6), or, any way to check what the state (wcTanker::Channel enterToState) of the tanker is? Wayz Out Intel Core i9 9900K | ASUS ROG Strix Z390E Gaming MB | G.Skill Ripjaws V 32gb DDR4-3200 | GeForce RTX 2080 Ti | Samsung 970 EVO Plus NVMe HTC Vive Pro VR | Logitech G x56 HOTAS | Logitech G PRO Pedals
Grimes Posted January 31, 2020 Posted January 31, 2020 Thats just default logging for whatever reason in DCS. The scripting engine event not being detected for clients is a known and reported bug. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
A101Wayz Posted February 1, 2020 Author Posted February 1, 2020 Thats just default logging for whatever reason in DCS. The scripting engine event not being detected for clients is a known and reported bug. So, no way to detect these tanker events... That's a shame, as I was already dreaming up ways to use them. LOL Thanks! Wayz Out Intel Core i9 9900K | ASUS ROG Strix Z390E Gaming MB | G.Skill Ripjaws V 32gb DDR4-3200 | GeForce RTX 2080 Ti | Samsung 970 EVO Plus NVMe HTC Vive Pro VR | Logitech G x56 HOTAS | Logitech G PRO Pedals
Recommended Posts