Jump to content

h -

Member
  • Content Count

    815
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by h -

  1. Someone also should write 'explain-this-to-a-5-year-old' formatted examples of the new flow control things, practical examples actually tested in game.. I have huge trouble trying to understand how these new things work since I have very litle experiance in any 'real' coding language.. The Biki examples are non-existent, or if there are examples they are written too technical; lot's of why instead of how (usually even why in some 'real' code), and have no use for average dumb ass like me... Until it reaches 10 000 loops and stops... Only thing different with while/do in OFP is that this time you don't get any error messages, it just stops..
  2. h -

    Performance Tweaking Experiences

    I had the feeling you meant it like that, ah silly me
  3. h -

    Performance Tweaking Experiences

    And that helps how? No performance gained.. I really hope BIS would patch ArmA for dc at some point, the game would only benefit from it..
  4. h -

    turrey direction ?

    Whether it actually helps remains to be seen since it returns the position in model coords, not in the world coords.. Right Now to think of it, that might not even matter..
  5. h -

    S-400 Triumf Help

    @Universal Before you do anything else, this has to be changed <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches { class psy_mcar Last time I checked you are not part of the MCAR team and not allowed to use our tag.. You must make your own classes for everything else (weapons, cloudlets, and so on) and use your own tag (which you can register at OFPEC).. Just because otherwise you risk conflicting with our stock vehicles.. You must ONLY use the MCAR tag in the scripting, meaning you keep the functions etc. named MCAR_blahblah.. This means you actually may need to edit the input for the scripts..
  6. Something a bit more 'innovative' than an ammobox should be used though, isn't it getting a bit old.. Like some anti-tank mine 'casing' or something (no idea if it would be big enough though..) Otherwise pretty much the same as the Morphicon release has in it.. The documentary DVD is a good idea ..
  7. h -

    The so-called "grown up" community

    Just to note that my post count is not that low in reality.. (if you were even referring to me )
  8. h -

    The so-called "grown up" community

    I hate to do this here, but anyway: I'm sorry, it's either I don't understand you or you don't understand me.. The sentence does not end with the . after the word etc I meant that your post seems to suggest that a true OFP fan only plays OFP and nothing else, so with that logic I'm not one as I enjoy playing other/other kind of games as well.. What that has to do with anything? Only MP players/mission makers are true OFP fans, thus better community members than others?
  9. h -

    The so-called "grown up" community

    Wow, that must be one the most rediculous statements I have heard in long while.. So if I happen to buy and play games like Thief, Hitman, CoD(s) etc. I'm not truely an OFP fan, let alone member of the OFP community (which I basicly am since I'm posting here)?
  10. h -

    MCAR Engine released...

    MCAR Engine 0.931 Released MCAR Engine 0.931 (.rar file) Updated documentation (.rar file, documents in .pdf format)
  11. h -

    Stargate mod, important!

    Doesn't this just come down again to the fact that at least in the US if someone owns a trademark he needs to 'defend' it actively or he will lose it?? At least it was something like that a few years back when Toadlife was getting into trouble with his Operation LoJack mission.. From that thread.. Of course that might have changed overt past two years... What I find funny in this thread is people blaming lawyers for this
  12. h -

    Sounds - bullets

    - Start CoC BINView - Open the desired config.bin - Select File -> Save (just press OK in the 'warning' window that pops up)
  13. h -

    PC Discussion Thread - All PC related in here.

    What memory do you use? Also, it could be good to check out the Asus forums, there are a lot of problems with MSN-SLI DELUXE being discussed.. I have one as well.. Other's have no problems at all, I had my share before it just started working without anything done to it (power up problems)...
  14. There's always the 106mm recoilless gun jeep by MCAR And you can use the weapon model if ya like, just credit us ..
  15. There's always the 106mm recoilless gun jeep by MCAR And you can use the weapon model if ya like, just credit us ..
  16. h -

    UKF Major Release

    @manhunter09 && Messy That does actually happen, it takes about a frame or a few for the missile to point in the correct direction (whether you see it is performance related).. It's a OFP feature which presents itself like that due to the workarounds MCAR uses... Would not happen if you used the MCAR Engine instead of the 'oldies' Can not confrim this, however Sa8Gecko told me that both ACES and the MCAR Engine run together just fine (I'm not into planes so haven't really tested around with ACES myself).. Anyways, top stuff... Again..
  17. h -

    Pirates

    With some anims and Fwatch you could probably make miracles with the swordfighting...
  18. h -

    Just how much has OFP affected you?

    Without OFP I would probably be dead... Or at the very best an alcoholic at the end of a downward spiral...
  19. h -

    Publish via Steam?

    I've got a couple too 8) What about people with 56k modem? 9) What about people with no credit card?
  20. h -

    why did you use your username

    I think my crappy nick was some try to get some clever combination of my real life persona and a character from the movie The Usual Suspects... It was crappy idea and I have always hated my nick but never came up with anything better.. Hoping to change it when ever I come up with something less stupid..
  21. h -

    PC Discussion Thread - All PC related in here.

    Insane... Just imagine your electricity bill after some serious gaming (not to mention the 790 degrees celcius your room would have)... If those are as crappy as PSUs usually from that 1100W you would get 600-700W in reality (spikes go up to 1100W) the rest would turn to heat immediately (and not via CPUs, GPUs and the like)... I have only followed one guys reports as he bought the first motherboard with AM2 support (MSI mobo..) and he had some problems with voltages etc but those were fixed with updating the BIOS and some drivers... Read one test of the Asus MultigiplixSuperHyper motherboard (their latest) and the tester had no problems what so ever, other than a few idiotic engineering decisions on the board itself (some cards and cords have a bit tight fit).. I'm going to get AM2 board, just waiting for the AMD prices to actually drop (wonder why they have to wait till next monday since no-one in their right mind would buy a processor with old price now)..
  22. h -

    New ArmA Scripting commands

    With those you can basicly set properties for a unit for later use.. You set a name and value for a vehicle specific variable (just guessing since no way to test it ).. If so, very very very usefull stuff... Although your hopes for it would be very very very usefull too.. You had to do that (setting the vehicle specific variables) in OFP by creating a global nested array, save the info there and then query it from the array later on, which of course is not very effective when the array gets huge...
  23. h -

    ArmA Progress Updates

    Only if the doctor signed a deal with her and her husband/man/whatever to get their baby after it was born for a certain fee and pay for it's diapers and the add in the papers announcing the baby had born..
  24. h -

    The Middle East part 2

    I swear if Israeli actions are the next excuse to pump up the gas prices I will invade the country myself...
  25. h -

    PC Discussion Thread - All PC related in here.

    True... Btw, just remembered that I read somewhwere like 2-3 weeks ago that ATI would be presenting it's first DX10 supporting chipsets and gcards in CeBit 2007 (that is if my memory doesn't fail me ).. Pretty odd news though if those would be coming out this year Yes, I do... My 9600 radeon does not compute with any of the newer, newish or new games.. Plus it's AGP so not so compatible with new motherboards..
×