Re: RELEASE: DaiZy FACTIONS Chernarus 1987 v11.29c (27.03.19)
Posted by Oliv82 on May 12, 2019; 7:40am
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/RELEASE-DaiZy-FACTIONS-Chernarus-1987-v11-32b-20-10-20-tp13907p20241.html
Can you post your .rpt file ?
If i can compare, I should be able to detect witch file isnt loaded
Possible corrupted files, try to download again the last FIX
Close Stream then start your custom beta .exe
In "variables.sqf" lines 329-330
C:\Program Files (x86)\Steam\SteamApps\common\Arma 2 Operation Arrowhead\missions\1987FACTIONS_Chernarus_v1129c.chernarus\variables.sqf
allowConnection = false;
isSinglePlayer = false;
change those values to "true"
In "compiles.sqf" line 5
C:\Program Files (x86)\Steam\SteamApps\common\Arma 2 Operation Arrowhead\missions\1987FACTIONS_Chernarus_v1129c.chernarus\compiles.sqf
if (!isDedicated) then {...
Change to:
if (true) then {...