Search results

  1. A

    dayZ Street Lights

    CreateVehicle is used to create the light points. I will try and get my local server updated n give it a test. What are you building the server with, Reality ? That is where the scripts.txt will be coming from.
  2. A

    dayZ Street Lights

    Is that publicvariable.log or scripts.log ? Standard procedure is to filter out the files running the lights in the *.txt file by adding!"lights\street_lights.sqf" !"lights\fnc_returnLampWS.sqf"at the end of the line with publicVariable at the start. I can only find this on line 34(ish) of...
  3. A

    dayZ Street Lights

    Can you paste me the relevant sections of either scripts.log or publicvariable.log, the bit that shows you being kicked and 10 or so lines up and down around it, ta.
  4. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    Go with the default settings to avoid the glare and over brightness. The house lights script should work ok. Street lights require the positions to be mapped out once to create the array of light positions. Street lights are so banned they are not easily accessible in the normal running of the...
  5. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    Lol. That's not bright enough ? Brightness to 1 is almost sunlight :) looks like they are working to me ?
  6. A

    ChooChoo Trains Script

    Have spent weeks on this. Have been trying to get the track detection working, probably should have gone with a map, been stitched up by 'fnc bis relative dir to' as it doesn't return a value between 0 and 360. Also some of the tracks are randomly placed in the opposite direction, just to make...
  7. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    It is the default, so no generator needed. Can you add a screen shot ? If the lights are on there should be 4 of them, the area is fairly well lit.
  8. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    Can you try it with the generator requirement set to false to confirm the script works ? The generators need to be in game and in range.
  9. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    How are you spawning the generator in to the game ?
  10. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    working on fuel for generators and incorporating all the lights into one script. Will look at parts also.
  11. A

    dayZ Illuminant Tower Lighting (Power Generator Option)

    Are you getting any errors ? Are the towers the same object class names ?
  12. A

    dayZ Street Lights

    It is scripts.txt. The Battleye folder should be in the same place as your config file and hivext.ini. .
  13. A

    Origins Server?

    So long as there is enough spare room, still access speed still stands. Mysql speed is important. . By an external sql, do you mean another server ? on the same c class ?
  14. A

    Origins Server?

    What are you using to monitor there ? A good example of repeating errors is to stop the mySQL service mid game :) Lag is extreme and crashes are inevitable. Have found this from debugging an endless loop when testing a crate update code..
  15. A

    Origins Server?

    The biggest bottleneck I have found with dayZ is the access speed to your database, so HDD access speed is key, as stupid as it sounds, making sure you regularly defrag your data drive. I hadn't run a defrag in 8 months until i started running a dayZ server.. Performance was improved and I now...
  16. A

    Origins Server?

    Fuel leaking out of choppers is an Arma thing, was fixed in vanilla dayZ 1.7.5.1 (or 1.7.1.3 :)), I believe..
  17. A

    dayZ Street Lights

    There is an issue where, after logging, the existing lightpoints are already there so I search for them and light them up. Have noticed since that nearestObject only works for 50m. Am going to look at another way of doing this. I may just delete them and recreate. I wanted to reduce the work as...
  18. A

    Origins Server?

    Are those backslashes in the database ? This is an example of a Stage 2, Large Shed from my...
  19. A

    Origins Server?

    That should be every -16 mins o_O
  20. A

    Origins Server?

    I think it's the power button on the 386 being used for the server..!
Back
Top