Phenonix
Member
Ive got the logo working its the dogs i cnt get working, but thanks that cuts down the size by loads.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (!isDedicated) then {
//Conduct map operations
[] execVM "Scripts\kh_actions.sqf";
0 fadeSound 0;
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
//Run the player monitor
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
//===================piXel 16-1-2013============
dogOwner = [];
//=========================end==================
};
@capello
Its not my habbit to debug others files, but there where 2 errors in it one was rmod not properly removed. I fixed them and you will be in for a startup surprise. As a punishment you have to test for me if you can sit on the back of cars and bicycles, best if you do it with a coplayer. Cheers.
I'll check it out. We tested it, but we were not able to sit on a bike, only the one of us.
Yoe mean "sit on back " did not show up or only one can sit on the back, thats good since there is only space for one. on the back.
@curtis the anomalies spawn random scattered around the landscape with a radius of 3000 meters. the dogs are companions and will get commands in 2 dayzz.. and if you cant find out I can help you begin next week would be great in Namalsk. I like stalker 2.
@capello
Its not my habbit to debug others files, but there where 2 errors in it one was rmod not properly removed. I fixed them and you will be in for a startup surprise. As a punishment you have to test for me if you can sit on the back of cars and bicycles, best if you do it with a coplayer. Cheers.
Hi! I added in the scenario Snow
I corrected a script .txt
DayZ Reality Private Server
I corrected, Range with 9000 to 900
9000 strongly lags
иÑправлено setviewdistance 9000 на 900
теперь у игроков не лагов
class Vehicles
{
class Item0
{
position[]={8352.8965, -0.00011062622, 10680.043};
placement=3000;
special="NONE";
id=14;
side="EMPTY";
vehicle="Land_psi_bouda";
leader=1;
skill=0.2;
health=0;
fuel=0;
ammo=0;
text="anomalyStone";
init="_nul = [this]execVM ""addin\anomalyStone.sqf"";";
};
};
When launching with this on my server, everything seems to work, but everyone recieves a "Cannot load mission" error on entry... They can still join though.
List of changes:
the #include in the description.ext
In mission.sqmCode:class Vehicles { class Item0 { position[]={8352.8965, -0.00011062622, 10680.043}; placement=3000; special="NONE"; id=14; side="EMPTY"; vehicle="Land_psi_bouda"; leader=1; skill=0.2; health=0; fuel=0; ammo=0; text="anomalyStone"; init="_nul = [this]execVM ""addin\anomalyStone.sqf"";"; }; };
And the addin folder copied to the new pbo.
What am I missing/failing to do?