Search results

  1. V

    [Support] DZMS DayZ Mission System

    I already committed the fixes to Github ;) I guess the repetitive math was too much for me.
  2. V

    Would Like to Start Scripting...

    I came from PHP to this, and its pretty closely related. Once you learn the small syntax changes you should be able to do it pretty easily.
  3. V

    [Support] DZMS DayZ Mission System

    Wow, thanks for that.
  4. V

    [Support] DZMS DayZ Mission System

    All of the major missions should be complete. If you spot anything incorrect, could you send me the info? I'd hate to see a mission spawn a loot box at NWAF instead of at the mission.
  5. V

    [Support] DZMS DayZ Mission System

    Just pushed a commit that will fix the problem if you replace your DZMSFunctions.sqf.
  6. V

    [Support] DZMS DayZ Mission System

    There's your problem. 20:33:53 Error in expression <Z_CivilBackpack_EP1", "DZ_Backpack_EP1" "DZ_LargeGunBag_EP1" ];> 20:33:53 File z\addons\dayz_server\DZMS\ExtConfig\DZMSAIConfig.sqf, line 161 You're missing a comma in your bag array.
  7. V

    [Support] DZMS DayZ Mission System

    Can you send me a larger sample of your RPT? Use pastebin.com
  8. V

    DayZ Mission System

    You have to use nearestObjects house to get the house, and then get a list of the AI positions available in it, and then command them to move to those positions. You can also make the sounds play, but you need to add them to your mission.pbo, define them in your description.ext, and then play...
  9. V

    [Support] DZMS DayZ Mission System

    Are you trying to use static coordinates?
  10. V

    [Support] DZMS DayZ Mission System

    This is an error in the newest version when I tried to fix a different issue. I'll get it fixed later today and I'll post here when its done. I'd fix it right now but I'm halfway through adding a new feature.
  11. V

    [Support] DZMS DayZ Mission System

    You can reduce the steepness it will spawn at by finding this line in DZMSFunctions.sqf: _pos = [_centerPos,0,DZMSMapRadii,60,0,20,0] call BIS_fnc_findSafePos; and changing the 20 to a lower number like 18 until you don't see the problem anymore.
  12. V

    [Support] DZMS DayZ Mission System

    In the ExtConfig folder there is a file called DZMSAIConfig.sqf. Right at the top is the array of skins. If you have modified that array it is either empty, or you have messed it up.
  13. V

    [Support] DZMS DayZ Mission System

    Are you getting any sort of errors in your RPT?
  14. V

    [Support] DZMS DayZ Mission System

    At the moment that is the reason. If you go through and change the vehicle classnames in the files it will work. I plan to fix this soon by adding all the vehicles classnames in an array in the config to be modified. The gun classnames can be modified in DZMSAIConfig and DZMSWeaponCrateList.sqf...
  15. V

    DayZ Mission System

    If you send me what you have, I can work on incorporating them into DZMS as a whole for Epoch specific missions. It would save me a lot of work on making the missions myself.
  16. V

    DayZ Mission System

    The checks if you are getting within so many meters of the objects that spawn in at the mission. Sometimes this is the vehicles, sometimes its the buildings. Just run around rubbing up to things until it says its been completed.
  17. V

    [Support] DZMS DayZ Mission System

    Yes. At the moment I am still using Lazyink's missions, but with the newest version, RC1.1 I have replaced the C130 crash with an AN2 cargo drop, and completely redone all the Major missions in the editor. I want to improve the missions that are already there by making them more realistic and...
  18. V

    [Support] DZMS DayZ Mission System

    You could do that, but I wouldn't recommend it. With EM1 added its a 1/7th chance of running EM1.
  19. V

    [Support] DZMS DayZ Mission System

    Make sure you are using the newest files. It should prevent missions from spawning within 1000m of the last two missions. The construction crate is intended for epoch specific missions which aren't fully implimented yet. If you run epoch and want to try the first prototype mission, do this when...
  20. V

    DayZ Mission System

    Can you post your rpt then?
Back
Top