Search results

  1. J

    AI taking ammo and weapons from player vehicles

    There is no hiding from the AI, they are everywhere lol. Thanks fellas
  2. J

    AI taking ammo and weapons from player vehicles

    Any way to stop this behavior?
  3. J

    [BUG] Invisible AI

    Having a lot of issues with this, any way of stopping them from being invisible at all?
  4. J

    Origins Server?

    PM'd my files to Drew to merge. Have fun ya'll
  5. J

    Origins Server?

    I'm done.... I learned so much during my time modifying Origins. I spent more time scripting then playing and loved it. Thanks to everyone for putting up with my questions and helping me along the path. I'll keep a look out for the updated server files and my Origins server will stay online...
  6. J

    Converting Mission.Biedi to Script

    This is fantastic and all but my map editor guy gave me over 2,000 items to merge into the map. Any chance you have a script or something that can convert standard SQM to your SQF format? Please say yes lol
  7. J

    [Simple Tutorial] Dogs on Taviana

    I'd like to have the dog interact with any non-human vehicle and ignore players all together. Anyone willing to give feedback on this code? //foo if ((count _humans > 0) && (alive _foo)) then { _distance = _leader distance _foo; // warning If ((_distance > 10) && (_distance < 200))...
  8. J

    Zed Nuker script

    I would if I could figure out what grid is where on the map. The area that I'm using this in isn't a base. It's a debug zone where players first spawn before getting their skins
  9. J

    Zed Nuker script

    Thi I just found this snippet Sarge. I assume I could modify the following code to also keep Ai out of the area but what are the ai base syntax? if (_x isKindof "zZombie_Base") then { _x setDamage 1;
  10. J

    Sarge AI and Origins

    I have almost completed the setup. Been balancing the AI, changing loadouts and skins of the AI. I haven't started on vehicles yet though. The AI spawn in the Debug area (in the Volcano on the big island) and kill players at log in. An Admin must teleport in there an kill the AI to stop it. Is...
  11. J

    Origins Server?

    All you gotta do is copy the section for on e of the secB guard groups, edit it to your liking then call that section at the bottom of the file. It's time consuming but easy
  12. J

    Origins Server?

    Have you found that your trigger solved the House INventory saving issue? Any chance you'd shared the code?
  13. J

    Origins Server?

    How do you open the cached mission file?
  14. J

    Origins Server?

    Same thing on my server.
  15. J

    Origins Server?

    Add a mysql line to your batch file to run that every time the server restarts.
  16. J

    BE Script.txt script.log debug

    From the reading that I have done, I search the script.log for the error number to get the text that caused the restriction. In this example I find the following: 09.06.2013 21:35:07: XXXX (44.4444.444.44440 xxxxxxxxxxxxxxxxxxxxxxxxx - #111 "bal _crate; clearBackpackCargoGlobal _crate...
  17. J

    Any chance of you releasing your Zone restriction by player ID tutoriual?

    Any chance of you releasing your Zone restriction by player ID tutoriual?
  18. J

    Origins Server?

    I have a repeatable event on my server. Every time someone attempts to repair a vehicle or pick up loot the screen goes black with a message which states: Warning: This is an unofficial Origins mod and does not represent the mod concepts or game play experience of the developers
  19. J

    Origins Server?

    lol, what do you use?
  20. J

    Origins Server?

    Git seems to be back now. Is there any chance you could un-pbo the server files? It's far easier to track your changes and apply them to my server that way. I've added a lot to my server.pbo and can't just over write it. I realize it is one more step for new folks but I suspect it would be...
Back
Top