MrBob
Member-
Content Count
17 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout MrBob
-
Rank
Private First Class
-
Mission Ignores overview.html?
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks, kylania. That worked. Neokika, what are you trying to tell me? I am aware that exists. -
Mission Ignores overview.html?
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yes, SP only. -
Mission Ignores overview.html?
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Nope, it's HTML. -
I am trying to use a overview.html to give my mission a description: <html> <head><title>Dawn Over Zargabad</title></head> <body> < p>A Delta Force team attempts to retrieve sensitive information from a downed helicopter before the militia can get to it.< /p> </body> </html> but this is ignored. Only the name (set in the INTEL section) appears on the list (i.e. not the filename); nothing appears in the right frame. What could be occuring here?
-
Removing an action after activation
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks, it works perfectly now. -
Removing an action after activation
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
When I remove the brackets, none of it works. He doesn't join my squad, the action isn't removed, and the debug text doesn't work. I'm really confused here. -
Removing an action after activation
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Do I put the top line in the init field or is it part of the script? -
Removing an action after activation
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I did that, and I still have the same problem. -
Removing an action after activation
MrBob posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I'm trying to make a mission where one of the side objectives is to rescue some pilots. Here's what I have in the pilot's init field: _rescue = this addAction ["Rescue","rescue.sqf",(this)]; and here's rescue.sqf: _p = [_this select 0]; _id = [_this select 2]; _p join player; _p removeaction _rescue; hint "debug: rescued pilot"; The pilot will join my group but the action is never removed and the debug test never displays. What is the problem here? -
I purchased Arma 2 and Operation Arrowhead separately, and after some installation problems, got them both installed on a external hard drive. I played both for a few days, and I haven't tried to go online yet. When I attempted to, however, I was told my CD key was disabled. How can I fix this? EDIT: While this is resolved, is it OK for me to play singleplayer or will FADE activate?
-
ArmA II / OA Installation problems
MrBob replied to ShadeCrenshaw's topic in ARMA 2 & OA - TROUBLESHOOTING
Would repeated failure to copy a certain file (in this case anims.pbo) mean disk corruption or drive failure/outdatedness? -
ArmA II / OA Installation problems
MrBob replied to ShadeCrenshaw's topic in ARMA 2 & OA - TROUBLESHOOTING
It's a HP model, I can't find any Windows 7 firmware updates. And as to the download errors, my internet likes to cut out every so often, which led to missing chunks of data and corrupted files. It's not something that could really be fixed. -
ArmA II / OA Installation problems
MrBob replied to ShadeCrenshaw's topic in ARMA 2 & OA - TROUBLESHOOTING
This is the highest number of installation errors I have ever seen. Currently I am copying all of the data from the disk to my HDD. This is the second time I have done this. Each time I attempt to install, it gets to a seemingly random file and tells me it's CRC does not match. I then copy the file back again from the disk. After 5 or so attempts like this, it tells me the patch .exe is corrupted. I copy that, the whole goddamned process restarts. Any help? I will fucking kill something if I have to get another disk. I actually purchased this the first time on July 1st on Sprocket, but I tried for THREE DAYS to get that working, to no effect. I got a return from their and purchased it on Amazon on the 5th or so. I have just received it, and I am fed up with this bullshit. I think it should be possible for me to expect the abilty to pop a disk into my computer, enter my CD code, wait a few minutes, and have the damn thing actually install. Is this a foreign concept to the publishers? My experiences would suggest so. -
Change SecOps transport chopper?
MrBob replied to MrBob's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Oh, thanks. -
Change SecOps transport chopper?
MrBob posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Is there a way to change the chopper used by the SecOps transport request? I hate the UH1Y's smallish capacity of 7 (I like a team of 8 in my missions) and it just isn't as cool, IMO, as something like the MH60S. It's probably something simple, I just can't find any documentation.