Jump to content

aussie battler

Member
  • Content Count

    134
  • Joined

  • Last visited

  • Medals

Everything posted by aussie battler

  1. Anyone know how to fix the battleye kick on our server, either "Query Timeout or Client not responding". The battleye kicks just started happening after the last Arma3 update. It happens on escape servers when you have mission rotation. Players get kicked when the second map starts, just before you enter the lobby. I have noticed that all servers with mission rotation, have turned off Battleye. We didnt change anything on the servers. I have tried verifying Arma3 & reinstalling Battleye. The only fix I can think of for now is to turn off Battleye. Having no Battleye will kill the server with hackers. They seem to flock like seagulls to chips when you turn off battleye.
  2. Hi I wanted to copy all the road coords from a map. Im using this code but it doesn't seem to include dirt roads & stops at bridges. copyToClipboard str (([worldSize / 2,worldSize / 2,0] nearRoads worldSize) apply {getPosATL _x}) The code outputs this: [[3111.75,2036.98,0],[3134.69,2032.94,0],[3161.04,2028.5,0] blaa blaa blaa] Anyone have any idea how to include dirt roads & continue the path over bridges? Not sure if this thread is still alive ? 🙂
  3. aussie battler

    ExileServer ClearBuffer Fix

    Thanks @El' Rabito you are a legend. I understand why I shouldn't run the buffer script before restarts now 🙂 Thanks for sharing this fix. I just read this in rcon, looking forward to using the fix... Jeffrey.: wow this mystery of stuff vanishing when we log is really starting to shit me . i logged out yesterday long before the timer started and now i still lose gear. I shake my fist 🙂
  4. aussie battler

    ExileServer ClearBuffer Fix

    Thanks for the update. Why is it now important to kick players before running the clear buffers? Is it because it updates the database & then clears the cache. Making a chance that the database wont update before restart? ExileSystemPlayerSaveASYNC deleteAt _forEachIndex; I have been running the clear buffer script with infistar restart warnings. I run it at 15 minutes 10 minutes, 5 minutes & 1 minute until restart with no complaints from players. Just thought I would ask before updating the clear buffer file. Hope that you are doing well :)
  5. Is there a way to add an eventhandler to disallow player ai getting into gunner? Players are taking advantage of the ai targeting sytem. They fly a chopper with ai in gunner. Ai will target a player (but wont fire), players then switch to gunner & let hell rain. I am wondering if ther is some sort of event handler to ban an ai getting in the chopper's gunner seat? // in the spawn ai code: while {true} do { if vehicle player isKindOf "helicopter"; [_soldier1] allowGetIn false; };
  6. @pierremgi you are a legend, that is perfect. Thanks for the fast reply.
  7. Hope we hear from you again George, its been too long.

  8. aussie battler

    extDB3 - Garbage Cleaner Fix

    Love your work @El' Rabito thanks for the fix. I cant believe it has taken players a few years to notice base objects not despawning. Better late than never 🙂
  9. aussie battler

    [IceBreakr/IBIS] Project Yulakia

    I cant wait for this map, great work 🙂
  10. aussie battler

    [RELEASE] Engima's Civilians

    @Harzach my bad. 🙂 Thanks for letting me know.
  11. aussie battler

    [RELEASE] Engima's Civilians

    @pognivet & anyone else after this: https://github.com/aussie-battler/Engima-Civilians-Traffic-Zombies ...keeping the dream alive. Thanks goes out to Engima.
  12. Thanks @Gunter Severloh I was getting worried that IFA3 had a copyright strike or that the owner removed it. Thanks for the link to the backup files.
  13. aussie battler

    co10 Escape

    @determity@googlemail.com good work on porting escape to Columbia. To get evac boats to work you just need to set the evac boat waypoints in eden by opening your mission.sqm. I havent looked at your files, but if you set them up correctly the boat evac is called randomly. Maybe run your mission file in Eden & run this in the debug console [] spawn A3E_fnc_SelectExtractionZone; Keep running the command until an extraction point appears near the water.
  14. @tinter thANKS for the reply. I was worried that furniture would spawn inside each other if I included all the files. Ill just include all the files to get the most of all buildings. Love your work, this mod has such great performance.
  15. aussie battler

    co10 Escape

    @determity@googlemail.com you should try fully porting the missions & not just use similar sized maps. When you go to escape the extraction points might be in places that wont work. Players will get frustrated if the helicopters can't land. Just open escape Thirsk's mission file in the editor, select all (ctrl + a) & copy (ctrl + c). Now open up Kunduz & paste (ctrl + v). Zoom in on the extraction points to check if they are in good positions. Adjust the road and position markers. Save the Kunduz mission file 🙂 To port the comm centers, village markers & patrol boats use this: https://github.com/NeoArmageddon/co10_Escape/tree/master/Editing_and_Porting Rename the mission file to your map. Open up the mission file & set your markers. Place the export in the island folder. Play as the unit & use the radio to export. All the instructions are already on the mission map made by @NeoArmageddon & @scruffy
  16. @tinter thanks for the reply. I had the rest of my question hidden in a spoiler, sorry for the confusion: // can run both of these: #include "compositions\beesting_CUP.sqf" #include "compositions\city.sqf" // can only run one of these: //#include "compositions\jono_deserted.sqf" #include "compositions\jono_fortified.sqf" // can run all of these: #include "compositions\jono_houses.sqf" #include "compositions\jono_military.sqf" #include "compositions\lived_in.sqf" // can only run one of these: // #include "compositions\livonia.sqf" #include "compositions\livonia_nonmodern.sqf" // can only run one of these: //#include "compositions\orange_prewar.sqf" #include "compositions\orange_war.sqf" // #include "compositions\orange_postwar.sqf" // can only run one of these: //#include "compositions\ravage_clean.sqf" #include "compositions\ravage_dirty.sqf" // can only run one of these: #include "compositions\vn_huts.sqf" // #include "compositions\vn_huts_vc.sqf" // can run all of these: #include "compositions\weferlingen_cup.sqf" #include "compositions\weferlingen_lived_in.sqf" #include "compositions\WF_houses_cup.sqf"
  17. Love this mod @tinter, you rock.
  18. @tinter I run servers that run multiple maps on rotation. Was wanting to run as many of the compositions as possible without having a furniture pile up 🙂 Would it be correct in saying that you can run the following compositions without any buildings doubling up?
  19. @tinter thanks for the update, this is going on our Cam Lao Nam server. I love that this mod makes towns feel more realistic and random. At the same time having little to no FPS hit. Thanks for sharing.
  20. aussie battler

    Compilation List of my GF Scripts - Mods

    @law-giver cheers mate, I have added your collection to the github. Thanks for sharing.
  21. aussie battler

    GF Auto Population Zombie Script - Mod

    @bck-bbb4bcca850c9eb6 Great script, you can get it here: https://github.com/aussie-battler/GEORGE-FLOROS-GR-Arma3-Scripts
  22. aussie battler

    Compilation List of my GF Scripts - Mods

    It was so sad to read that @GEORGE FLOROS GR has cancer. He has done allot for me over the years, I hope that he comes though it. I have uploaded all the GF_Scripts I had here: https://github.com/aussie-battler/GEORGE-FLOROS-GR-Arma3-Scripts It would be a shame to have them go to waste now that armaholic has gone.
  23. Thanks for sharing, looking forward to giving this a crack.
  24. Great work, I love the variety in each building. Thanks for sharing.
  25. aussie battler

    [IceBreakr/IBIS] Fapovo Island

    Thanks for the huge update, love your maps.
×