Page MenuHomeFeedback Tracker

initserver.sqf is not loading []execVM lines anymore
New, WishlistPublic

Description

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

Details

Legacy ID
4127331018
Severity
None
Resolution
Open
Reproducibility
Always
Category
Server
Steps To Reproduce

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

Event Timeline

Gagi2 edited Steps To Reproduce. (Show Details)Sep 30 2015, 8:18 PM
Gagi2 set Category to Server.
Gagi2 set Reproducibility to Always.
Gagi2 set Severity to None.
Gagi2 set Resolution to Open.
Gagi2 set Legacy ID to 4127331018.May 8 2016, 12:50 PM
Gagi2 added a subscriber: Gagi2.May 8 2016, 12:50 PM
Gagi2 added a comment.Sep 30 2015, 8:41 PM

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.