Koni
Member-
Content Count
458 -
Joined
-
Last visited
-
Medals
Community Reputation
3 NeutralAbout Koni
-
Rank
Gunnery Sergeant
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Editor: Intro/Outro/Cutscene - is it a seprate "mission" / pbo ?
Koni replied to gambla's topic in ARMA 3 - MISSION EDITING & SCRIPTING
You need to change the Editor layout from Streamlined to Traditional via one of the icons along the top of the editor screen, then you'll have your drop down box top right to select Mission, Intro, outro etc -
How can I stop a script running after it has been started ?
Koni replied to Koni's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yeah, I'm trying to tie up some loose ends to some missions I've been working on and off for 2 years now, more off than on really :) This group of missions uses Hens\Chickens as a very basic form of currency. You can basically hunt round to collect hens until you have collected enough to hire a local Thug to help you in your mission. Everytime you pick up a Hen it displays a hint telling you how many you now have, so if you find a cluster of them the hint can be pinging quite a few times quickly if your catching them quickly but when you get to 25 Hens collected I wanted to stop the collection of further Hens to stop hinting while I had another hint displaying telling you what to do next regarding hiring a Thug, otherwise the hint message about hiring a Thug can be pinged off straight away if you get yet another Hen... if you follow me :) Currently I have a very basic mesh up of a work around, dropping acctime to 0.1 for a sleep of 0.9 seconds with userimput disabled so the important info is displayed long enough not to be missed. -
scriping command to make units get in a vehicle
Koni replied to dimdic's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
What cuel said man1 assignasdriver car1; [man1] orderGetIn true -
Respawn in individual places
Koni replied to odyseus's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Post the code you are using to respawn the players first then we can add in what you are missing. -
Assign a task as current task
Koni replied to Koni's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks, that did the trick just nicely :) That's the old way of doing tasks, but thanks anyway :) -
Assign a task as current task
Koni replied to Koni's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
That assigns the Task but dosent set it as the current task though ? When you go into Map\Tasks and click on a task you can then click on the right top of the screen "set as current task" and that then shows on the game screen as like a waypoint showing the marker That in it's self does not show the "Return to base" text on the players screen as the location of the Task until you go into MAP\TASKS then click on the right top of the screen "set as current task" ... only then does the location of the task show on the screen, it's that bit I want to show without the player having to manually select it if it's possible. Thanks -
When you create a task, it appears in the tasks list that you access through the map screen and to assign the task as current you click "Tasks then click it "set as current task" then it will show the text on the screen as a waypoint telling you where the task is located. Well, how can you assign it as the current task without having to go through the task screen to assign it ? Thanks
-
How to make one trigger activate when other few triggers are on.
Koni replied to zukas3's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
To have a trigger activate once other triggers have already activated use in the condition field of the main trigger.. So the trigger will only activate once the other 2 triggers have activated.. -
Checking if engine has been destroyed
Koni replied to guyfawkestom's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Sounds interesting, I will try this next week after my holidays :) -
Camera questions
Koni replied to BobbyBacala's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
It prepares the camera target to a position or to a target http://community.bistudio.com/wiki/camPrepareTarget -
Adding unit.pbo into mission.pbo
Koni replied to TamaGotchi's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
What he said about what he said -
Adding weapon and magazine problem
Koni replied to Koni's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I'll try that , thanks Twirly. It is strange how certain things in Arma that have worked for so long suddenly stop working for no reason. -
Adding weapon and magazine problem
Koni replied to Koni's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yeah, seems odd like... Might use the Celerys holster script instead :) -
Adding weapon and magazine problem
Koni posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I don't know whats wrong with this, but it isn't working anymore for some reason. Adding a weapon to the player using this has always worked in the past but now it gives the player the weapon, the magazines are there if you look in the gear section, but can't be selected to use in the pistol... just gives the pistol with no ammo showing on playing screen. Works fine from the init box of the unit but not from a script or trigger. Any ideas ?