Jump to content

Bart.Jan

Member
  • Content Count

    739
  • Joined

  • Last visited

  • Medals

Everything posted by Bart.Jan

  1. Bart.Jan

    Close combat script!

    It works even without Resistance. I think it's some planned action that was not used in final version. I didn't know abot it too. I founded it on czech discussion about mission editing at flashpoint.tiscali.cz Â
  2. Bart.Jan

    Vehicle ammo programatically?

    I think it's a bug. There was topic about this problem loooong time ago.
  3. Bart.Jan

    Scud rockets

    Something about SCUD : http://www.fas.org/nuke/guide/russia/theater/r-11.htm And about origin of "SCUD" name : http://phrases.shu.ac.uk/bulletin_board/3/messages/637.html They founded : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE"> It seems very likely that this is a NATO designation, not a Russian one. The Russians use SS-1, etc., alphanumeric names... while NATO assigns nicknames, most of which begin with S. So the English word scud, meaning a fast-moving low cloud has moved into the lead as a likely source.<span id='postcolor'>
  4. Bart.Jan

    Scud rockets

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Mister Frag @ Dec. 16 2002,22:35)</td></tr><tr><td id="QUOTE">The name SCUD is nothing more than the NATO codename for the missile.<span id='postcolor'> Like HIND for Mi-24 ?
  5. Bart.Jan

    Close combat script!

    You don't need a script. Simply put this line into unit init line : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">removeAllWeapons this;this addmagazine "StrokeFist"; this addweapon "StrokeFist"<span id='postcolor'> You must be really close to succesfully hit an opponent and you must not have any weapon or grenade.
  6. bn880, did you test this script ? Is it working correctly ? </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">ztime = -1; ?!(local server) : goto "wait" ztime = random 24 weather = random 1 fog = random 0.8 publicvariable "weather" publicvariable "fog" publicvariable "ztime" #wait @(ztime != -1) skiptime ztime 0 setovercast weather 0 setfog fog<span id='postcolor'>
  7. Bart.Jan

    Dynamic reinforcements

    I can not understand what do you want exactly to do. But try be leader of group and name your group mygroup. Then make trigger activated by radio alfa and put in on activation : hint format ["%1,%2",mygroup,group player] It shows you that if you name group, name of group always returns its original (computer made) name. If you want to create unit into some group, use (as group name) group groupMember. Is it usefull ?
  8. Bart.Jan

    The Iraq Thread

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (BaronVonRed @ Dec. 04 2002,16:12)</td></tr><tr><td id="QUOTE">I don't think bombing the entire country is the best answer, but how else can we stop the military there? A lot of their military resources are intentionally located in or near civilian areas. Shut down the military, remove him from office, eduacte the people.<span id='postcolor'> I give you my personal opinion : As a child I lived in comunistic Czechoslovakia. There was, and is, good education system so people was educated. It was reign of terror but majority of people doesn't know or they didn't want to know. Every elections comunistic party has 100%(! of all votes. Everything seems to be correct. I thought west imperialistic countries are our enemies because they want to destroy our prospering happy country and I has only one planned future - as member of communist party. I thought it's only one good way. Our problem was solved peacefully over time. But if there were some "liberators" that came to our country, killing our citizens, bombing our factories, towns (many military resources was located near towns) I would hate them and in furute probably fight against them. Not only becasue of brainwashing but because I'm not so cool blooded that I can stand deaths of my family, friends and their friends because of some "high morale goal". If there will be US-Iraq war and US wins, I think there will be little of true happy Iraq citizens. I think there will be needed really big propaganda (another brainwashing) to convice common citizens that US armed forces killed them for their own good.
  9. Bart.Jan

    The Iraq Thread

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (FSPilot @ Dec. 12 2002,23:04)</td></tr><tr><td id="QUOTE">If we don't go to war they'll attack us. If we do go to war, they'll attack us. Seems like we should eliminate all the threats we can as best we can. Unless, of course, one of you can come up with a better solution?<span id='postcolor'> This would be "good" example for India and any other country that has problem with another country. They'll destroy opponent before they will be destroyed. I think the war is the very last solution to solve some problem. And if war is inevitable - there shoud be more then one country (which wants war) to affirm that war is only possible solution. I don't agree with US-Iraq war. From what I read generally, I think it's war for oil only. Regardles what I think, if UN said war is ok, it's better for me - because I hope US has not so big influence on UN - that it will be their decision based on good proofs. I, personally, can not accept : "We must go figt, but we can not tell you why because it's confidential."
  10. Bart.Jan

    How to end mission

    && = and || = or
  11. Bart.Jan

    Delaying code using the "~"

    You can use it (~) only in script. Not in init line or in function.
  12. Bart.Jan

    Target spotted at gf21

    Of course. Use my script and execute it by : [plane] exec "search.sqs" You must only make your plane/helicopter to move randomly over map.
  13. Bart.Jan

    Target spotted at gf21

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Ruskiesrule @ Dec. 09 2002,17:08)</td></tr><tr><td id="QUOTE">You guys not use abreviations? Suc has Ply or Plyr for player, and snp or snip or snpr?<span id='postcolor'> Look at RED's answer and PLAYER is always unit controled by player, but PLY or PLYR is always one named unit. Look at some scripting reference about PLAYER.
  14. Bart.Jan

    Target spotted at gf21

    Another ways : Let searching groups be grouped with their bvp/heli. If they need travel far, they will use it automatically. 1) for stationary look-outs : create triggers : west detected by east for searching group make only one wp: guard or sentry (I'm not sure now which one is the right one ) If east sniper detect west player in trigger area he will call reinforcements. If it will not work, use 2)You do not need any wp for searching groups. Execute searching script at begining of the escape : [snipers] exec "search.sqs" for example : [snip1,snip2,snip3,snip4,snip5,snip6,snip7] exec "search.sqs" </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _snipers=_this select 0 _c=count _snipers _i=_c #loop _i=_i-1 _who=_snipers select _i ?(_who knowsabout player) >= 1: goto "found" ~2 ?_i==0:_i=_c goto "loop" #found leader1 move (getpos player) leader2 move (getpos player) ~10 _i=_c goto "loop"<span id='postcolor'>
  15. Bart.Jan

    Tried searching

    Phrase for leader : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> "_x moveInCargo heli" forEach (units group this)<span id='postcolor'>
  16. Bart.Jan

    The political compass

    My results : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE"> Economic Left/Right: -4.50 Authoritarian/Libertarian: -4.21<span id='postcolor'> I would like to know what means to be on right wing ? I'm asking because I'm for free market without goverment control, but with strong goverment audit* (or it means same ?), and compas sent me to left side. *goverment doesn't dictate what to produce/buy/sell, but it controls companies if they are not breaking laws and treaties. To IsthatyouJohnWayne : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">Children always tend to complicate things somewhat.<span id='postcolor'> I don't think there is problem with children. Problem is with adults. They are teching their children what is good/bad. In my opinion, single sex parents are ok for adopted children but there will be problems with other children from "normal" families that will complicate their live in school. And only because their parents. When single sex pairs with adopted children will be common (nothing unusual) there will be only minor problems.
  17. or name just plane/chopper and execue : (driver plane) action ["eject", plane]
  18. Bart.Jan

    Advanced question

    Yea, Christmas time !
  19. Bart.Jan

    Iao

    I read about IAO (Information Awarness Office) at Zvedavec - czech web page. It's about near future system that can monitor all interenet communication. There is another english web page about it : http://www.kuro5hin.org/story/2002/11/18/10722/984 And official IAO web page : http://www.darpa.mil/iao/ I do not have enough words to describe my very bad feeling about it. It's like from Orwell's 1984. How it's possible to have John Poindexter as leader of this project ? (some information about him at english page above) I think this project must be leaded by someone responsible and trustworthy. How can I trust to something that is leaded by "criminal" ? Is this project really necessary ? Isn't the whole idea of this project against US law ? I read that USA Patriot Act destroyed about 15 laws about freedom. Is this another step or something new how to cancel more rights ? I don't have much informations about US generally but from informations I gathered I think that it's the end of US freedom. That there will be no democracy but democratism. DARPA; all seeing eye = sign of illuminati ? It also looks like Deus Ex scenario. Â
  20. Bart.Jan

    Advanced question

    If body is digged, its Z position is less then -1. condition : getPos soldier select 2 < -0.9
  21. It's shame that LaserTarget doesn't work with nearestObject command. Â It shoud be easy to do it with it.
  22. Bart.Jan

    Back in the ussr (errr, russia)

    Similar to http://www.flashpoint1985.com/cgi-bin....hl=star
  23. Bart.Jan

    Weapons

    Read 2nd pinned topic or use
  24. Bart.Jan

    Gamers today

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (bn880 @ Nov. 29 2002,20:30)</td></tr><tr><td id="QUOTE"></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Bart.Jan @ Nov. 29 2002,14:26)</td></tr><tr><td id="QUOTE"></span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (bn880 @ Nov. 29 2002,20:19)</td></tr><tr><td id="QUOTE">But what do you expect, a small company in Czechoslovakia puts in a huge effort into a revolutionary game engine, what do Americans really care about that? Well American companies would just love to eliminate the competition through advertizing and hype. Â <span id='postcolor'> Well, not in Czechoslovakia but in Czech Republic (or Czechia).<span id='postcolor'> Yes, when exactly did it officially become the Czech Republic? Â They began working of VBS1 in 1996 or something. Â <span id='postcolor'> It's from 1.1. 1993. Our country has several different names from 1989, but I don't know english translates of its names.
×