Jump to content

Jack Ost

Member
  • Content Count

    130
  • Joined

  • Last visited

  • Medals

Everything posted by Jack Ost

  1. Jack Ost

    Flight Failures Mod

    Script is server side only. So it should work on the server only.
  2. Flight Failures Mod by Jack Ost What is it ? This script allows to simulate the failures you can have in your plane or helicopter. It will stop a mechanic or electronic element like the avionic or your engine. For some reasons, only non critical failures have been implemented (so you can't loose your main rotor in helicopter). Features There is three module available in Eden Editor. Place the module that you want on your mission. This mod is server side, so you don't need to have it on client side. First module is to choose random system. The random system will give you one (only one) random failure during the mission, at any moment you can have it. It's depend on the probability that you have choosen on the parameter module (if you don't place it, it will be default parameters). So during a mission, you may not have any failure. Second module is to trigger a particular failure (or multiple) directly. You can synchronize it with a trigger to have the failure at a particular moment. For information, default parameters of the random version are :- you will have only one failure- 30% of probability for avionics- 10% of probability for one engine failure (not both if two engine)- 1% of probability to loose left rudder or right rudder OR left elevator or right elevator OR tail rotor- increase (in %) of probability as a function of the flight time (+25% in 2 hours of flight) NB : I can't test the random version perfectly, so i choose to add an option to having magic repair on your aircraft. NB2 : If your fps are lower than 10, the failure will be cancelled. Guide English Guide French Guide Download LINK here Crédits Bohémia Interactive Spyke (technical adviser) Jack Ost
  3. Hi, After many hours of research and tests, I didn't find the idc of the button "Load" in the dialog that appears when you choose your loadout in the Virtual Arsenal. Screen : http://hpics.li/a0de868 The button "Load" on the bottom has idc 44147 (found in ui_f.pbo) but no occurence of the button "Load" from gear loading list in the pbo. It's use the same stringtable variable : "str_disp_int_load". I try to disable control with idc 0 to 100000 (yes i'm crazy) and nothing, button always here. Please, say me what is his idc. Or say me how to find it. Assumption : it's not define in the config.cpp and it's create by script. But I need to add an eventhandler on it.
  4. Problem solved. It's a button for another thing that he's reused by script. Good way to do it... (thanks developer, I like to search for hours) For information, it's idc 36019.
  5. Jack Ost

    Flight Failures Mod

    Strange, I can download it without paying. Temporary link : http://uptobox.com/eiez9ak24o3e
  6. Jack Ost

    Flight Failures Mod

    If I say true, USAF mod has not received updates since jets dlc. I use vanilla functions introduced with jets dlc. The scenario module doesn't work ?
  7. Jack Ost

    Eden Extended Objects

    No problem. Thank you for your useful addon :)
  8. Jack Ost

    Eden Extended Objects

    Hi, you missed to post the download link ?
  9. Jack Ost

    Vcom AI V2.0 - AI Overhaul

    It's just a testing version, so for the mod version, release is on going. Exact ? Thanks anyway for your continuous development.
  10. Jack Ost

    OPEX

    Hi gemini, Thanks for your updates. I have noticed some problems on taunus, some tasks are not itinialized. For example, kill 3 officer but on the location, no officer, just civilians. But it's random, when we restart the mission, reselect the same task, it's work fine. I run 1.17 version. So it may be solved since. On others map, there is no problem.
  11. AutoPilot Script by Jack Ost What is it ? This addon allow to simulate airplane autopilot in the most possible realistic way on arma3. It's possible to use autopilot on any type of airplane only. Features - Manage Speed - Manage Heading - Manage Altitude - Manage Gear - Manage Vertical Speed Download Here now Armaholic or WithSix Download below Guide French Guide : Guide en Français English Guide : English Guide Crédits Bohémia Interactive Jack Ost
  12. Jack Ost

    AutoPilot Script

    Hi all, After many hours of work and research, I'm able to propose a new version of the autopilot script. I try a lot of solutions to have a realistic autopilot and a script using fewer game resources. Now, I think, I have the best compromise I can do with the current functions of the game. Download link updated on the first page. Changelog (v0.8) : - Script Management of speed, altitude and direction completly rewrite - Add compatibility with new throttle system - Increase performance - Change of Altitude is smoother - Change of Direction is smoother but it is very slow - Now need 1.72 version of the game Give me feedbacks about this update.
  13. Jack Ost

    OPEX

    Yes, mission win, not easy with VCOM AI but 3 tasks completed ;) (More screenshots of the second part : https://www.facebook.com/media/set/?set=a.847637058726952.1073742006.225432500947414&type=3) Glad to know that you have solve the issue :) For now, I'm not on pc with arma but I noticed flying objects on isla duala only.
  14. Jack Ost

    OPEX

    https://community.bistudio.com/wiki/Arma_3_Mission_Parameters Try to use function and isGlobal field. dont forget : https://community.bistudio.com/wiki/setTimeMultiplier -> 0 is not a possible value, maybe you want to use 1 as default value ?
  15. Jack Ost

    OPEX

    Amazing mission this evening with : https://arc-arma.fr Thanks for your work @Gemini
  16. Jack Ost

    Flight Failures Mod

    Hi, Sorry for the delay. Two guides available on the first page. ---------------------------------------------------------- Download link updated. Changelog : - Add bikey + bisign
  17. Jack Ost

    Flight Failures Mod

    Yes, of course. Tomorrow, I will try to write a guide.
  18. Jack Ost

    Flight Failures Mod

    Yes, it could be nice. But I don't have the time to implement it now, maybe in the future ;)
  19. Jack Ost

    Flight Failures Mod

    Yes, module for that, called flight failures parameters Not available for the random system.
  20. Jack Ost

    Flight Failures Mod

    Yes, totally random. If you choose a random use. If you want, yes. It's a "debug".
  21. Jack Ost

    Ocean Map

    Hi, Cool I have a long waited a map like this. It was better if you increase map size (for planes missions, like 60*60km). If you have not noticed it, there is an error when opening map : "No entry 'bin\config.bin/CfgWorlds/Ocean/OutsideTerrain.satellite'."
  22. Jack Ost

    Mario-Kart Arma 3

    You now just need to define _myvehicle and choose better name than "myItem". Never forget default case in switch.
  23. Jack Ost

    Mario-Kart Arma 3

    Read this : https://community.bistudio.com/wiki/allPlayers
×