Jump to content
Senor Dav3

UnitCapture Not replaying the movement

Recommended Posts

Well, first i had issues getting the unitcapture to record the data and now its not re playing it, it shows an error of an unknown variable but there is nothing in that spot.

 

Error in-game: https://gyazo.com/0f2145c636d11937df87796a51385890

Script in file: https://gyazo.com/1aefd8d4c3caf51e639e30197bd0ff33

 

Any help would be greatly appreciated!

 

EDIT: I launched without mods and now it doest even show the black box in the top right that signals im recording

Edited by Senor Dav3
more info

Share this post


Link to post
Share on other sites

Well, the error is telling you that HLF_fnc_infUnitPlayFiring doesn't exists. So at a guess you haven't added the function correctly.

Share this post


Link to post
Share on other sites
On 8/11/2019 at 7:57 PM, Senor Dav3 said:

Well, first i had issues getting the unitcapture to record the data and now its not re playing it, it shows an error of an unknown variable but there is nothing in that spot.

 

Error in-game: https://gyazo.com/0f2145c636d11937df87796a51385890

Script in file: https://gyazo.com/1aefd8d4c3caf51e639e30197bd0ff33

 

Any help would be greatly appreciated!

 

EDIT: I launched without mods and now it doest even show the black box in the top right that signals im recording

 

I think you forgot to add the, call compile preprocessFile, to your mission init file.

 

You should have something like this in your mission init file.

 

call compile preprocessFile "captureData.sqf";

 

You can download a working example mission at Armaholic.

 

http://www.armaholic.com/page.php?id=27305 

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

×