-
Posts
99 -
Joined
-
Last visited
-
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
Latest release: v0.27.0 This version of Livery Link will now check inside nested archives for liveries. This is useful since some livery authors place several Zip/7zip/Rar files inside a single archive. This option is enabled by default, and can be disabled from the Tools menu. Livery Link will only ever extract valid texture files and description.lua files! https://github.com/Camble/LiveryLink/releases/tag/v0.27.0 -
Changes to the behaviour of net.dostring_in()
Camble replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
Valid point. Since people will have to disable for an entire environment, the protection is effectively lost since they can accidentally run a malicious mission if they allowed for another mission. Same goes for IC, something gets added to IC and the only workaround is to disable it completely. -
Changes to the behaviour of net.dostring_in()
Camble replied to BIGNEWY's topic in Scripting Tips, Tricks & Issues
Is the allow list exhaustive? I know some server-side scripts that use "server" when calling dostring_in. -
@Czar66 lol keep 'em coming! Yes, stereoscopic mirrors for VR will be a performance hit, but it's achievable and VR users accept the trade-offs associated with VR. There is still an issue with the cockpit mirrors in 2D though, because they're just rendering to texture and don't account for the pilot's head movement. Implementing proper reflections for the cockpit mirrors won't really impact performance, and might actually improve it since the existing mirrors do impact framerate so much.
-
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
Here's the latest update on how development for Livery Link Server is going: https://www.patreon.com/posts/livery-link-auto-129849245 -
Any way to make DCS Reload the HOOKS lua files without restarting?
Camble replied to TEMPEST.114's topic in Mission Editor
Found this, not sure if it works yet. https://wiki.hoggitworld.com/view/DCS_func_reloadUserScripts -
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
@Beerman2112 I can guarantee this is a false positive. I've confirmed your report by uploading the latest to VirusTotal and get the same detection. However, if we look at an older release, there is no detection flagged. This initially appeared to be due to the fact that the DCS mod was recently embedded. However, I've discovered it's something to do with how GitHub is publishing the builds. Anything I build locally is not flagged. I'm working on implementing a fix for this now, I'll post my findings in this thread as soon as I can. Thanks for letting me know. Update: This issue has been resolved in v0.26.10. Both the Livery link executable and the updater are both now self-signed, which seems to be necessary when using automatic builds like I now do. I've updated the User Files page and plan to automatically submit each new version to VirusTotal before release. This way, any new detections will be caught beforehand. Thanks again @Beerman2112 for bringing this to my attention. I only wish I'd noticed sooner. -
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
Bit of an update... I've been working on the server quite a bit lately, improving sharing and fixing minor bugs. v0.26.0 adds livery versioning, so when a livery author updates their User Files or Google Drive archive, Livery Link can tell. Usually Livery Link wouldn't re-download a shared livery if it's already installed, but now it will compare versions and re-download if the installed livery is out of date. I'll be adding a UI feature to manually check for updates soon. Added a fix for P-47 and Chinook liveries. Seems there are variants of these modules, which don't have their own folder, so had to make some adjustments for that. I'll monitor and add any more as needed, but the plan is to eliminate the need for manual maintenance at some point. Also refactored a bunch of older code. Doesn't change anything noticeable, but makes my life a whole lot easier and should improve stability. Any problems, please do reach out either on here or Discord. There's a channel for Livery Link and a few server hosts are trying out the pre-release server, so any feedback or bug reports only help make Livery Link better. -
Hi @Nate_p1, I think this is posted in the wrong forum. Here's the Livery Link thread, but feel free to contact me on Discord for some assistance.
-
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
Hi @Aufpassen, This issue has been fixed in v0.25.16, thanks for bring it to my attention! -
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
"Value cannot be null. (Parameter 'path1')" error on first run has been fixed in v0.25.11 Sorry about that -
Livery Link - Install & Share Custom Liveries
Camble replied to Camble's topic in Utility/Program Mods for DCS World
Seems to be an issue with first run on the later versions. Try this version https://github.com/Camble/LiveryLink/releases/tag/v0.25.6 -
Bump