Search results

  1. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Sasha, try this one
  2. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Sasha, I'll keep looking but to confirm if you remove the AI stuff everything works?
  3. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Bolbies, That's what I needed, try using these two files and let me know, also let me know what the RPT file shows, after you try this.
  4. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Sasha, Looks like you had a } out of place in your init.sqf try this and let me know.
  5. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Ok Tiger, let's try this then, Then take a look at RPT log - should see msg "In add_unit_server" and we are still looking for the "Global Faction #" line
  6. M

    NEED SCRIPTERS!!!

    Captgentry, I have not added the dogs as I do not run them on my server or looked into these at all but I have added, the salvage, auto-refuel, as well as a siphon fuel script. You will need to edit your battleeye scripts.txt, look for the line that starts with setfuel - looks like the first...
  7. M

    NEED SCRIPTERS!!!

    Oneeye, I think I missed some files when I packed your pbo, try this one. File was to big to post on it's own so I zipped it
  8. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Bolbies, That init.sqf looks fine, can you post your mission pbo or other scripts files so I can check them. Also here is a tidier version of your init.sqf
  9. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Tiger, Try this, I have added a log message saying "Ran Faction" and "Ran AISPAWN" - check and see if those show up in the RPT log to see where the scripts are breaking,
  10. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Yeah, what you are looking for in it is "Global Faction is #" if it contains that line then it is running the script and something else is wrong.
  11. M

    NEED SCRIPTERS!!!

    Hmm, yeah I don't use the Bliss package either so it's tricky to test the code exactly, I think the line that steps on everything is the Bliss package loading the compiles.sqf after you load the Tavi one. Anyone have any experiences with this issue?
  12. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Tom, This should not be related to the AI pack in any way, this happened to a lot of folks in moving to 1.7.6.1. There are quite a few posts for fixes, I think the issue is this line - if you can find the one that is most similar to it and change it to this you can test. 5 createVehicle...
  13. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Tiger, I don't see anything glaringly wrong in your files. I made some organizational changes to your init.sqf if you want try this, also are you seeing an errors in your RPT?
  14. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Tiger, If you post your mission pbo, I could add these, or I can walk you through it - this same set of files should work, though their placement and integration may need some tweaking.
  15. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Reiben, Here it is, I have only spawned one group of survivors here, but it should be enough for you to test if it works, they are at [3589.66,2206.73,0] Kamarovo.
  16. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    I have gotten this to work on Chernarus and Tavi, I have not tried for other maps but it should work.
  17. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Stealth, The faction thing I have solved, if you look at my original answer to you it talks about this, look at the addEventhandler line and change the part that says _globalfaction or globalfaction to (side (group (_this Select 0))) this will ensure they remain the same faction. As I...
  18. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    Reiben, For this AI addon the file you need to modify is your dayz_missions.pbo and not the server pbo, all the additions are added to the missions so that clients can download them when they connect.
  19. M

    NEED SCRIPTERS!!!

    Oneeye, Here's what I came up with - try it out and let me know. I don't use some of the other packages that you do nor the Bliss hive so I can't say it will be 100% bug free, but I did get it to work on my server, so hope it works for you.
  20. M

    Simple AI Tutorial (no rMod or DayZ_Factions)

    NorciM, Try this
Back
Top