Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
nerod

how to publish scripts (functions) to steam workshop?

Recommended Posts

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

  • Like 1

Share this post


Link to post
Share on other sites

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
Sign in to follow this  

×