Arma 3

Arma 3

Intro Script DEMO
Počet komentářů: 254
Eee 30. pro. 2023 v 10.21 
gotcha, thank you!
ALIAScartoons  [autor] 30. pro. 2023 v 2.43 
It is a mission containing the script and the demo
Eee 29. pro. 2023 v 10.35 
Is this just a mission with all of the scripts needed in there? Or is there a mod I can download for it?
TycoonTitian01 30. led. 2023 v 7.53 
thanks for the help
TycoonTitian01 30. led. 2023 v 7.53 
oh found it, stratis is an interesting place to place it lol
ALIAScartoons  [autor] 30. led. 2023 v 5.15 
@TycoonTitian01
Try to host and go to mission selection. Should be there.
TycoonTitian01 29. led. 2023 v 10.04 
@ALIAScartoons, it seems that the demo does not show up in the single player senario tab, do you know a fix?
TycoonTitian01 29. led. 2023 v 9.46 
Thanks! can't wait to use this in my next campaign
ALIAScartoons  [autor] 29. led. 2023 v 8.06 
@TycoonTitian01
You can find it in the demo mission, once you subscribe the file will be downloaded.
Watch these for more info
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df
TycoonTitian01 26. led. 2023 v 16.59 
if you can respond, I am trying to get the pbo file, so I can get the sq something file to actually use the script, but I cannot find it, and since aramholic is gone, I cant find the script download, @ALIAScartoons can you help plz
ALIAScartoons  [autor] 24. led. 2023 v 3.49 
@Doctor Doc
You missing an object or is misnamed or yo forgot to use the name in the camera shot
Doctor Doc 19. led. 2023 v 17.32 
When I start a mission the intro plays, seems to work fine, but an error appears, something akin to "error: undefined variable '_campos1' in camera_work.sqf. new to modding and arma so help would be great
ALIAScartoons  [autor] 30. pro. 2022 v 3.35 
@amosgolan
You can find it in the demo mission, once you subscribe the file will be downloaded.
Watch these for more info
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df
amosgolan 29. pro. 2022 v 2.57 
can you send me the intro editor? (mission.sqm)
ALIAScartoons  [autor] 31. říj. 2022 v 7.09 
@saul
A quick thing you could do is to have this line as the first one in your init.sqf
if ((!isServer) && (player != player)) then {waitUntil {player == player};};

If this doesn't solve it you need to delay the script execution until all players are in the briefing, the same it goes with pressing continue button, is better to wait for players to be locked and loaded so to say.
There are ways to deal with this kind of desync tho i haven't perfected a method to do so, i don't have something at hand to give you.
benedicto gonzales 28. říj. 2022 v 13.26 
Hey alias. Im using this script in a multiplayer scenario
when the game hasnt fully loaded, the music and stuff starts and everyone misses the first part of the intro. Is there anywhere a fix for that, or some tutorial?
ALIAScartoons  [autor] 8. říj. 2022 v 5.17 
@Teamson
You could delay the gas mask script execution to match the intro duration.
Teamson 29. zář. 2022 v 17.15 
Cheers, me again. I am currently trying to set up an intro for my mission. Problem is, the intro gets interuppted by your Script for the GasMask Overlay. Without any Intro the GasMask gets "spawned" ca. after 2 seconds. With the Intro provided by this script i get ca. 2 seconds of my first shot - get thrown back intro character + GasMask Overlay and afterwards back into the Second Shot of the Intro.

