Jump to content

Blanco

Member
  • Content Count

    997
  • Joined

  • Last visited

  • Medals

Everything posted by Blanco

  1. Blanco

    Chammys Sound Mod

    Dude, watch you filesize Your screen is >100kb I can't answer your question because I use PBOview to unpack/pack/view my files, works great. My weapons.pbo is 287Mb
  2. Blanco

    Chammys Sound Mod

    Works fine now, i don't have to use a modfolder. I use Arma PBOview, it automatically creates a backup from the pbo file before packing edit: AK-74 needs some work. Feed back is too noisy, I can't feel that specific scary AK fire sound. Machineguns are pretty good.
  3. Blanco

    Chammys Sound Mod

    I tried to create the pbo and I ran into an error. I use the total commander pbo plugin, it always worked fine Can't find a weapons.paa or something, the game crashed to desktop. edit: worls fine now, I use PBOview now
  4. About the mission... I wonder why they cover the whole area but in the opposite direction of their leader. I would be perfect if they cover the area in front of them instead of behind. Also, it seems that Dostop commands don't prevent AI to move, I think we'll have to use disableAI "move" instead, we can enable it again anyway. The only problem is that disableAI commands are resetted when a saved game is loaded. (also that should be solveable via the time command)
  5. How little things can make a huge difference. The sandbugfix addon Thx Reador
  6. Blanco

    Smoke affect AI "sight"?

    MAPfact has some AI-sight blocking smoke grenades in their MISC addonpack
  7. Blanco

    Sandbag walls

    Thx Reador. Great fix!
  8. Blanco

    Sandbag walls

    Is there something in the config that makes it disappear?
  9. Blanco

    Sandbag walls

    I don't think LOS is restricted by boundingboxes, if that was the case AI would never fire when there street between the attacker and defencer because boundingbox values for streets are 3 meters high. View LOD of the sandbags are good, because knowsabout is between 1-4 and they track the enemy. I think the fire LOD are the problem here. Here's another topic about this subject on OFPEC. http://www.ofpec.com/index.p....29625.0
  10. Somebody on OFPEC is working on a line of sight script.I'm also looking for a working LOS script/function for my searchlight script. So far he's able to detect the bounderies of a building by the boundingbox command and check if there's something in between two units. Streets, trees and bushes are a problem because the bounding box values are way too large for the object For example, the boundingbox for some of the streetsections are 3m high. Most boundingboxes for trees are too wide. Excluding objects by pd3 names is also a problem because there too many names to check. A lagfree string comparison function to check for substrings is also not avialable at the moment. If BIS would give us some real string functions and a list of unclassed map objects, the situation would be improved.
  11. Blanco

    Expansion: Arma: Queen's Gambit

    Sorry to say but I'm not impressed. I rather see the moddingtools released... this is easy money.
  12. Blanco

    Improve 1.08 FPS by 25-50%

    No noticeable fps improvements here with the new patch. But what the hell, I play smooth since the 1.07beta's.
  13. Blanco

    Multiple waypoints for AI squad members

    Nope, you can't. It's one the reasons why I don't play as commander. It should be possible in a mod or (mapclick) script because we can create waypoints on the fly.
  14. Blanco

    Cannot patch - .pbo error!

    Did you remove all files after you uninstalled the game? - The whole Bohemia Interactive folder - The Arma folder in your documents & settings folder - the Arma folder in documents & settings/local settings/ application data folder Not sure you have to remove all these, but you never know...
  15. I have four buttons for leaning here. Lean left, lean right, lean left toggle & lean right toggle. I also use 2x right shift for sprinting instead of 2x arrow up because I found it easier to find the right timing. if the timing is not right you'll stop running, that's not the case when you assign sprinting on 2x right shift. You can still hold down your arrowkey while tapping that right shift key.
  16. Blanco

    Cannot patch - .pbo error!

    Try to overwrite the corrupted pbo files in your addons folder with the original pbo files on your gamedisc. They are in a .gz archive but you can open these with winzip.
  17. Blanco

    Cannot patch - .pbo error!

    I had the same problem wtih the same version (EURO 505 DVD version 1.04) The verification error was different, the corrupted pbo was the AIR.pbo. I had to reinstall the game, I downloaded the 1.05 patch again and it worked. Kind of strange because I had no issues when I installed that patch before. Anyway, it worked for me.
  18. <a href=" " target="_blank">How can I get of a low roof without hurting myself?</a> It was easy in OFP, it's harder in Arma. Brake the impact by going prone during your fall. You have to run first and your timing must be perfect. Probably a bug, but I don't mind. It hard enough to do and you can't do it from high buildings. Here's another keybind tip. Assign rolling and peaking to the same keys, because you can't roll while you stand or crouch, or peak while you're laying down.
  19. Blanco

    ArmA (OFP) Script Editor

    Shouldn't... <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_unit selectweapon (primaryweapon _unit) ...solve this? Or maybe... http://community.bistudio.com/wiki/reload
  20. Try this <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _loon1 = _this select 0 _loon2 = _this select 1 _hdg = ((getpos _loon1 Select 0) - (getpos _loon2 Select 0)) ATan2 ((getpos _loon1 Select 1) - (getpos _loon2 Select 1)) ?_hdg < 0: _hdg = _hdg + 360 ?_hdg > 360: _hdg = _hdg - 360 ~.1 hint format ["hdg: %1",_hdg]
  21. Blanco

    1.08 Troubleshooting thread.

    I can't install the 1.05 patch anymore, I have the EURO 505 version, which is 1.04. I uninstalled and reinstalled Arma, and deleted all BIS folders. When I apply the 1.05 patch update (not 1.05+), I got 2 errors : and He still busy, but I guess I will have problems with verifiyng 1.05 when I try to install 1.08. Edit : Indeed, thez same errors show up when I try to install 1.08, I ignore them for now, but I think the Air.pbo won't be updated. See what happens when it's done... Edit :Everything seems to run fine, except for the choppers. The choppers fly like bricks and collision detection sucks. (1.04)
  22. Really? I tried this with the last 1.07Beta patch but it doesn't work even when he standing up.
  23. Blanco

    toadlife

    Indeed, where is Vektorbosson, General Barron, Bremmer, Thobson, Igor Drukov, Snypir? LCD is back!
  24. Blanco

    Info on upcoming 1.08 patch

    Some people here have to much time on their hands imo. There's still a whole world out there you know, it's even bigger.
×