nerod 11 Posted February 15, 2023 Hello, I've built some functions (related to my video) and I'm trying to publish these functions on Steam Workshop, how do I do it? Thanks 1 Share this post Link to post Share on other sites
Melody_Mike 131 Posted February 22, 2023 You've made it possible to fly planes by mouse input with a script? That is awesome! What you've scripted here really is a function: code you use over and over again. And of course you can publish scripts on the Workshop. Basically you define your script file as a function, so it compiles automatically. Then pack it into a PBO, which you then publish to the Steam Workshop. Note: you define in the config.cpp instead of description.ext because you're making an addon instead of a mission. But they are very similar.TL;DR I think you are looking for this: https://community.bistudio.com/wiki/Arma_3:_Creating_an_Addon (PS you can also just un-PBO a mod and learn from that) Share this post Link to post Share on other sites