Search results

  1. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    From what I see there are many issues with mods and that antihax - it seems there is a way to single out certain actions and allow them, I have not downloaded the antihax code so I cannot speak to it, but in that thread there are some explanations on how to add things, though I don't know if...
  2. M

    Morox AI - Sycosis Simple AI mod

    Was it related to the mod?
  3. M

    Morox AI - Sycosis Simple AI mod

    Cool and understandable, it would be extremely difficult for Sarge and I to commit to supporting both of these systems in parallel, Essix if you really need/want this functionality PM me and I will play with a custom built solution for you though realize I cannot support Sarge's bit and he can't...
  4. M

    Morox AI - Sycosis Simple AI mod

    I tend to agree with Sarge, however I don't mind trying to incorporate his AI into an attract and attack Zed use case, I know in the past he has said this is not something he has in his roadmap, my code is a mish-mash of Sycosis's and some hacks I threw together, it is in no way as clean or...
  5. M

    Morox AI - Sycosis Simple AI mod

    you need to download both the old and the new, then overwrite the old files with the new 1.7.7 ones
  6. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    I did, I am working on a modular way to do this so it is taking a bit longer.
  7. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    You can add the line just not at the bottom of the file, if you do it three lines up as showed above it should work, that is how I have it running now.
  8. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Well purely using Sycosis files yes, as it is the only files from the pbo that it uses. If you have followed this whole thread and made any of the other additions that have come out from different people it may require other changes, if you are using my pack there are a number of files that...
  9. M

    Morox AI - Sycosis Simple AI mod

    Mugger, If you try it by using just the init.sqf instead of the modding the compiles does it work?
  10. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Minion - if you are not using my updated 1.7.7 files and are using Sycosis original files then for 1.7.7 in the zombie_generate move the line added above the following line _this set [3, _recyAgt]; so it looks like this at the bottom { _x addRating -20000; } forEach allMissionObjects...
  11. M

    Morox AI - Sycosis Simple AI mod

    Andrew, which file from which zip? On the wild_spawnzombie side, the file is referenced in the original modified init.sqf and it is also called by player_spawncheck.sqf in the 1.7.6 version, you should pull the first from your init the second is removed in the new files for 1.7.7, it is also...
  12. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    I have not updated Sycosis's original files for 1.7.7 - if there is a request for this I will certainly do it, It is difficult maintaining both my new version (which is 1.7.7 ready) and this one as they are beginning to fork in different ways - my mod on Sycosis's original can be found here...
  13. M

    Morox AI - Sycosis Simple AI mod

    Ok, here is the updated set of files for 1.7.7 simply overwrite the files in the script's directory with these - I have not tested these extensively so let me know if there are any issues. http://dayz.zombiesurvivalonline.com/files/Morox-AI-1-7-7.zip
  14. M

    Morox AI - Sycosis Simple AI mod

    Yeah, looking through the new code there is a number of changes in main files I use, I have 80% of the files updated, trying to deal with some of the new tweaks that they added, like player fov handling for zed spawns, breaks the AI spawning zeds, I should have the fix out some time tomorrow.
  15. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    You can multiply the number of units currently, if you wanted to add more cases of three that is easy as well - to add different types is a little trickier, the Sniper/Gunner/Militia thing is a "invented" separation to allowed for a "squad" you could create a new case and have two lines with the...
  16. M

    Morox AI - Sycosis Simple AI mod

    Yeah, I should have the fix this weekend I have not updated my server to 1.7.7 yet.
  17. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    I have not tested this with 1.7.7 - I will get a chance this weekend and update.
  18. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Are you referring to needing more "Sides" like East/West/Resistance?
  19. M

    Morox AI - Sycosis Simple AI mod

    Sniper1_DZ Camo1_DZ Soldier1_DZ Survivor2_DZ Bandit1_DZ Survivor3_DZ = Hero
  20. M

    Morox AI - Sycosis Simple AI mod

    You could build custom gearset with different skins for them, I think the color of their name indicates their side as well - also on the map the icons show different colors for me, I think green is resistance, blue is west, red is east, orange is civ, I could be wrong, that's just how mine looks.
Back
Top