Jump to content

FragZ

Member
  • Posts

    487
  • Joined

  • Last visited

Posts posted by FragZ

  1.  

    Well, I've had this happen before too when I was trying out various map packs. Judging from the size of some of those files, there are probably a large number of objects being loaded by the server. I've found that things sometimes get weird when adding lots of custom buildings. This is what I did months ago to get everything loaded on my test server:

    sleep 2.0;
    //MAP ADDITIONS
    [] execVM "\z\addons\dayz_server\mapedits\1.sqf";
    [] execVM "\z\addons\dayz_server\mapedits\2.sqf";
    [] execVM "\z\addons\dayz_server\mapedits\3.sqf";
    sleep 2.0;
    [] execVM "\z\addons\dayz_server\mapedits\4.sqf";
    [] execVM "\z\addons\dayz_server\mapedits\5.sqf";
    [] execVM "\z\addons\dayz_server\mapedits\6.sqf";
    sleep 2.0;
    [] execVM "\z\addons\dayz_server\mapedits\7.sqf";
    [] execVM "\z\addons\dayz_server\mapedits\8.sqf";
    [] execVM "\z\addons\dayz_server\mapedits\9.sqf";
    sleep 2.0;
    

    Oh so like load some of them each at the time with a sleep time. Ok I will try this and see how it goes. Will leave feedback :)

  2. Did you remember to clean up each of the SQF files?

     

    i.e.

     

    Adding:

    if (isServer) then {

    at the top of the file, and removing the extra stuff at the bottom?

    I did remove them (and by default the ones I took from this website were already edited to fit in). I double checked each of them.

  3. Ok so I added 4 custom building files no problem (one of mine, 3 of this forum). Then, I tried adding more (4 actually) also from this website and now server is stuck on waiting for server to start authentication...  I am lost!

    I will insert a picture here. The red marked ones are the one I get trouble with when added.

    508938Screenshot37.png

     

     

     

     

    I also made a picture of my code in   server_functions.sqf   Same applies. Red is the troulbe part.

    390521Screenshot38.png

     

     

    Any guess?

  4. I just updated my server to 1.0.3 and I had to redo the scripting. The problem is, that after doing so, I ended up with *Waiting for Host* blackscreen on join and cannot reach the Lobby. I restored my server and it works fine now without scripts nor buildings.

    I need to get my custom buildings working and the following scripts:
    -Custom Default and Donator loadouts
    -Self BB
    -Take Clothes
    -Tow/Lift
    -Safezones
    -Adminbase (optionnal as I don't know much about it)


    I am using www.dayzpriv.com and they seem to have a different setup than most of the hosting companies out there.

    PLEASE NOTE: I would appreciate some good volunteer job but if not I can manage to pay you for the job. I really need this done as fast as I can!

  5. I would also need my server remodded since I updated today to 1.0.3.

    I need to get my custom buildings working and the following scripts:

    -Self BB
    -Take Clothes
    -Tow/Lift
    -Safezones
    -Adminbase (optionnal as I don't know much about it)


    I am using www.dayzpriv.com and they seem to have a different setup than most of the hosting companies out there.

×
×
  • Create New...