Jump to content

VISION1776

Member
  • Content Count

    42
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About VISION1776

  • Rank
    Lance Corporal

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. VISION1776

    Limited Instant Respawn

    I also want to know how to do this but first things first. I cant get myself to respawn at all. My description.ext contains: //Mission Header class Header { gameType = Coop; }; onLoadMission = "Respawn Tester"; OnLoadMissionTime = FALSE; //////////////////////////////// respawn = "INSTANT"; respawndelay = 10; When I die, it just asks to end game. I also want to learn how to setup a limit on respawns.
  2. VISION1776

    New Computer random crashes

    I have the same problem. The first time it crashed it actually took me to a blue screen and restarted the computer. I just built a new computer. The game runs smoothly on normal graphics too but surprises you in the middle of the game with a crash. The 2md time it crashed, happened after firing my weapon a couple rounds and this time it just froze the game. specs: Windows 7 64 bit basic home edition. AMD 64 x 6 3.3 ghz Saphire Radeon HD 5770 8 g's DDR 3 It's funny because this crash doesnt happen on my other computers where I have to play with everything on low. My gut tells me its the video card but I dont have money to buy a different one. UPDATE: Well it looks like it may have just needed the windows updates. I updated windows and have played a couple games now for about 30 minutes each. No crashes. Considering you also have a new computer, dont forget you update windows. Update2: The game still crashes.. All device drivers are up to date and windows is up to date. The crash takes me to a blue screen error and restarts my computer. I am wondering whether this is hardware related or software related.
  3. VISION1776

    ArmA2 Vanilla and CO Crash

    I have a Saphire Radeon 5770 and have same problem. Hope its not the card as I spent 120 for this thing. I just put this rig together 3 days ago. All settings on normal Specs: AMD 6 cores Radeon 5770 Corsair 750w 8 gb ram Azus Mother board
  4. VISION1776

    Ubuntu

    I have been looking and I thought there was an Ubuntu version of Arma 2 am I wrong? I cannot find it.
  5. Ofcourse we are still interested to have a random patrol go indoors and not just walk outside. It makes it much more realistic. I sure hope Arma 3 has this implemented. This game is also missing some stopping power. Wonder if there is a script for that. I shoot an AI that is running and all I see is blood squirt but the guy keeps running. But sorry to change the subject.
  6. VISION1776

    Ubuntu

    If I have 3 computers on a network but one of them runs Arma 2 off of Ubuntu, can they still connect together and play together with Windows 7 PCs? I have not tried this yet but I wanted to know for the future reference.
  7. there must be some variable that turns true when done. Just use that as the precondition for a way point. But I have no idea what that variable would be.
  8. SHammy, were you able to open the example in the mission editor to look at the code he uses? I couldnt open the examples in the mission editor it says: "Read only"
  9. VISION1776

    Ejecting

    Im not using any scripts for the ejection. Im using a trigger with the following code: v action ["EJECT", vehicle v]; d action ["EJECT", vehicle d]; o action ["EJECT", vehicle o]; The letters v, d, and o are all units in a group. They are in cargo of a helicopter moving inland. When the helicopter reaches a trigger that code is activated. Im using UPS script for some random ai patrols inland but I think that's irrelevant. The code above works fine in single player when I test out the mission. But when I play with my buddy, the ejection happens but in midair the parachute disappears and we all die. This is the EJECT action for anyone that doesn't know it: Eject Description: Causes a person to eject out of the vehicle they are currently inside. If the unit was the driver of the vehicle, the vehicle will retain it's steering control input and it's engine will remain on. This action has a global effect when used on a local unit in multiplayer. If the vehicle parameter used is an moving aircraft, the ejecting person will use a parachute (and likewise if it is not an moving aircraft, no parachute will be used). Syntax: unit action ["eject", vehicle] Where unit is the person to eject from their current vehicle, and vehicle is any vehicle (generally the vehicle unit is within). Example: soldierOne action ["Eject", vehicle soldierOne] I think I may have figured out the problem already. In my code I am having v eject from himself. It should be v ejecting from Helo1 (name of my helicopter.) I havent been able to test it yet in multiplayer but it works in single player.
  10. So this is the code I use for the block search with no results. search = [sQD, TL, 200] execVM "JTD_blockSearch.sqf"; SQD = the group name TL = the group leader's name 200 = the radius I have all .sqf in the mission folder. The group is given the order to block search once they reach a way point near the buildings I want them to search. Im trying to get them to search the factory in Chernarus.
  11. VISION1776

    Ejecting

    What code would you use to do this? I want to compare it to the code I am using.
  12. So I have a mission where a helicopter inserts the team into the Utes Island. I have a trigger that causes all the group to eject. Everything works fine when I play it alone but when I get a buddy to play it with me, the parachutes open and shortly after disappear and we all die. Not sure what is causing this glitch. Basically, All the group is ejected from the chopper and the chutes open but shortly after disappear. Yet when I play it alone, it seems to work perfectly fine. Any ideas?
  13. Can we get an example of how to implement this? The example mission are not working for me. I cant open them in the editor and look at the code being used. To make it easier can you give me an example of the code I need to trigger a group to patrol around an area and enter buildings.
  14. VISION1776

    Snow terrain

    my thoughts exactly. Arma2 is one of those games that is very unique. Any great content that shows up is basically worth its money. An official map pack would be worth some money and I would be willing to pay for it. Official snow maps with effects and skins would be great. As well as the sound your steps make in the snow and the prints left behind. All those things would be "buy-able" in my opinion. I will look into these snow maps mentioned above, is there any particular favorite or suggested? and where do I download? Are they available on SIX updater?
  15. VISION1776

    Snow terrain

    Snow terrain, with new skins for BDU and vehicle cammo. As well as new stepping sounds.
×