Recent content by Kayvster

  1. K

    Overwatch Loading Screen

    It does work for overwatch. Not sure why it didnt the first time but does now.
  2. K

    Overwatch Loading Screen

    I tried it that way with my overwatch server and it caused loading times to stretch to around 5 minutes.
  3. K

    Overwatch Loading Screen

    Sure thing
  4. K

    Overwatch Loading Screen

    I was thinking that it might be a part of the Overwatch client download. If its different from what is on the server I assumed there would be issues
  5. K

    Overwatch Loading Screen

    If I edit the Overwatch Loading screen or deathscreen will That stop the server from being joinable? I wanted to add my teamspeak and website address to it like my other servers. I tried doing it through the missions but first load of the server took over 5 minutes so people think its broken...
  6. K

    How to change some code

    Is there a tool or something that can change _vehicle_1 = objNull; if (true) then { _this = createVehicle ["Land_PBstadS", [1043.5726, 2335.2249, 0.27577388], [], 0, "CAN_COLLIDE"]; _vehicle_1 = _this; _this setDir -762.263; _this setPos [1043.5726, 2335.2249, 0.27577388]; }; to...
  7. K

    OI get off tha internets!

    OI get off tha internets!
  8. K

    Automatic Vehicle Respawns

    Is it possible to do this , but only respawn destroyed vehicles and damaged vehicles with empty inventories?
  9. K

    Adding Buildings to 2.1

    ok its fixed. It was still calling from the server_monitor.sqf file. I just added [] execVM "buildings\main.sqf"; to the end of the init.sqf like you instructed. So if I want to add or remove buildings I can edit them from the main.sqf?
  10. K

    Adding Buildings to 2.1

    ok cheers will try it now
  11. K

    Adding Buildings to 2.1

    ok thanks will give that a go. how do i "call it"? I dont know much about the coding, I mostly do things through the database
  12. K

    Adding Buildings to 2.1

    Now that all the custom buildings are gone, how do I go about adding my own custom buildings? I have 3 Dayz servers running and the 4th is an overwatch server , I tried doing adding the buildings the same way as them but nothing works.
  13. K

    Adding new vehicles to 2.1

    Thanks I didnt update it my server host did, he probably didnt put them in.
  14. K

    Adding new vehicles to 2.1

    None of the vehicles are listed there, only the ones from the previous version
  15. K

    Adding new vehicles to 2.1

    Where do I find the code for the new vehicles in the 2.1 patch for overwatch? are they added the same way through the sql as I would other new vehicles?
Back
Top