hey guys...
after the update to 1.52 we encounter a strange problem...
all the []execVM lines in the initServer.sqf arent loaded anymore
they still work if we put them into the init.sqf instead with a if (isServer) block
hey guys...
after the update to 1.52 we encounter a strange problem...
all the []execVM lines in the initServer.sqf arent loaded anymore
they still work if we put them into the init.sqf instead with a if (isServer) block
put some []exec VM lines into the initServer.sqf
start the server
they wont be loaded through the initServer.sqf
workaround for the moment: put them into the init.sqf instead
EDIT: alright.... i just found out its not possible to load files anymore if they are located outside the missionfile (or an addon pbo)
File patching is now enforced for execVM/loadFile etc.
So either pack your loose files (makepbo lets you pack loose files without needing a config file) or use -filePatching on the server.