macguba
Member-
Content Count
182 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout macguba
-
Rank
Sergeant
-
I'm trying to play ArmA for the first time (yes I know I'm a bit behind) and am having trouble patching up to the current version. 1.05 worked fine, but when I try and do 1.08 it starts to work and then stops with a Windows error message in a wee pop up box:- BISPatch has stopped working blah blah The problem occurs some time after the "Checking file Addons\Anims.pbo" message appears. The game appears to work at 1.05 although I haven't attempted to go beyond the main menu screen. Have tried patch files from two different mirrors so I don't think it's a corrupt download. Any ideas?
-
OFPEC is down temporarily. We're not sure why, but we're looking into it and will post news here. Apologies for the inconvenience.
-
CreateIndexBuffer failed (8876017c) Problem
macguba replied to Gremlin0790's topic in ARMA - TROUBLESHOOTING
I am also suffering from this CTD and createindexbuffer failed error. This is the best thread I can find on this issue and Suma has made a helpful suggestion in the first reply. However, I have not the faintest clue how to implement it. I know it varies from motherboard to motherboard, and no doubt graphics card to graphics card, but would somebody be kind enough to point me in the right direction? I daresay I might be able to change my AGP Aperture if knew how to edit my BIOS. Many thanks. -
AI shooting at empty vehicles?
macguba replied to Kilo Zulu's topic in OFP : MISSION EDITING & SCRIPTING
Yes please do post yours scripts at ofpec. -
I don't know about MP, but in SP its even easier than that. Create markers and Group them to the group leader. The group will appear randomly either where it is placed or at one of the marker positions.
-
Post on OFPEC, sometimes somebody is able to dig things out from somewhere.
-
Campaigns editing questions
macguba replied to cobra5000's topic in OFP : MISSION EDITING & SCRIPTING
1. Please explain more. You'll probably need to learn camera scripting 2. setRadioMsg For example, in a trigger: Condition: x and not y On Activation: 1 setRadioMsg "your text" -
I need a trigger to detect a player aircraft?
macguba replied to Kilo Zulu's topic in OFP : MISSION EDITING & SCRIPTING
I think so, yes, although I can't remember if its "AIR". You'll find it buried in the comref somewhere. -
Rotating Camera Script...
macguba replied to BLSmith2112's topic in OFP : MISSION EDITING & SCRIPTING
Victor, the problem is that you do not yet know enough about scripting generally to understand snYpir's excellent tutorial. Â Â OFPEC used to have an wonderful system of tutes, but due to multiple simultaneous hardware failures we lost the lot. Â Much of it has been recovered, and more is recoverable yet, but we're not where we were. Â Some of the tutes exist elsewhere in the community. See if you can find Johan Gustafsson's scripting tute snYpir's friendly intro to code snippets Once you've done that, see if you can find messiah's camera.sqs tute which will save you a LOT of work. My Beginner's Guide to Mission Editing has a good list of suggested tutes with reading order. Recommend also my Tutorial Mission, both are on the Editors Depot resources board at OFPEC. Â Take it to pieces and you'll find working examples of simple scripts which will help you understand. Â Also, read through the whole of the comref very quickly, don't stop to understand everything, just get a feel for what's there and how it all works. Â What you are trying to do is not difficult, but as you have observed you have to get everything in the right order. Â Â snYpir's camera tute is not perfect, but it is pretty good: it's how I learned to camera script. -
Check if mine is deactivated
macguba replied to Commando84's topic in OFP : MISSION EDITING & SCRIPTING
Mines are horrible objects in OFP. They do not obey most normal commands. I strongly recommend you have nothing to do with them. What you describe should be easy, in fact it is hard. This recent thread at OFPEC will shed some light on the matter. http://www.ofpec.com/index.p....28572.0 -
Similar thread at OFPEC, which might be helpful.
-
campaigns like OFP:RESISTANCE campaign
macguba replied to cobra5000's topic in OFP : MISSION EDITING & SCRIPTING
1. Weaponpool commands, such as addWeaponPool. Â Similarly magazine. Â 2. Â All handled in the campaign description.ext. Â There used to be tutes, try OFPEC (both editors depot and the forum resource board.) Â Â BUT! Â Before you start, think carefully about the campaign paths. Â When you have choices and branching, the number of missions very quickly becomes very large. Â Start by deciding how many missions you want your campaign to have (=the number you want to make) and work back from there. Â Â Start by making one decent mission that will stand alone, so that if you don't get to the rest of the campaign you'll still have something worthwhile. If you want to copy aspects of the Resistance campaign, then the best thing to do is un-pbo it and see what BIS did. -
I can't comment on whether ofpec is best or worst. But all the missions there have been reviewed and tested, so you know they work. Since the great crash (simultaneous multiple hardware failures) we've been recovering the better ones first, so we now have the curious situation where most of the 100 or so missions available are above average. You do not need to be logged in to see them, although you do need to be logged in if you want to comment on them or ask questions.
-
addWeaponPool / addMagazinePool
macguba replied to Snake Man's topic in OFP : MISSION EDITING & SCRIPTING
There was a discussion about this on OFPEC, oh, a couple of years back. Spend some time with the search function. These commands do not work well between Intro and Mission and Outro. IIRC some work and some don't, and some work but buggy. I'm not an expert on campaigns but I suspect you don't need these commands right at the start - you can just add the weapons and mags in the normal way in description.ext. The discussion mentioned above did, I think, include something about the maximum number. I believe its big enough not to worry about. Don't quote me on an of this, it was all a long time ago, albeit in this galaxy. -
"ticking off" obj to done in briefing book
macguba replied to privatenoob's topic in OFP : MISSION EDITING & SCRIPTING
Yes, absolutely yes. You must make it clear what the player is supposed to do, but you can use Intro, Briefing, sideChat, hints, titletext, radio messages, cutscenes, voiceovers, dialogues ... anything you like. There is an example mission which shows you all the basic stuff here.