Arma 3 Eden Editor | Text Mission Intro

  Рет қаралды 9,295

OnlineCombatBN

OnlineCombatBN

Күн бұрын

Пікірлер: 65
@dapperstache7747
@dapperstache7747 6 ай бұрын
I did something similar, but put it in onplayerrespawn. Put in a check for a variable on the player that's only defined after the text, black background, and an arsenal instance is called and subsequently closed. Net effect is players who spawn in will see the "intro" once, and not again after unless they leave and rejoin the server. Used a typewriter effect that I happened across. I only got into sqf scripting a year or so ago, and God is it ever a rabbit hole. So much cool stuff one can do without even a single mod.
@Schultz12
@Schultz12 8 ай бұрын
Awesome resources! Thank you so much for sharing! You've helped me take some of my ops to the next level with this!
@CHARLIE-ECHO
@CHARLIE-ECHO 2 жыл бұрын
Beautiful work Valour!
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Thanks mate. Glad you liked it.
@irock5758
@irock5758 2 жыл бұрын
Hi, thanks for this awesome video, is there any way to add music while this is displayed? Thanks again.
@Redwood1993
@Redwood1993 26 күн бұрын
do you know how to add a video of battles like syrian warfare on the start of the campaign and maybe show the coding and then the campaign mission coding to see where it goes?
@ANPennsylvania
@ANPennsylvania 2 жыл бұрын
Another awesome tutorial! I tried this in my VR testing environment and there's a delayed start. Any idea why??
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Check the 'sleep' numbers. The numbers next to the sleep commands are delays in seconds. Play with those to get the interval you need.
@jaydenfunes2474
@jaydenfunes2474 2 жыл бұрын
just starting out making intros so 2 questions 1. Are the other lines in the init.sqf just specific stuff for your unit/server? or would I need to change those to work on my unit's as well? 2. will this method play the intro individually for each player that spawns or does it repeat for everyone every time someone spawns in? Thanks either way for the video, lookin forward to learnin more!
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
The other lines relate to removing stamina, and setting a default view distance. You can use those for sure. This Intro will play at the start of thr mission only and does not play individually for each player as they join.
@stuart520
@stuart520 2 жыл бұрын
Brilliant stuf, background music would nail this even more especialy for a outro
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Background music would certainly add to it, but for videos here I cannot add any music for copyright reasons.
@chriswest7402
@chriswest7402 2 жыл бұрын
@@OnlineCombatBN is there not still copyright free music for use by creators? Something that could be used as an example anyway regardless of how it sounds?
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
@@chriswest7402 yes there is royalty free music out there, most of it isn't very good though.
@jtaalib
@jtaalib 4 ай бұрын
hi mate, how would i loop the sound upon trigger?
@helbone8150
@helbone8150 Жыл бұрын
Bonjour j'ai collé tes fichiers dans mon dossier mais cela ne fonctionne pas en début de mission :'
@gamerlife4435
@gamerlife4435 3 ай бұрын
Hey Mate, Amazing video, this is going to help out heaps with my mission. Just wondering how you add in the missionopening.sqf file?. Do you just create a new page with notepad put the script in and then move that File into the mission file?
@OnlineCombatBN
@OnlineCombatBN 3 ай бұрын
@gamerlife4435 just place it into your mission directory and then add the line into your init.sqf execVM "missionopening.sqf";
@gamerlife4435
@gamerlife4435 3 ай бұрын
@@OnlineCombatBN Cheers mate this helped me out heaps, Is it possible to add a Custom Image and a song by chance, feel like this would really enhance the intro. Any help would be appreciated!
@TheDudeAbides421
@TheDudeAbides421 2 жыл бұрын
First off, thanks for this great tutorial. I am having one problem, though. What do I need to adjust so the text is the opening screen? When I put it into my mission it always starts at the player and then the text starts ~5 seconds later. I tried adjusting the first sleep timer with no success. Any help would be appreciated.
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Reduce the firsy 'sleep' time in seconds. It is a timing issue.
@deancraig9685
@deancraig9685 Жыл бұрын
NIce and clear thanks👍
@OnlineCombatBN
@OnlineCombatBN Жыл бұрын
No problem 👍
@DiscardedGhost
@DiscardedGhost 2 жыл бұрын
when i open my folder i dont see the same files that you see its just one mission file SQM
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Yep, that's normal. I've added the files that do different things in the mission.
@supremetdm2270
@supremetdm2270 Жыл бұрын
Great work! thanks!
@OnlineCombatBN
@OnlineCombatBN Жыл бұрын
Glad you liked it!
@fraztov
@fraztov 10 ай бұрын
Great tutorial! However, the Pastebin links appear to be broken!
@zahntastatur
@zahntastatur 2 жыл бұрын
Is there any way to change the texts size? It’s really hard to read, especially for a non-native speaker :D It is much larger on the last screen card, that’s why I’m asking
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
In the script look for "t color='#ffffff' size='1'" for each part of the text. Just change the number after 'size' and see what results you achieve. See examples here: kzbin.info/www/bejne/hHycpZWoiauLo9U
@zahntastatur
@zahntastatur 2 жыл бұрын
@@OnlineCombatBN you must be some kind of Arma god, I swear! Thank you so much
@zahntastatur
@zahntastatur 2 жыл бұрын
@@OnlineCombatBN so i tried implementing it like this: ["About 9pm 16/07/2035], but it just shows it like this in game: About 9pm 16/07/2035 I must have overlooked something here, but i cant figure it out. do you have an idea?
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
@@zahntastatur I have created a download for you. This is the exact script I used in the tutorial. Just edit it how you like. It's a zip file. Extract it and then you'll have the whole script. drive.google.com/file/d/1sC0t_WyCyMyeT9iZCZ4iGx-vd-VEp17b/view?usp=sharing
@zahntastatur
@zahntastatur 2 жыл бұрын
@@OnlineCombatBN thank you very much for that, i can set it up in a way that it actually shows the text now! thats a big leap ahead :D but i still cant change the texts size for some reason. no matter where i place the it does nothing
@skullblits6969
@skullblits6969 2 жыл бұрын
Perfect thank you
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
No problem 😊
@julienfrisson9372
@julienfrisson9372 2 жыл бұрын
how to make the letters bigger?
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
In txt_display.sqf Look for: _title_text = _this select 0; _title_duration = _this select 1; _title_pozition = _this select 2; _text_size = _this select 3; _text_color = _this select 4; Change the number next to '_text_size' Eg =_this select 3; Change that number and test different sizes
@dusty1319
@dusty1319 Жыл бұрын
@OnlineCombatBN Thanks for you're outstanding video tutorials! this one has especially helped me out, i can't thank you enough :)
@OnlineCombatBN
@OnlineCombatBN Жыл бұрын
You're very welcome!
@yerayocana8725
@yerayocana8725 Жыл бұрын
I copied it as you put it to see if it worked and it doesn't, any suggestions?
@muhammadfitryqushairyibrah8065
@muhammadfitryqushairyibrah8065 Жыл бұрын
can we replace the text with custom logo??
@Gabriel-sq7by
@Gabriel-sq7by Жыл бұрын
Hi, one question. Is it possible to put the text first and then a Image? what command or script line should i put in order to do so?
@OnlineCombatBN
@OnlineCombatBN Жыл бұрын
I'm not sure, but I'll find out for you. If there is a way, I'll show you how.
@Gabriel-sq7by
@Gabriel-sq7by Жыл бұрын
@@OnlineCombatBN thank you bro, sorry for the troubles. I'll be waiting
@JADEK111
@JADEK111 2 жыл бұрын
How did you create the END MISSION script trigger so it'll activate the texts as outro?
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Just add the command to run the SQL script in the 'on activation' section of the trigger.
@331benjamin7
@331benjamin7 Жыл бұрын
Amazing videos, all of them have helped me make some awesome missions for my buddies. I'm running into a strange issue when trying to get this bit to function. When I throw this in multiplayer, players are able to see for about 5 seconds before the screen goes black. It stays this way for about 10 seconds before vision returns but there is no sounds. Not sure if I jacked something up, missed a step, or there is mod confliction. Thank you in advance.
@OnlineCombatBN
@OnlineCombatBN Жыл бұрын
Just adjust the time numbers in the script and test to see what works. If you play with those you'll find the right timings.
@331benjamin7
@331benjamin7 Жыл бұрын
@@OnlineCombatBN Thank you for the quick reply! I'll mess around with it for a bit!
@landonmyers75
@landonmyers75 2 жыл бұрын
i know this might be late but when i open my folder all i see mission.sqm i know that is normal but i was wondering how do i get the other files there
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Just drag the there. Then make sure you save the mission in the editor
@landonmyers75
@landonmyers75 2 жыл бұрын
@@OnlineCombatBN thank you
@relicx3933
@relicx3933 Жыл бұрын
Great video! However I'm having trouble changing the size of the font. Anywhere I look tells me what to put, but never where to put. I've copy and pasted what you had but I seem to have messed up while removing the ________. Now the script is all read as text at the small size I wanted to change. Can anyone help me with what I've done wrong? titleText ["Interesting Text Here", "BLACK FADED", 10];
@OnlineCombatBN
@OnlineCombatBN Жыл бұрын
Re download it, delete the old one, start again. Only change the text size number, nothing else. Don't add spaces either.
@relicx3933
@relicx3933 Жыл бұрын
@@OnlineCombatBN thanks for the reply! After a couple hours of ripping my hair out i actually managed to figure it out. I don't know much about scripts so thank you for your tutorials, they've helped me make so much cool stuff for myself!
@julienfrisson9372
@julienfrisson9372 2 жыл бұрын
compatible MP ?
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Yes.
@Siam070
@Siam070 2 жыл бұрын
Is there a way i can also put arma 3 screenshots in there?
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
Not that I know of.
@ChaimGlines
@ChaimGlines 8 ай бұрын
seems outdated? doesnt work
@OnlineCombatBN
@OnlineCombatBN 8 ай бұрын
Old yes, but work it does. If it didn't work for you, then you missed something.
@ChaimGlines
@ChaimGlines 8 ай бұрын
@@OnlineCombatBN I did everything shown in your video, is there something else that’s required? It gives me an error for line 14
@Taylorflood07
@Taylorflood07 2 жыл бұрын
Thx
@OnlineCombatBN
@OnlineCombatBN 2 жыл бұрын
You're welcome.
Arma 3 Editor | Adding Text to Mission on a Trigger
5:04
OnlineCombatBN
Рет қаралды 10 М.
Arma 3 Editor | Build a Basic Mission from Start to finish
35:13
OnlineCombatBN
Рет қаралды 92 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Arma 3 Editor | Board Chopper Task
18:22
OnlineCombatBN
Рет қаралды 3,4 М.
Arma 3 Editing | Add Para Drop to Your Mission
15:52
OnlineCombatBN
Рет қаралды 17 М.
Arma 3 Editing | Basic Mission Tasks & Triggers
15:20
OnlineCombatBN
Рет қаралды 107 М.
Arma 3 Editor | AI Enter Buildings, Patrol and Assault Positions
14:03
BRDM-2 First Look | Arma Reforger 1.3
10:36
caracal
Рет қаралды 8 М.
A Bridge Too Far | ArmA 3 - A Fustercluck in WW2
16:09
Rimmy Downunder
Рет қаралды 897 М.
19 Tips For Arma Reforger I Wish I Knew Sooner!
13:09
Ironbeard
Рет қаралды 140 М.
Should You Play Arma 3 or Arma Reforger in 2024?
11:58
Viper1Zero
Рет қаралды 64 М.
THE BEST Arma 3 Mission Generating Mod?! Drongo's Map Population Tutorial
1:21:17
HOW TO MAKE AWESOME ARMA 3 MISSIONS! - Editor/Zeus Tutorial
21:04
OperatorDrewski
Рет қаралды 594 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН