opened "DaiZyRSPBTaviana.tavi" folder
looked in "tweaks" folder
looked in "scripts" folder
looked in "system" folder
looked in "mission" folder
looked in "fnc" folder
looked in "init" folder
looked in "gc_veh_flip" folder
looked in "compile" folder
Etc.Etc,
// Niceonegunit's test Time script. This is how many seconds in which it will skip. This can be changed in the init.sqf.
_skipTime = _this select 0;
// 1 second == 0.00026. This means that it will advance ahead one second plus the seconds defined above.
while {true} do {
skipTime (_skipTime*0.00026);
sleep 1;
};
// Niceonegunit's test Time script. This is how many seconds in which it will skip. This can be changed in the init.sqf.
_skipTime = _this select 0;
// 1 second == 0.00026. This means that it will advance ahead one second plus the seconds defined above.
while {true} do {
skipTime (_skipTime*0.00026);
sleep 1;
};
Now i have this
------------------
// Niceonegunit's test Time script. This is how many seconds in which it will skip. This can be changed in the init.sqf.
_skipTime = _this select 0;
Hi Pascal i'm sorry your having trouble loading this onto your computer...i can't see why it isn't working for you...as the instructions are spot on
If you've never installed a DayZ single player game and dont understand the instructions given here..i would do a search on youtube and search Dayz single player...
It will give you loads of clips to watch and maybe understand it better watching how to do it than reading how to do it...
This way you can pause the clip at each step of the way..
Doesnt matter what patch number or which island/mod you follow on youtube...they all install the same way
Just different folder and names to different islands
etc,
Celle will have folder called @DaiZyCelle with the exe icon launch parameters -mod=@DaiZyCelle
Taviana will have folder called @DaiZyTaviana with the exe icon launch parameters -mod=@DaiZyTaviana
are you sure you are adding the -mod=@DaiZyTaviana to your launch parameters right...this is how mine looks with it added