Jump to content
Sign in to follow this  
ussrlongbow

preprocessFileLineNumbers from server root.

Recommended Posts

Hello,

 

I used a script which loaded a private data (list of white listed UIDs for certain actions), and to make it server side only, did this:

call compileFinal preprocessFileLineNumbers "\uid_list.sqf";

It used to work on versioned 1.50, but today I discovered it does not on 1.54, RPT log just says file not found.

 

Does anyone have any clue about including/reading files from server root?

 

PS, yes, server config has sqf allowed both load and preprocess.

Share this post


Link to post
Share on other sites

There have been changes since 1.50 that affect what you are trying to do.(file patching).You must allow it because its dissalowed by default now. In Server.cfg. allowedFilePatching=2 and -filePatching launch parameter maybe required.

Share this post


Link to post
Share on other sites

There have been changes since 1.50 that affect what you are trying to do.(file patching).You must allow it because its dissalowed by default now. In Server.cfg. allowedFilePatching=2 and -filePatching launch parameter maybe required.

Thanks, jigsor, worked like a charm.

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  

×