Search results

  1. A

    Epoch Custom Loadouts

    It could be done but would require your mpmission to be unpacked and a custom server shutdown routine, assuming you use a restarter. As child:999 is not supported in epoch..
  2. A

    dayZ Street Lights

    It may be that when the light locations are returned a public variable client is used. Am guessing this would only work on multi player. Not at pc. will look when back.
  3. A

    dayZ Street Lights

    I can not say that I have tried on single player. No reason why it shouldn't work. That mission folder looks ok, again not tried it. Yes, street and house lights can be run separately..
  4. A

    ChooChoo Trains Script

    Potentially yes. The main issue I had, and gave given up with this script for a while, was trying to map the train tracks in real time on the server. Am going to throw the towel in, which I should have a long time ago, and create a worldspace point map of all of the tracks and reference...
  5. A

    Killed a hacker

    I have found, on some builds, that commenting the whole routine out causes the server not to start. Comment out the code inside the loop so the foreach allUnits loop still runs but does nothing. Works for me..
  6. A

    dayZ Street Lights

    I could test by filtering it from logging. Am going to be updating soon. Been deciding on which mod/map to build the new version for. A generator has been a big decider. stick to the change to 1 for now, will investigate. Real life has needed attention, hoping to spend some time on it this weekend..
  7. A

    dayZ Street Lights

    If that works then the first line filters out publicvariables that are allowed, is what the exclamation mark does, am guessing != means an exact match, ! on it's own may mean a match in the string. Changing the 5 to a 1 will change the action from kick to log, the log file might fill up with...
  8. A

    dayZ Street Lights

    Maybe then adding !"axe_server_lampObjs" to the end will work also (not tested)..?
  9. A

    dayZ Street Lights

    Am guessing that is the MpMissions folder, basically you have the default setup where the large file with all the light locations is downloaded to the client. Try packaging it into the server .pbo, instructions on the taviana link from original post. That way the server creates the public...
  10. A

    dayZ Street Lights

    Are you creating the publicvariable on the server or the client ? In other words, where is your fnc_returnLampWS.sqf ?
  11. A

    Working House Lighting

    The code has the ability to add an array of custom building objects. What it generally does is look for the base class of House. This base class may be different in other versions.. I have seen some buildings with a base class of Industrial and Military, might be a good way of creating specific...
  12. A

    dayZ Street Lights

    The light script won't run in daylight hours, the script loops but won't kick in unless after a set time..
  13. A

    Origins Server?

    Arma update did the same to mine. I did have a key mismatch error during the update, was a copy of one of my steam installs (merged), possibly had out of date registry entries..
  14. A

    dayZ Street Lights

    I have noticed a lot of logging in public variable log. That's with two of us on the server, I haven't deleted it for a while but was up to 35mb. Have been investigating the chance that lights are getting created more than once and haven't found that happening. Lights definitely act differently...
  15. A

    dayZ Street Lights

    No problem. It seems that with the updates BE scripts are getting updated.
  16. A

    dayZ Street Lights

    Thank you, and everyone else that likes the addition and for the ideas of how to improve the script. I will be updating this and it will be more in the spirit of the original dayZ. I like the fear this game gave me. Am currently merging all of the lights scripts into one package. A generator...
  17. A

    dayZ Street Lights

    Does BE update the scripts.txt for the new verision ? Up to now dayZCommander only provides the @dayZ files, have never had a dayz update mess with any other files.
  18. A

    dayZ Street Lights

    Bah, need to rebuild the whole server..
  19. A

    dayZ Street Lights

    Looking at your post you have a 1 for createVehicle also, so no kick there, give me a few minutes, am updating to test..
  20. A

    dayZ Street Lights

    No. That publicvariable entry is set to 1 which should only log, not kick. look elsewhere. .
Back
Top