Search results

  1. B

    [Support] DZMS DayZ Mission System

    I did a quick scan but didn't see anything obvious. Which setting controls this?
  2. B

    [Support] ESS

    Hi eBay, thanks. I still have the issue. I duplicated the Byelov spawn-in coord array for both Alexander and Grushnoye since Byelov spawning worked OK. But even when I select Alexander with the Byelov coords, I spawn in the water. Interestingly enough, it is always the same location...
  3. B

    [Support] DZMS DayZ Mission System

    Hi, I have several seemingly random questions for things that I'm trying to figure out. Is there a way to set a specific weapon type for the AI? I have a sniper mission with a small unit of snipers but haven't been able to figure out how to provide an array of sniper weapons for them to choose...
  4. B

    DayZ Debug Monitor

    That's right, I knew that - just had a lapse in memory. Anyway, found the .paa file and the altimeter code. It's from Overwatch so now to see about making it work in Epoch. Bob
  5. B

    [Support] ESS

    Here's the fix for spawning swimming in the ground. http://epochmod.com/forum/index.php?/topic/13854-we-spawn-swimming-in-the-ground-with-a-very-high-percentage/ Since I put it in about a month ago, there's been no swimming in the ground when spawning in. Bob
  6. B

    [Support] ESS

    Here are the three main files. I didn't post halo.hpp since it seems unaffected. I still have no idea what I missed. spawn.sqf: http://pastebin.com/bDgGu0cV spawn.hpp http://pastebin.com/qT92dBJj Defines.hpp: http://pastebin.com/UvfBhvrW
  7. B

    DayZ Debug Monitor

    I've recently seen a graphical altimeter on a few servers that appears in the lower left of the screen that actually looks like an altimeter instead of using the debug monitor. Anyone seen it or know how to do it? I haven't found it by searching yet. Bob
  8. B

    [Support] ESS

    I have a problem that is probably obvious but I've been staring at the code for days and cannot figure this out. I'm running an Epoch/Overwatch/Origins server and this script has been running perfectly. We don't call class.sqf though. Anyway, it had the old Tavi 1.0 map so I created a new...
  9. B

    Custom texture on a board

    D'oh! I had a bracket mismatch. I usually do the bracket check, and also run it through Squint. It was getting late though and I guess I overlooked it. Thanks for your help, Blanks!
  10. B

    Custom texture on a board

    So what does this do? [] spawn spawn_dzbf; I get an error if it is in. Whether it is in or not, no billboard. Here's my fsign.sqf. I'd expect a sign even if my image isn't on it - but nothing - no errors or warnings in the .rpts either. Changed it to "WarfareBunkerSign". Still no sign.
  11. B

    [Support] DZMS DayZ Mission System

    OK, I somewhat figured it out. Our main server was still running an older version of DZMS that worked properly but it wasn't that different from the latest one. By process of elimination, I narrowed it down to the DZMSAIKilled.sqf file. When I run the new scripts except for that one - I run...
  12. B

    [Support] DZMS DayZ Mission System

    Hi ShootingBlanks, No, I hadn't edited that file. But I had added Overwatch weapons in some of the other files. Just for grins, I re-downloaded the entire package and installed it pure vanilla. I still got that error. I made your suggested change (the parens weren't in Vampire's original...
  13. B

    [Support] DZMS DayZ Mission System

    That worked.. but I have a few more things that we're noticing. Although it's set to gain humanity, neither the bandit count nor our humanity increases when AI are killed. I'm also getting this msg in the server .rpt repeatedly when killing AI even though we aren't even looking in the...
  14. B

    [Support] DZMS DayZ Mission System

    It's in DZMSAISpawn.sqf /* // DZMSAISpawn.sqf by Vampire Usage: [position,unitcount,skillLevel] execVM "dir\DZMSAISpawn.sqf"; Position is the coordinates to spawn at [X,Y,Z] UnitCount is the number...
  15. B

    [Support] DZMS DayZ Mission System

    Script works great as vanilla on our Epoch Overwatch Origins server. Now to add Overwatch details to it. I have had one request from our players. They'd like to see the radius that the AI stay within to be expanded so they don't stay so clustered around the center. I think this is the...
  16. B

    [Support] DZMS DayZ Mission System

    Hi, I just put in the base DZMS system by Vampire. I haven'd done any investigation into configurations or mission spawning and it seems to work except for one thing. My client-side .rpt is getting spammed with messages like this: WARNING: Function 'name' - 6aa72040# 1017487: fr_corpsman.p3d...
  17. B

    [Support] DZGM

    Yep. Got it and made the changes. Thanks. I may end up reverting part of it back at some point in the future. I was on a server where the mission AI communicated via radio and if I had one (turned on), I could hear their conversations and know when I was spotted for example. If I find that...
  18. B

    [Support] DZGM

    I had the same problem. As to it not coming up, I was a missing bracket in extra_rc.hpp. I had the bracket count right but the nesting wrong. I missed it because I already had a class ExtraRC with several things in it. Here's my whole extra_rc.hpp so you can see how the nesting worked...
  19. B

    [Support] DZGM

    Thanks! That was it. And I thought I went through it all carefully. As you had in optional step 4 to disable the written and spoken words, I made the changes in the init.sqf file but what file is the server difficulty profile? Thanks again! Bob
  20. B

    [Support] DZGM

    Back in post 151, reference is made to a server.armaprofile with a link to a Bohemia thread. Neither explains exactly where this is. There is no server.armaprofile file on my server so I haven't been able to disable the messages that come up. Where is the file located? Thanks, Bob
Back
Top