Тёмный

Arma 3 - Scripting - Intel pick up, trigger, image to PAA 

Aco Plays
Подписаться 222
Просмотров 8 тыс.
50% 1

A few easy ways of creating intel, and information on converting Image to paa, and use of triggers to create diary entries and tasks.
Want to Join us : sites.google.com/view/1stpara...
Timestamps:
00:00 - Intro
00:24 - Types of Intel covered
01:30 - ACEx Intel Objects Demo
03:51 - Using Addaction Demo
05:24 - Zeus Intel Demo
07:40 - Editor view of ACEx Intel Details
08:34 - Image of correct dimentions png
10:04 - Convert png to paa
12:27 - Editor view of Objects used as Intel
14:41 - The not recommended way
15:07 - Creation of Object based Intel (make up example on the fly)
18:28 - Creation of task when object is deleted
20:00 - Silly Demo
Music : Amazing Plan by Kevin MacLeod incompetech.com/

Игры

Опубликовано:

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@JoeZahaitis
@JoeZahaitis 2 года назад
Thank you - I've looked forever for an "EASY" intel that is NOT Zeus or Eden - finally . . . I have it - thank you, thank you.
@acowardgaming
@acowardgaming 2 года назад
You are welcome. :)
@JuanDevelop
@JuanDevelop 2 года назад
Thanks men, so EPIC.
@acowardgaming
@acowardgaming 2 года назад
you are welcome.
@bikerjoe8785
@bikerjoe8785 2 года назад
Hello again! I've taken to using your preferred method for picking up intel objects but it doesn't seem to work with the photos, what I want to do is have the photo showing the image (a .paa of the image in the object specific attributes works) and if picked up by the player to disappear but I then create a diary record with a .jpg of the image. Problem is when I try to set that up nothing happens! I've tried a few things no but result is the same, any ideas?
@acowardgaming
@acowardgaming 2 года назад
If you are using Intel > Photo (Intel_Photos_F), that is another zeus intel object, which will create an empty intel but the trigger can be used to create a diary record that can display image (use the same paa instead of jpg) and text. Try the following in your diary entry. Let's see if image is displaced here. Hopefully this works. The is a line break. This works with office > Photos 2 as well. Make sure to disable simulation on those photos, they have a tendency to fall through the table or floor or keep on jumping. Its an old bug. Main thing is to use the paa file as much as possible in these situations, try avoiding png and jpg if possible. I checked this today, and it works, if you are still having errors let me know, we can walk through this together on Discord. All the best.
@bikerjoe8785
@bikerjoe8785 2 года назад
@@acowardgaming I'm trying that out right now! using office > photos 3 (Land_Photos_V3_F), I give it the object specific texture that is my .paa and a Variable name intel1, in the init field I have: this addAction ["Pick up Intel" , "deleteVehicle intel1"]; Next to the photo is a trigger, in the condition box I have: !alive intel1. The trigger is synced to a Diary Record and in the Description field of the Diary Record it says: INFO on the S-400 SAM system. If you want I have a Discord and can show you what I'm trying to do?
@acowardgaming
@acowardgaming 2 года назад
@@bikerjoe8785 sure. Let me know, I am free for a couple of hours now, if not we can always schedule.
@bikerjoe8785
@bikerjoe8785 2 года назад
Hello again, sorry I took so long to get back to you but I was having an issue with being able to see mission briefings and then real life happened, anyway its all good now, sorted thanks!
@brickky7530
@brickky7530 2 года назад
Are all of these multiplayer compatible? Had some issue with a previous attempt before.
@acowardgaming
@acowardgaming 2 года назад
These are to the best of my knowledge. The issues happen when locality changes, luckily these are simple. When the object disappears, it vanishes for all, but Hint text for example will only show up for the player who picked up the Intel. This text can be forced to show for everyone by using the remote exec command if needed.
@yokhanan
@yokhanan 2 года назад
For some reason I'm too dumb to get this to work. I have a flash drive I put on a table and tried doing what you did for the sink. But I don't get the action to pick it up neither in SP nor MP. I named it "intel1" and put in its init: this addAction["Pickup flashdrive", "deleteVehicle intel1;"];
@acowardgaming
@acowardgaming 2 года назад
I just tried it, that seems to be the only apex object that has this issue, I was able to pick up the bank card from the same list, tools I believe was the list of objects, Things>>tools. It also doesn't fall down when placed in air, and you can walk right through it, seems like its configured incorrectly. There is an item version of that yellow flashdrive that is an inventory item, that can be used if needed with a trigger to check if that object is present in the trigger area. I will upload a video showing this in a bit. :) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QPOV1DcKFGU.html
@yokhanan
@yokhanan 2 года назад
PERFECT! Thank you so much! :D
@quackrejackt
@quackrejackt 2 года назад
say i have 9 leaflets on the floor and i want to use one trigger for all of the leaflets, so the player can pick up any leaflet they want and that will trigger the task. !alive leaf2 && !alive leaf3; dont work neither do any of the other variations iv found. How do i tell the trigger i have 9 leaflets to look at ?
@acowardgaming
@acowardgaming 2 года назад
I see. I will test out stuff and let you know. But for now you can try using the OR operator instead of the AND operator. so instead of $$ use || or just the text OR
@quackrejackt
@quackrejackt 2 года назад
@@acowardgaming yea i got it working by using OR thanks for replying tho.
@tanuki505
@tanuki505 7 часов назад
Love the video and the content but what is up with the repetitive clown music loop?
@bikerjoe8785
@bikerjoe8785 2 года назад
Hello I have a .png which I converted to 256 x 256 exactly as you said but when I try to convert the image to a .paa using arma 3 tools it fails and I'm not sure why, can you help?
@acowardgaming
@acowardgaming 2 года назад
sure, Does it give any reason why it failed?
@bikerjoe8785
@bikerjoe8785 2 года назад
@@acowardgaming unfortunately not, I thought maybe it was the location of the file so moved it onto the desktop but still no, instead of a .paa can you use a .jpg or another file type?
@acowardgaming
@acowardgaming 2 года назад
@@bikerjoe8785 yes one can use a jpg, keep it square as well, else it sometimes gets squeezed. Try smaller size files too, sometimes larger file sizes just show blank for some players.
@bikerjoe8785
@bikerjoe8785 2 года назад
@@acowardgaming .png to .paa worked but had to resize it, when I tried .jpg image it didn't work, was resized and everything.
@acowardgaming
@acowardgaming 2 года назад
@@bikerjoe8785 nice, now that paa is working, we have one working method. :) I remember using jpg before, but don't remember top of my head how to get it in now. I will message you back if I figure it out. I personally just use paa most of the time.
Далее
skibidi toilet zombie universe 37 ( New Virus)
03:02
Просмотров 1,3 млн
Symmetrical face⁉️🤔 #beauty
00:15
Просмотров 1,9 млн
Triggers MADE SIMPLE + BONUS | Arma3 Tutorial
15:35
Просмотров 7 тыс.
How to Make an Arma 3 Operation & Avoid a Fustercluck
29:06
How to Make An AMBUSH | Eden Editor Tutorial, Arma 3
9:04
Create New Tasks when You Pickup Intel!
10:06
Arma 3 Editor Tutorial - AddAction, RemoveAction
13:56
Arma 3 Cut Scene Mission Intro
11:47
Просмотров 15 тыс.
Кс втроем 2 ( CS 2 )
15:45
Просмотров 601 тыс.