jamie_c Posted July 1, 2024 Author Posted July 1, 2024 A user just mentioned the links to the discord have expired, I set them for 7 days not thinking. Here’s the new link for anyone who wants to chat with other Mudhen users, find a Pilot/WSO/Wingman to fly with: Slasher84 Discord Server Also added this link to github docs, checking my forum profile momentarily then sleeping. 1
MAXsenna Posted July 1, 2024 Posted July 1, 2024 Hey guys! Make sure to rate this thread! Sent from my SM-A536B using Tapatalk 2
Beirut Posted July 2, 2024 Posted July 2, 2024 15 hours ago, MAXsenna said: Hey guys! Make sure to rate this thread! Sent from my SM-A536B using Tapatalk I think that was my first thread rating. What do I win? 3 Some of the planes, but all of the maps!
Slippa Posted July 2, 2024 Posted July 2, 2024 15 minutes ago, Beirut said: What do I win? Think we go in a raffle, winner gets to choose their favourite ‘Three to set free set” https://budgysmuggleruk.com/collections/mens-swimwear never noticed the rating thing before either. 3
Beirut Posted July 2, 2024 Posted July 2, 2024 1 hour ago, Slippa said: Think we go in a raffle, winner gets to choose their favourite ‘Three to set free set” https://budgysmuggleruk.com/collections/mens-swimwear never noticed the rating thing before either. God knows I have the body for it. 2 Some of the planes, but all of the maps!
Hiob Posted July 2, 2024 Posted July 2, 2024 1 hour ago, Slippa said: Think we go in a raffle, winner gets to choose their favourite ‘Three to set free set” https://budgysmuggleruk.com/collections/mens-swimwear never noticed the rating thing before either. WTF did I just see? 2 "Muß ich denn jedes Mal, wenn ich sauge oder saugblase den Schlauchstecker in die Schlauchnut schieben?"
MAXsenna Posted July 2, 2024 Posted July 2, 2024 I was at work an didn't notice the link at first. Sent from my SM-A536B using Tapatalk 1
jamie_c Posted July 2, 2024 Author Posted July 2, 2024 (edited) Youtube Channel Plane Spotting Fargo has made a video about Budgie, first one I've seen, DCS F-15E Radar Fix by Plane Spotting Fargo Just a caution when he switches to the jet it may do for your ears what that link did for your eyes. Edited July 2, 2024 by jamie_c Embedded the video. 1
VR Flight Guy in PJ Pants Posted July 2, 2024 Posted July 2, 2024 (edited) Someone beats me to it... It is kinda messy video by the way... Edited July 2, 2024 by VR Flight Guy in PJ Pants 3 1 I Fly, Therefore I Am. One cannot go around not saying "Thank you" every time these days, can't you? YouTube: https://www.youtube.com/channel/UCc9BDi-STaqgWsjNiHbW0fA
jamie_c Posted July 2, 2024 Author Posted July 2, 2024 1 hour ago, VR Flight Guy in PJ Pants said: Someone beats me to it... It is kinda messy video by the way... Still adding it to the first post, thanks! 1
Beirut Posted July 2, 2024 Posted July 2, 2024 If there's even a chance of a fix in the update tomorrow, should we uninstall this mod before updating? Some of the planes, but all of the maps!
jamie_c Posted July 3, 2024 Author Posted July 3, 2024 I’ve seen reports a fix is coming, I’ll believe it when it arrives. The Mod wouldn’t break anything unless there is more date based functionality built into the DLL that Budgie targets and no module should have date based functionality. In the event of an official fix, you simply delete the Budgie folder from Saved Games\DCS\Mods\services\ That removes everything Budgie except a single line in DCS.log that’ll be overwritten on next start. 2
draconus Posted July 3, 2024 Posted July 3, 2024 On 6/29/2024 at 5:23 AM, jamie_c said: there is no source at this time Just curious how long the code really is. 2 Win10 i7-10700KF 32GB RTX4070S Quest 3 T16000M VPC CDT-VMAX TFRP FC3 F-14A/B F-15E CA SC NTTR PG Syria
jamie_c Posted July 3, 2024 Author Posted July 3, 2024 (edited) Between 200-600 lines total depending on version. Contrary to popular belief, no reverse engineering effort took place. Between comments, headers, the core functionality, caching information to ensure performance for _EVERY_ radar frame, JSON config and the start of work on Lua functionality there's not a lot of white space. Edited July 3, 2024 by jamie_c 2 1
draconus Posted July 3, 2024 Posted July 3, 2024 2 minutes ago, jamie_c said: Between 200-600 lines total depending on version. Contrary to popular belief, no reverse engineering effort took place. Wow, I was expecting much less for what it does, thx for sharing. 1 Win10 i7-10700KF 32GB RTX4070S Quest 3 T16000M VPC CDT-VMAX TFRP FC3 F-14A/B F-15E CA SC NTTR PG Syria
jamie_c Posted July 3, 2024 Author Posted July 3, 2024 (edited) It could've been less if it didn't check the stack to ensure performance. Maybe you could write your own and do better. Without that functionality it was a slideshow. Oh and I forgot logging which was still in but commented out. Edited July 3, 2024 by jamie_c 1 1
draconus Posted July 3, 2024 Posted July 3, 2024 (edited) 4 minutes ago, jamie_c said: Maybe you could write your own and do better. Not a chance. And no offence was intended. Edited July 3, 2024 by draconus 2 Win10 i7-10700KF 32GB RTX4070S Quest 3 T16000M VPC CDT-VMAX TFRP FC3 F-14A/B F-15E CA SC NTTR PG Syria
jamie_c Posted July 3, 2024 Author Posted July 3, 2024 (edited) 3 minutes ago, draconus said: Not a chance. Haha, I'm sure if you had the code you'd understand why it does what it does, I was really worried about performance especially releasing publicly. For a group of 5 friends, small performance hitch not a big deal. For hundreds of people, when I didn't want to release this at all, I don't want the noise! Could you imagine 500 angry Mudhen users getting 20FPS because I "fixed" the radar None taken, I'm just very direct at times and it comes off like I'm annoyed, if you had any interest in trying it, I'd encourage you to, it was an interesting puzzle. Edited July 3, 2024 by jamie_c Added further clarification. 2
VR Flight Guy in PJ Pants Posted July 3, 2024 Posted July 3, 2024 2 hours ago, jamie_c said: Between 200-600 lines total depending on version. Contrary to popular belief, no reverse engineering effort took place. A side note to those who have no idea how complex modern computing software is and whine about delays, let alone even more complicated ones like simulations, an issue which sounds so silly simple actually involves a lot of works and a huge amount of unseen dependencies and impact across the system as a whole. Repeating myself, as a former software developer myself, i have a lot of respect to the developers and the same level of intolerance to bugs as you all are. 1 I Fly, Therefore I Am. One cannot go around not saying "Thank you" every time these days, can't you? YouTube: https://www.youtube.com/channel/UCc9BDi-STaqgWsjNiHbW0fA
Katalan Posted July 3, 2024 Posted July 3, 2024 As usual, companies being towed by the community... Thanks @jamie_c for bring us the F15E to our approns again! 3
draconus Posted July 3, 2024 Posted July 3, 2024 4 minutes ago, VR Flight Guy in PJ Pants said: an issue which sounds so silly simple actually involves a lot of works and a huge amount of unseen dependencies and impact across the system as a whole Yes, might be, but there are also some really simple cases of changing 1 value in 1 clear text file, which doesn't mean they are fixed earlier than any other. 2 Win10 i7-10700KF 32GB RTX4070S Quest 3 T16000M VPC CDT-VMAX TFRP FC3 F-14A/B F-15E CA SC NTTR PG Syria
VR Flight Guy in PJ Pants Posted July 3, 2024 Posted July 3, 2024 33 minutes ago, draconus said: Yes, might be, but there are also some really simple cases of changing 1 value in 1 clear text file, which doesn't mean they are fixed earlier than any other. It may be true but it is rare from my little experience. And you are not the whining kind from what i get so fat. I Fly, Therefore I Am. One cannot go around not saying "Thank you" every time these days, can't you? YouTube: https://www.youtube.com/channel/UCc9BDi-STaqgWsjNiHbW0fA
jamie_c Posted July 3, 2024 Author Posted July 3, 2024 (edited) Budgie does one thing and at least attempts to do it well, it does the minimum necessary within the target application to achieve the goal, but to do this it has to handle potential points of failure along the way no matter how unlikely. It has to do this because it runs with DCS all the time, even when you’re not using Mudhen. You could be in Kiowa, Viper, L-39, P-51 or any other module, Budgie is still running and performance matters. The same time function at the root of the problem is used in other parts of DCS and potentially used by other mods, work was done to ensure everything else functioned as normal and maintained optimal performance. Some users have tacview, some have SRS, some have the A-4EC, some have all of the above and others are building mods we haven’t heard of, Budgie has to stay out of their way. It also has to clean up after itself for this very reason. There’s been one total failure for it to work possibly attributable to Anti-Virus attacking the Mudhen with one other possible (in YT comments), and a few hours ago the only other person I’ve been aware of having issues installing, their DCS is still referencing Open Beta config. Every other user I know of has dragged and dropped the folder and ended up in a fully functional jet at the end with no reported detriment to performance across the whole of DCS, no additional bugs introduced. Edited July 3, 2024 by jamie_c Typo fix 5
Recommended Posts