Jump to content
Sign in to follow this  
pwnstar23

Script locations

Recommended Posts

where all can a script be placed on a server that is run while the mission is going. The execVM command on the wiki says the mission, campaign scripts folder, and finally in the global scripts folder.

Where exactly are the campaign scripts folder and the global scripts folder?

Share this post


Link to post
Share on other sites

Don't use them.. I know they exist but it requires all players on online missions to have the scripts in there otherwise it pops out errors. ( P.s No idea where it is really never cared )

A thing you can do to keep the overview is to just create folders in your mission like

-server

-client

-commons

etc. Also by this you can have scripts that you require in each mission in one folder and just copy paste it in all the others. But make sure to execVM right

i.e []execVM "client\hud\gui\"script.sqf";

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  

×