ussrlongbow 116 Posted December 6, 2015 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
Jigsor 176 Posted December 7, 2015 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
ussrlongbow 116 Posted December 7, 2015 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