FlipM0d3

Donator
  • Content count

    52
  • Donations

    10.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by FlipM0d3

  1. FlipM0d3

    [XM8 App] Apoc's Airdrop Assistance

    I'm using this one, you can try it. Make change in onLoad.sqf
  2. Sry to be a party pooper, but i update my files and did the change in db. Still the empty machineguns/granade slots won't fill up? Strider HMG 200/1 bullets so thats 400 bullets in total, i shoot 300 so i have 100 left. Do a restart and it will be filled up to 200 bullets and spare slots is empty? Anyone els having this problem or am i doing something wrong?
  3. FlipM0d3

    [XM8 App] Apoc's Airdrop Assistance

    On the 28th of may Apoc did a file update and the respect was fixed.
  4. This fixed it for me. Make a overwrite for ExileServer_object_vehicle_database_load.sqf goto line 100 and change -> _vehicleObject enableSimulationGlobal false; to _vehicleObject enableSimulationGlobal true;
  5. FlipM0d3

    Exile Loot Drop DLL

    Ta, installed it and can confirm it works.
  6. FlipM0d3

    Exile Loot Drop DLL

    Is this still working with 1.04?
  7. FlipM0d3

    [XM8 App] Apoc's Airdrop Assistance

    Are you using the standard config.sqf or did you make one yourself?
  8. This script works great, i only found one problem . When i buy a Slammer, it has a 200/19 7.62mm and 12/2 120mm HEAT ammo. If i leave the tank before restart with 50/16 7.62mm and 10/1 120mm HEAT ammo left. After the restart the 7.62 ammo wont fill up too the max when i do a refill, it will have 200/16 instead of 200/19 and this is the problem with all vehicles who have a HMG or a GMG. When you leave the vehicle with a empty spare slot, it wont add ammo to it after restart.
  9. FlipM0d3

    Problem K40 and Stomper

    You only have to enable simultion and its solved, crew is allready in.
  10. FlipM0d3

    Problem K40 and Stomper

    Hi, I had drones on my server from the start and they always worked. When i buy them at the trader they work like they did before, but when i store them in VG and take them back out i can't connect to it. Anyone having the same problem or knows how to fix it, this happend with the last Exile 1.04 update.
  11. FlipM0d3

    Problem K40 and Stomper

    I have found the fix, you where in the right file. Make a overwrite for ExileServer_object_vehicle_database_load.sqf goto line 100 and change -> _vehicleObject enableSimulationGlobal false; to _vehicleObject enableSimulationGlobal true; Allready thought something was wrong with the simulation. Don't know if this will cause any other problems, but tested it and it works fine.
  12. FlipM0d3

    Problem K40 and Stomper

    I placed the same problem on the link you gave me and i spoke to Hogansheroes. He's telling me it works on his server but he's using a old vg, i asked if it was the Exad vg and he's not using that one? So i dont know which vg he is using and if it still works with exad vg? Maybe someone can confirm if it's still works with Exad vg? The weirdt thing is i'm able to shoot 2 times from the stomper and then it freezes. When turning on the engine on any drone it doesnt work, same as folding the wings. But when i fold the wings you can hear it's making the sound and i'm able to store it back in the vg??
  13. FlipM0d3

    [solved] Moving dead player from safe zone.

    And where can i place your script m8?
  14. Normaly when i click on the driver/gunner screen i go straight to the possition and now it doesnt do a thing. I have to press esc and im in and can fire 2 shots in gunner and thats it all freezes. Yes engine and folden wings both not working. It has to do something with the exile vg, i used exad before and all worked ok and same when i buy from trader all is ok. Anyway thx for the help, i will do some more testing when i have time.
  15. Ye i think the problem is the new Exile VG. Can anyone confirm the drones are working with Exad vg?
  16. Is that the Exad you are using?
  17. I tried Falcon, Stomper and K40 and none are working propper. I can connect to gunner and fire two shots and then it freezes, in driver it's not doing anything.
  18. I'm using the Exile one.
  19. The uav hack works, but still cant connect propper when pulling them from VG.
  20. I'm having trouble with storing my drones in the vg and when taking them back out i can't connect to them. Is anyone else experiencing this problem?
  21. FlipM0d3

    Problem K40 and Stomper

    It was only for 2 days, they probably were bored to death When i log in as a admin, i can see the crew in the stomper and i can even take two shots in the gunners before it freezes. But your right it needs to be reassigned to the player on the same way it does when you purchased it. I tried hacking it but even that doesn't work. I thought maybe the code is also used when you unpack a normal drone from a backpack, but i can't find the file that does that. Anyway thanks for the link GeekMonkey, i will try my luck there.
  22. FlipM0d3

    Problem K40 and Stomper

    So no one is using the K40 or Stomper drones on their server?
  23. FlipM0d3

    [XM8 App] Apoc's Airdrop Assistance

    What kind of program do you use to pack the mission file to pbo? And see what happens when you turn off some script like JohnO's Reborn and de InfiSTAR app. Maybe one is causin a problem.
  24. FlipM0d3

    [XM8 App] Apoc's Airdrop Assistance

    Check InfiSTAR, see above post.
  25. FlipM0d3

    [XM8 App] Apoc's Airdrop Assistance

    Remove appID = "App09"; If you use InfiSTAR open EXILE_AHAT_CONFIG.hpp, search for allowedIDDs[] = and add this line in 66000,66001,66002,66003,66004,66005, // APOC Airdrop. Should look something like this: Let me know if it worked.