Page MenuHomeFeedback Tracker

execVM does not work anymore.
Closed, ResolvedPublic

Description

When using the debug console in the editor to execute a script using " execVM "<scriptname>.sqf"; " it does nothing.

I don't know if this is ment to be and if it's already reported but i'd like seeing this work again.

Details

Legacy ID
3920426488
Severity
None
Resolution
No Bug
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Go into the editor and use the debug console to execute a script from the game directory.

Event Timeline

kaspervdh edited Steps To Reproduce. (Show Details)Feb 3 2016, 7:52 PM
kaspervdh set Category to Scripting.
kaspervdh set Reproducibility to Always.
kaspervdh set Severity to None.
kaspervdh set Resolution to No Bug.
kaspervdh set Legacy ID to 3920426488.May 8 2016, 1:38 PM

Probably because of filePatching

run isFilePatchingEnabled to see if it is enabled
enable it with -filePatching exe startup param

did this fix your problem?

I ticket the filepatching box in the launcher ( should do the same right?) Went into the editor and saw no diffrence. How exactly do i run isFilePatchingEnabled?

In debug console (Esc brings console) type

hint str isFilePatchingEnabled;

Exec. Should show you hint with "true". If it is false, then it is not enabled.

Works now, Thanks.