Jump to content
AstralC

[Help] Dedicated server script path

Recommended Posts

I'm trying to make server files for my dedicated server however I can't seem to figure it out.

I have a folder named ServerSide with test.sqf in it, and execVM "ServerSide\test.sqf"; says the file is not found.

Is this folder even in the right spot? It's supposed to be in the arma 3 directory but I don't know where exactly that is on a dedicated server.....

What am I doing wrong? It should be working according to this ......

6974e9318f7273d6686bb0aeff50f1ce.png

Share this post


Link to post
Share on other sites

Declaring your scripts as functions in a server only mod will save you massive headaches! (And is better practice /more efficient than execVM)

  • Like 1

Share this post


Link to post
Share on other sites
On 9/9/2019 at 2:54 AM, AstralC said:

What am I doing wrong?

Arma by default cannot load files outside of pbo's.
You'd have to explicitly enable filePatching.

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

×