Jump to content
Sign in to follow this  
aexeron

Extensions/Addons in Missions

Recommended Posts

Greetings!

I am currently developing a mission that requires long-term persistency, even through server / mission restarts. As SQF has no native IO functions, I resorted to using extensions. Unfortunately, as I experimented a bit more, I found that I could only access extensions located in the Addons folder. Is there any way to bundle the extension with the mission itself so players will not have to download an external DLC to play?

Another issue is an addon that I would also like to bundle with the mission rather than an external DLC. Is there a way to put this in the mission like the extensions above?

Ideally, I would like for players to not download any addon DLCs to play this mission. I hope there's a way to circumvent this.

I. A. Zimmérman.

Share this post


Link to post
Share on other sites

look into profileNamespace as an alternative

server side only saving via Arma2Net, instead of also client side should be managable (server admins to load the addon)

you cannot include addons/pbos as part of missions

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×