-
Posts
35 -
Joined
-
Last visited
About HanuXXL
- Birthday 02/09/1973
Personal Information
-
Flight Simulators
DCS, IL-2, Steel Beasts
-
Location
Suomi Finland, Perkele
-
Interests
Flight Sims
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Changes to the behaviour of net.dostring_in()
HanuXXL replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
This should be quite enough if "we are waiting for the community opinion" or something like that was said in another thread. What I mean who could afford to to lose such contributor as cfrag has been? -
DML - Mission Creation Toolbox [no Lua required]
HanuXXL replied to cfrag's topic in Scripting Tips, Tricks & Issues
Thank you sir -
Changes to the behaviour of net.dostring_in()
HanuXXL replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
Aw man... I've using also DML on my missions, as it is quite elegant, and now they are broke. And the fix is to ditch the missions, or use autoexec.cfg to open up my PC/Server? And to reverse engineer what parts of code I should allow? I cannot tell how should I do this, and I'm quite sure my squadmates are willing to hunt needed codebits from forums/reddit/etc. Even official campaigns are suffering this. I guess it's time to take some AWOL to wait and see if any decent implementation of this will arrive on later patches. I sure hope that the very important community people, like @cfrag, do not get fed up and stop developing their tools. -
Oooh! I was already giving up on this module as FM felt so off! Not any more!
-
Universal UFC| Works with all modules | Simple Install
HanuXXL replied to prestonflying's topic in Winwing
Yes, those names mentioned seem to be correct ones, thanks. Also I just found one missing line in ufcPatch.lua that had to be defined. Now it works in F-14 with dedicated lua definitions. This thing really helps to ulilize F-18 UFC better! -
Universal UFC| Works with all modules | Simple Install
HanuXXL replied to prestonflying's topic in Winwing
Great work guys! Just noticed this, and started to customize it, as I don't much care about info's that are easilly read from the cockpit... HOWEVER F-14 and IAS is a different thing... I managed to get what I want (IAS on scratchpad and flight mode buttons) via modifying ufcPatchGeneral.lua, but I'd like to have dedicated settings for F-14... I'm not much a coder, but a copy/paste-engineer, so I made a guess and added these F-14 lines in ufcPatch.lua between A-10 and Apache: ... -- A-10C sends throttled data every 0.2 seconds elseif moduleName == "A-10C" then if ufcExportClock.canTransmitLatestPayload then return ufcPatchA10C2.generateUFCData() end -- F-14A sends throttled data every 0.2 seconds elseif moduleName == "F-14A" then if ufcExportClock.canTransmitLatestPayload then return ufcPatchF14.generateUFCData() end -- F-14B sends throttled data every 0.2 seconds elseif moduleName == "F-14B" then if ufcExportClock.canTransmitLatestPayload then return ufcPatchF14.generateUFCData() end -- AH-64D_BLK_II sends information when latest is available ... And my ufcPatchF14.lua looks like this local ufcUtils = require("ufcPatch\\utilities\\ufcPatchUtils") ufcPatchF14 = {} -- Shows static data on the UFC function ufcPatchF14.generateUFCData() local MainPanel = GetDevice(0) -- local FC3RadarAltitudeString = ufcPatchUtils.GenaricRadarAltitudeFeet() -- local HeadingString = ufcPatchUtils.MagHeading() local AirspeedString = ufcPatchUtils.AirspeedKnots() -- local FuelString = ufcPatchUtils.TotalFuel() -- local Vertical = ufcPatchUtils.VerticalV_FPM() -- local FlareCount = ufcPatchUtils.flares() -- local ChaffCount = ufcPatchUtils.chaff() --Send info to UFC components log.write("WWT", log.INFO, "Trying to load custom example") return ufcUtils.buildSimAppProUFCPayload({ option1="T.O.", option2="CRUI", option3="A/A", option4="A/G", option5="LNDG", scratchPadNumbers="AirspeedString", scratchPadString1="O", scratchPadString2="N", com1="X", com2="8", selectedWindows={"1", "2", "3", "4", "5"} }) end return ufcPatchF14 Tried also using "F-14AB" as moduleName as some programs see it, but had no success... I guess the problem is that I have wrong modulename? Or something else? dcs.log looks promising however? 2025-05-02 15:09:48.190 INFO WWT (Main): Winwing export installed! 2025-05-02 15:09:48.191 INFO WWT (Main): Export start! 2025-05-02 15:09:57.546 INFO WWT (Main): F-14B 2025-05-02 15:09:57.546 INFO WWT (Main): UFC Patch Mod Enabled: Setting up now 2025-05-02 15:09:57.546 INFO WWT (Main): Detected module F-14B, UFC Patch Mod Enabled 2025-05-02 15:09:57.546 INFO WWT (Main): Running use custom ufc now But sadly the screens stay black -
Explaining a joke is not mandatory
- 24 replies
-
- air to air
- refuel
-
(and 2 more)
Tagged with:
-
I also wish that the basket would not autodisconnect within seconds if I somehow manage to catch it.
- 24 replies
-
- air to air
- refuel
-
(and 2 more)
Tagged with:
-
Fps drops from around 120 to 30 every 10 seconds or so
HanuXXL replied to PatientSquire27's topic in Game Performance Bugs
Also check that you have excluded DCS folders from Microsoft Defender. That is one pain in the butt...on and causes random stutters. -
Thanks, I guess I'll try the Hormuz. And yes; dedicated server is how I like to run the missions. Got to check that Apache campaign too; thanks for the heads up!
-
Hi, been enjoying most excellent Baltic_dragons campaings and planned to get in action with a buddy, but what 2-player campaigns could you recommend? Operation Hormuz looks really nice, but the author tells in description already that you need normally at least 4 human players for completion. "Oil in the water" and "Operation Mountain Lion" seem to fill my player requirements. Can anyone tell these still work after all the DCS updates? Anything else you could recommend? Also I've not hosted scripted campaigns yet, so do you have to host these on local server or can you run campaigns in dedicated server also?
-
Wishing messages be displayed much longer on-screen
HanuXXL replied to franzy666's topic in F/A-18C Arctic Thunder Campaign
Great! Never give up this radio procedure! It brings so much immersion to the missions. It it was one of the main things that guided me to use correct procedures overall. -
Thank you! I really appreciate that you've done this without mods. And with multiple versions. Looks really nice; I'll definitely use these in my missions!
-
I agree here, Mission 2 was great! I had 500kg of fuel left when I landed (I wasted some during... the work); brought some excitement for my part also
-
That's no moon... It's a space station!