Could you by any chance help me out here? Sadly the GasMask Overlay blocks me from doing any intro, even a simple Black FadeIn Effect :(
ALIAScartoons  [autor] 21. zář. 2022 v 1.50 
@[1st-IRF] Michaelis, B. H.
Double check the name of objects you use as cameras and make sure you use them as parameters. Start simple with one shot until you get used to it
[101AB] Maj. Richard Winters 19. zář. 2022 v 6.09 
I'm trying to use your script (and test it like you did in the video, but it gives me an error with undefined variable loopdone?
ST. Michael 1. pro. 2021 v 9.38 
So I found the file of your mission but when I went into the file the pbo wasn’t there I turned hide items off and still can’t see it and I unsubscribed and resubcribed to your mission and still nothin
ALIAScartoons  [autor] 1. pro. 2021 v 6.12 
Maybe your pbo files or hidden? Or you run out of space?
I heard, not confirmed, that if you have many items in your subscription list you might miss some of them. If is the case try to un-subscribe fom some stuff
ST. Michael 30. lis. 2021 v 15.58 
@ALIAScartoons yes i am i found the folder but there is nothing in the file
ALIAScartoons  [autor] 30. lis. 2021 v 6.42 
@Kaotik
You should find the stuff you subscribed to somewhere tho. You using the default folder system?
ST. Michael 30. lis. 2021 v 5.33 
So i found the folder and there is nothing there
ALIAScartoons  [autor] 30. lis. 2021 v 2.22 
Go to host a server and you should see it on Stratis in mission selection, also you should be able to find it on your disk wherever you setup Steam to store subscribed stuff
ST. Michael 30. lis. 2021 v 0.28 
@ALIAScartoons So it says i need to open it in scenarios but it not popping up
ALIAScartoons  [autor] 30. lis. 2021 v 0.25 
ST. Michael 29. lis. 2021 v 19.34 
Seems it doesnt work anyone have the scripts that i can download?
ALIAScartoons  [autor] 25. říj. 2021 v 5.43 
@Möbius ribbon
There is parameter in camera_work.sqf called inertia on, make it inertia off. Tho this will affect all the shots, in order to have some shots with inertia on and some with off you would need to tweak the script even more.
Steve Jobs' cousin Hand Jobs 25. říj. 2021 v 3.27 
@ALIAScartoons
I'm sorry, i meant easing in or out in terms of movement speed. When moving from it's initial position, the camera starts out slow and gradually speeding up, then slows down again before reaching it's destination.

I'd like to know how to remove those gradual speed ups and slow downs.
ALIAScartoons  [autor] 25. říj. 2021 v 2.58 
@Möbius ribbon
Yes, have the same value for zoom_level between shots and same shot if is what you want
Steve Jobs' cousin Hand Jobs 22. říj. 2021 v 21.03 
Is it possible to make the camera move without easing in or out?
Shadowblade 22. říj. 2021 v 11.47 
@ALIAScartoons I was being an idiot, when I created a game via server browser and selected that map to play it showed up. My bad.
Sayli TV 22. říj. 2021 v 9.50 
Could you please put the script on another site than armaholic because they closed thanks
ALIAScartoons  [autor] 22. říj. 2021 v 0.50 
@Shadowblade
I am not aware of that issue, did you run out of space or there is some kind of limit for downloaded missions?
Shadowblade 21. říj. 2021 v 14.30 
Yeah man I can't access this mission at all. Not even showing up in my scenarios, but your other demos like the sandstorm demo are.
Sayli TV 5. říj. 2021 v 12.19 
they closed the armaholic site no longer exists
ALIAScartoons  [autor] 5. říj. 2021 v 0.23 
@TorafiKuh
i will try to sort something up this week
TorafiKuh 4. říj. 2021 v 13.25 
@ALIAScartoons can you upload the script in mega or something like that?
thanks
Sayli TV 4. říj. 2021 v 7.06 
@ALIAScartoons
it doesn’t help me I can’t find the script and when I go into my scenarios, I’m nothing
ALIAScartoons  [autor] 4. říj. 2021 v 6.55 
@Sayli TV
Check out these, especially the last clip
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df
Sayli TV 4. říj. 2021 v 6.25 
Hello, where is the script once I subscribe? I can’t find it anywhere, can someone help me?
DHwarspite 15. zář. 2021 v 13.09 
so wait dose arma 3 tools no longer work as a pbo manager
ALIAScartoons  [autor] 15. zář. 2021 v 0.59 
@DHwarspite
Did you watch this?
https://www.youtube.com/watch?v=lQUBaAnk5qk
also watching these might be useful to watch
DHwarspite 14. zář. 2021 v 10.02 
@ALIAScartoons
DHwarspite 14. zář. 2021 v 10.01 
hi so i i've been trying to extract the script like you did in you video and the pbs dosen't seem to come up and im not sure why
DHwarspite 30. srp. 2021 v 9.41 
thanks man
ALIAScartoons  [autor] 30. srp. 2021 v 1.41 
@DHwarspite
Check MP scenarios, also have a look at these
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df
DHwarspite 29. srp. 2021 v 4.44 
hi i subscribed to the script and it isn't showing up in scenarios. @ALIAScartoons