Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

uiox

Member
  • Content Count

    316
  • Joined

  • Last visited

  • Medals

Everything posted by uiox

  1. uiox

    Incoming french addons

    Don't worry when all our addons out U 'll understand. The problem for solve it's a lot of addon side tips. It's hard be part of a team when you share knowlege. Coming soon. OFrp shares don't worry. Lot surprises, n'est ce pas Drakken?
  2. uiox

    Incoming french addons

    Look at this: Video
  3. mission impossible In the fired EH trap the bullet directly in it before pass arguements to the script, it's a little bit more quick, like this: init="this addEventHandler [""fired"",{_Missile = nearestObject [vehicle(player), _this select 4];_BigGun = ""heat125"" createvehicle getpos _missile;_BigGun setvelocity (velocity _missile)}] "; Test if the pos is [0,0,0], when the unit shots near it on the ground detection is not speed enough. You can test if your bullet is non existing object like this: a script call after detection in the EH _Missile = _this select 0 ? isNull _Missile : exit _Type= typeOf _Missile #loop If (_Type == typeOf _Missile) then {_LastPos = (getpos _missile) } If (_Type == typeOf _Missile) then {goto "loop"} #end
  4. uiox

    ODOL Explorer v2.0

    Stop your stupid discuss. You can buy a model 150 € 30 000 polys, too much, someone has solution for reduce... The models from other programs? And textures too.  You are all what you can't bear. Where are artists? You can't copy Polock, you can make the 5th of retexturing of a huey...
  5. uiox

    ODOL Explorer v2.0

    Lol Divas are shocking
  6. uiox

    ODOL Explorer v2.0

    Elite? Show me plz... @Bis yes I'm ok.. Why? Only Bis has sold addons BTW good tool, great job.
  7. uiox

    What is in an empty array?

    ? /*----------------------------------------------------------------- CutInSubArray function Cuts and rezise in an subarray Called with: [<pos subay in array>,<posInsubarray to cut>,<array>] call CutOutOfArray Requires: cutoutofarray.sqf to be preprocessed and present in the mission dir. ------------------------------------------------------------------*/ private ["_x", "_Array","_PosInArray","_SubArray ", "_N", "_i", "_TempArray","_Temp"]; _Array = _this select 2; _PosInArray =  _this select 0; _x =  _this select 1; _SubArray = _array select _PosInArray; _TempArray = []; <----just init but never test it at this point it's my rule, maybe wrong it's the count == 0 _N = count _SubArray; _i = 0; while {_i < _N} do  {  _temp = _SubArray select _i;    if (_i != _x) then {_tempArray set [count _tempArray, _temp ]};  _i = _i + 1;  }; _Array set [_PosInArray ,_Temparray]; _Array
  8. uiox

    Random crash bug

    Ok thx. Will try createunit & a while {_unit in _vehicle} do {_unit action {getout}}... For the moment my problem is solved with a count crew hard coded, not a problem it's for known units.
  9. uiox

    Random crash bug

    I've made a function for test full vehicle: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> private [{_Result },{_Vehicle},{_Unit} ]; _Result = true; _Vehicle =_this select 0; _Unit = {Logic} createvehicle [0,0,0]; _unit moveincargo _Vehicle; if (_unit in _vehicle) then {_Result = false; _Unit action [{EJECT},_Vehicle ];deletevehicle _Unit;} else {_Result = true;deletevehicle _Unit;}; _Result With it I have a random crash bug (directly to desktop) I say random cause it's not first time, but the bug appear after only 2/3 mn maxi.
  10. uiox

    Engine control

    Object engineOn true for start it Object engineOn false for stop it isengineOn _Object return true if engine on, false if not.
  11. uiox

    Unmanned ground vehicle

    It's geocity ball of shit copy and paste address in your address bar. Will close this site... Only by script and dialogs, no addon.
  12. uiox

    Unmanned ground vehicle

    UAV is MY domain cause i've done more than anyone. I'm wrong? Work only work
  13. uiox

    Unmanned ground vehicle

    Ridiculous you are. Only, script simple. I've do it. I know you don't see dragon warior, vigilant, I know. OFrP, grows, grows up. Just like the Zimmer Ronin music. Grow. Hard work. Only this. We are hard working men.
  14. uiox

    Unmanned ground vehicle

    I've done one ground vehicle, a dragon warrior, and a vigilant but you can't use them they always flees. Seriously ground vehicle are easier to do than air vehicle cause you don't have height to manage. An other reason is the impossibility to do a free mission armed ground vehicle. My UGV was armed but works with a trigger for detection, and you can't create a trigger with script. UGV
  15. Finally I give up this way, I think it's a bug of OFP, cause with a vehicle 50 m hight difference is very thin so the angle is not important with a big angle of the terrain. This problem is related with the setpos command. Thx for reply. A+ PS: It's not the good way for simulating a cable...
  16. Is it possible to have a vehicle always vertical like fence?
  17. uiox

    Ecp released!

    Scripters! Â Best u can do best. Don't stop. Only ego + hegemony Beginning yes for the community Now?
  18. uiox

    The survivor

    The Survivor version 1.0 Translate in English, Italian, Spanish, German and French Available here Links to addons Vehicle pack Air pack Infantry pack Guns pack Objects pack Official OFrP mission (Opération FrenchPoint). With : Half hour of cutscenes, new concepts of roleplay, new scripts, various objectives (reco, rescue, attack, defend nad assistance), realism. This mission requires the following packs : OFrP_Air, OFrP_Armes, OFrP_Infanterie, OFrP_Objets and OFrP_Vehicules. It also require the Resistance official addon, version 1.91 and above. You play an officer which normal role is to do electronic maintenance, but you are going to live a quite different adventure. You will have to face multiple rebounds in the story. Hints and Tips Be curious and observe the world around you. A part of the mission has quite new game concepts. If you serach correctly, you will find material which could help you in your mission. History My original idea was to demonstrate that it is usually simpler to do the job with team mates thant alone. This mission is also a mean to show the last to date OFrP Packs. It features nearly all my knowledge in scripting. I did create specially some scripts for it that you will probably discover. Screens from intro Screen from mission Screen from one outro in mission
  19. That whole idea just went horribly wrong for me. Talk about..."When good compliments,... Go Bad" I don't know what the hell went wrong there When you try to do the best, don't care about compliments. Don't speak english very well, an other fault : a little bit big crazy I'm am. Not completly crazy. Totally. Absolutly. Don't care why you do. Don't forget my masters. I don't take it easy. Never. North side always.
  20. uiox

    The survivor

    Art is everywhere, just catch it, like a butterfly, and looks at it with sparkling eyes.
  21. uiox

    The survivor

    Don't worry guy sometime I'm not in or on earth. Thx for your feed back. Good team this Coc team, but not english spoken enought. Or lost in my scripts? Touch the stars with your finger, just like Polock or Basquiat. Yeaah. Border line. Sometime out.
  22. uiox

    The survivor

    Psaume de la pénitence Psaume 50 verset17 Quodiam si voluisses sacrificium, dedissem utique: holocaustis non delectaberis. Why my son? Ask me.
  23. uiox

    The survivor

    I think u are good player U want finish, if i've made a ball of shit, stopt it? Good. PS for MP i'm tied of out limits scripts. For me know it's BIS job. Simple is beautiful. PS2 my uav work perfect in MP, but...
  24. uiox

    The survivor

    Stop drink it's for me, don't worry. For uav it's a problem, but i think when you are wrong you start again. How start again uav? Good challenge and idea. Thx guy!
×