Jump to content

Alethius

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Alethius

  • Rank
    Rookie
  1. Alethius

    Briefing code help

    Thank you so much for offering help but I believe I have solved my issue. It was of course due to new user error lol. The problem was not in either my briefing code or my triggers, it was that I misunderstood where my files needed to be placed. I was mislead by the "export mission" feature and thought that when I was simply building a mission my files should go in the "user saved" folder. I now understand that I need only 1 instance of my sqf files in the main mission folder regardless of where I export. Once I put my files in the correct loaction it works fine. Now I can move on to more complicated things to ask more stupid questions about hehe. Thx again.
  2. Alethius

    Briefing code help

    Tried both solutions to no avail. I even tried swapping Boris to obj_2 and clear area to obj_1. I still only get Clear area to show up as a task in the briefing.
  3. Hi all, I've been doing alot of research, and learning as much as possible about mission editing as I can on my own over the last few weeks since I got this game. I am in no way an advanced mission builder, but I am a graphic designer and I am profiient with alot of complicated applications as well as some bit of understanding of codes like c++, action script, etc. so I catch on to stuff like this pretty quick. Thus far I have been able to handle units, waypoints, etc but I just want to be able to flesh out a mission with having speific goals shown in the briefing screen. Here is an in detail description of what i've done and what I can't get to work.... My mission has two triggers for completion. One is to kill a specific man named BORIS. The other is to clear a trigger area of all enemy presence. My briefing screen will only show obj_2 as a task and does not seem to recognize obj_1 as a task at all. I have BORIS coded in a trigger: 0,0 cond: not alive BORIS; On act: "1" objStatus "Done"; tskobj_1 setTaskState "SUCCEEDED"; obj_1 = true; publicVariable "obj_1"; The area trigger is as follows: 500x500 Activation: OPFOR - NOT PRESENT cond: this On act: "2" objStatus "Done"; tskobj_2 setTaskState "SUCCEEDED"; obj_2 = true; publicVariable "obj_2"; Then I have an end mission trigger: 0x0 Type: END #1 cond: obj_1 && obj_2; On act: ForceEnd; Now here are my briefing files: init.sqf: execVM "briefing.sqf"; briefing.sqf: player createDiaryRecord ["Diary", ["Black Forest Hunt", "Seek out Insurgent camps in the Black Forest area and eliminate them. The area of operation is marked on your map. Intel says we have a good chance of catching Boris Ballbanger, a popular Insurgent leader, in the area over the next 12 hours or so. Air recconisance has spotted several areas of interest within the field of operation that you should definitely secure, and has dropped an ammo resupply in the area should you need it. Just make sure you secure it quickly. Expect patrols to be on high alert if Boris is in fact present. Get the job done and get out of there."]]; tskobj_2 = player createSimpleTask ["Clear area."]; tskobj_2 setSimpleTaskDescription ["Clear the specified area of operation of all Insurgent activity.", "Clear area", "Clear"] tskobj_1 = player createSimpleTask ["Kill BORIS"]; tskobj_1 setSimpleTaskDescription ["Kill the insurgent leader Boris Ballbanger.", "Kill BORIS", "Boris"]; player setCurrentTask tskobj_1; I cannot get the briefing to show obj_1 as a task that has to be completed but it will show obj_2, (clear the area). Is this because BORIS is an OPFOR unit and therefore cannot be assigned more than one trigger? He does exist within the check for OPFOR presence trigger area... Again, Iv'e scoured the forums and I am very new to ARMA II so I feel somewhat vindicated in asking for help:) Afterall you guys are looking for new players I'm sure. I am not seeking complicated scripting help or anything, I just want to build simple missions with clear objectives. If someone could just provide a simple layout of where my code has gone wrong, thats pretty much all I need to open up more doorways. Thx in advance.... Alethius
  4. Thanks. I feel dumb now but I understand and can move on hehe.
  5. Im new to the editor and Im catching on fast but no matter what I do I cant seem to be able to for example, add a LAV-25 that my squad can use. I added the unit and set it to playable as commander, gunner and driver and unlocked it yet when I preview mission all i can do is get in the back. Whats the trick here?
  6. Alethius

    Manhatten Bug List

    I just got this game a week ago and Ive spent the last two days on manhattan mission with no major bugs until the end. I completed all objectives but then I get back to base and the captain is dead. For no reason he is just a corpse on the ground. I have no way of reporting in to complete the mission. I recall that when I got my task completions for main base and insurgent leader killed that there was no radio contact. Also (SP) The main base in my case was up north, just southeast of the dam. I approached from the east through the forest and ordered my squad to hold fire til I could get a good read for artillery targets. Once I had a large concentrated group of enemy units in sight I called in artillery option 7 I think. It wasted the entire camp save for one machine gunner in a bunker and a squad of 6 patrollers who attempted to flank me from behind but were spotted by my sniper and quickly dispatched. A few other notes: Langushina or whatever her name is doesnt use her car. I finally caught her strolling across a field headed towards her home around 1pm after having checked Olsha first. If you talk to the father in Gorka then do some other task completion before talking to the napa farmers, they wont talk to you. Anyways, I completed it all but the officer I am to report to is dead so...I have no other authority I can contact? really frustrating...
×