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

Warpo

Member
  • Content Count

    36
  • Joined

  • Last visited

  • Medals

Everything posted by Warpo

  1. Warpo

    My trip to BIS at Gamescom 2011- Great!

    It will be big.. Thanks for your informations. I'm looking forward to this game. Definitely buy it. Just question, whether it will improve (repair) glare and problems with lights and shadows: And also, whether they work at the dark storm with a beautiful rain (better weather generally), such as the game Stalker:
  2. How plays video directly on TV? The third video here, at the time of 1:20: http://armedzone.com/general-news/the-setpos-getpos-virus-video-by-albert-schweitzer/ Thanks for the advice, I apologize for my English.:bounce3:
  3. I can't wait :don2: All images from Taviana Island: http://bisgame.blogspot.com/2011/08/taviana-island-update.html
  4. Warpo

    Media Coverage | No discussion here!

    Zing.cz (Czech) preview: http://www.zing.cz/preview/418/arma-3-vojenske-zpravodajstvi
  5. Warpo

    E3 - Arma 3?

    This game looks simply incredibly beautifully. And it is still about a year in development.:bounce3:
  6. Warpo

    E3 - Arma 3?

    Oh my god, awesome Arma 3 prezentation
  7. Warpo

    E3 - Arma 3?

    Many new images of the Arma 3: http://www.zing.cz/novinky/5149/e3-2011-arma-iii-v-obrazech And more new images in gallery !: http://www.zing.cz/screenshoty/index/2625/arma-3 ;)
  8. Sila detailu a citu pro tento ostrov je neuveritelna. ;)
  9. #12 "Considering the ASCII animation we saw showing a ball smashing a wall, is BIS planning to add more complex destruction physics to buildings in Arma3?" No :(
  10. If it is to be a Czech language, so there are couple mistakes. Otherwise the island looks very pretty and I can't wait for the official release. Probably the most beautiful island in to Arma 2. ;-)
  11. Warpo

    ArmA3 Wishlist and Ideas

    +1 I want to big storms, black clouds. Severe weather.
  12. This is awesome (in Arma 2): http://www.armaholic.com/forums.php?m=posts&q=13837 Destructible environments and vehicles :)
  13. Warpo

    You love Green land or Dessert POLL

    I want a similar map from the game Oblivion (TES: Oblivion). It is amazing. Forests, rivers, waterfalls, caves, mountains and snow. Or map games Stalker.
  14. Looks very impressive. Amazing island Wherewith more new buildings, thereby better :) btw, What is this language on the blackboard?
  15. Warpo

    ArmA 2 site hacked

    I suppose, that BIS has some 144 employee;)
  16. Warpo

    ArmA 2 Sea rescues?

    http://www.armaholic.com/page.php?id=13947
  17. Hi, I sorry for my English. I'm basically a beginner at some scripts. I need to deal with this: _Warrior = _this; while {Alive _Warrior} do { Hint "START"; _Enemy = nearestObjects [_Warrior, ["Man","Man"], 100] Select 1; _man_damag = damage _Enemy; Side _Enemy = EAST; while {Alive _Enemy} do { if (_Warrior distance _Enemy > 0) then {_Warrior Move position _Enemy}; if ({_Warrior distance _Enemy <= 4 && Alive _Enemy && Side _Enemy == EAST} count allUnits > 0) then {_man_damag = _man_damag + 0.51; _Enemy setdamage _man_damag; _Warrior playMove "AmelPercMstpSnonWnonDnon_amaterUder3"}; Sleep 6 }; Sleep 1 }; I want to unit "_Warrior" automatically searched enemy force "_Enemy" and then himself to this unit attacked. But this script so does not work. "_Warrior" runs so to me (when I'm from him nearest, I'm West as him) I want, that he go only against other side.. A second problem, after killing one unit, he is inactive for searching other enemy unit. I need, that he constantly searched enemy force (in the 100 meters), until he is alive .. What am I doing wrong here? I hope you understand my problem, thanks for the advice ..:)
  18. Oh my god, now you're really pleased me. Thank you very much, you saved me a lot of time. I'm also teach something (I have previously worked only with SQS). This Script wokring perfectly. Of course, further improve the script, it creates a protection, etc.. Yes Warrior is not armored vehicle. Exactly how to you write. :D I helped with Google Translator, is it shit..:p
  19. Okay, I look at it. Still, please you look for this script and repair error in him. I need it's have functional soon as possible and not until a few days. Just quickly solution. Thanks..
  20. Big thanks to you.. I'm tried repair this sript. Somehow it works. Do you see a mistake there, where? Thanks.. _Warrior = _this; while {Alive _Warrior} do { _EnemyField = nearestObjects [_Warrior, ["Man"], 100]; _Enemy = _NepritelField Select 1; East = side _Enemy; _man_damag = damage _Enemy; while {Alive _Enemy} do { if (_Warrior distance _Enemy > 4) then {_Warrior Move position _Enemy}; if (_Warrior distance _Enemy <= 4 && Alive _Enemy) then {_man_damag = _man_damag + 0.51; _Enemy setdamage _man_damag; _Warrior playMove "AmelPercMstpSnonWnonDnon_amaterUder3"}; Sleep 4 }; Sleep 1 }; Or other solution this script. Runs him person created through command "createUnit". For example "CWarrior ExecVM "Attack.sqf", _Enemy not, it's complete side east.
  21. I can well with the editor, the script also. I'm concerned about a specific solution to this script, I do not want use waypoints. I need only to "_Enemy =" seting for side East. How to do it (Side == _Enemy EAST; does not work)? ;) So that I want use this for next working in the script.
  22. Warpo

    ArmA 2 site hacked

    UnuldorCZ is not BIS employee, omg :rolleyes: Seriously doubt
  23. Warpo

    ArmA 2 site hacked

    UnuldorCZ thank you:bounce3:
×