Login  Register

Re: RELEASE: DaiZy FACTIONS Chernarus 1987 v11.29c (27.03.19)

Posted by Oliv82 on May 14, 2019; 9:48am
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/RELEASE-DaiZy-FACTIONS-Chernarus-1987-v11-32b-20-10-20-tp13907p20246.html

"Waiting for character to create"

By checking "player_monitor.FSM" diag_logs, it looks the problem occurs at very first verifications stages



diag_log (""PLOGIN: Initating"");
....
//something wrong or is missing here....
....
diag_log (""PLOGIN: Player Model Exists"");


the fist missing condition is:
!isnil "bis_fnc_init"

After that, a big function is created (dayz_forceSave)
But this function need "player" must be detected by Arma2
So something is waiting to check the "player" linked with this function (bis_fnc_init)


As you mentionned Eric in your last post, I think a bad install of folders should make a possible non-detection of the "player" variable
By removing all server conditions in "player_monitor.FSM", I removed this possible problem

I dont know what to do more for the moment :/
@Noa15Lv:
Try to start the mod by removing ";@CBA_CO" from your target path...
Extract manualy folders from my .rar files (like said Eric in last post)

Have you put "-showscripterrors" in your target path ? if yes, do you see scripts errors ?

EDit:
!isnil "bis_fnc_init" is removed in "player_monitor.FSM"
http://www.mediafire.com/file/3to1ffapczhyxl7/DaiZyFACTIONS_Chernarus_1987_FIX_v11.29d_test2.zip/file