Arma 3
117 ratings
TTS Beam Laser Demo
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Data Type: Scenario
Scenario Gameplay: Singleplayer, Multiplayer, Coop
Scenario Type: Air, Infantry, Vehicles
Scenario Map: Stratis
Meta: Dependency
Tags: Tag Review
File Size
Posted
Updated
301.912 KB
25 Jan, 2021 @ 4:25am
21 Nov, 2021 @ 5:43pm
8 Change Notes ( view )

Subscribe to download
TTS Beam Laser Demo

In 1 collection by TheTimidShade
Timid's Arma 3 Script Demos
5 items
Description
Overview:
This is a demo mission demonstrating a script I created for one of my missions, which involved a strike from an orbital laser. The particles and some code from the script is based off ALIAS's Gravity Script which you should definitely check out if you like the look of this script.

Mod version: TTS Beam Laser
Script version: GitHub[github.com]

For help with troubleshooting, questions or feedback, join my Discord[discord.gg]
90 Comments
TheTimidShade  [author] 24 Jun, 2023 @ 6:42pm 
@jalong13 The beam starts at 2000m above the target atm but it's 2000m above terrain so I guess if you tried to place it on an object in the sky it might look a bit weird. If you're using the script version (from GitHub, not Steam Workshop) you can edit the file 'scripts/tts_beam/functions/fn_beam.sqf', change line 40 from:

_beamEmitter setPosATL [_targetPos#0, _targetPos#1, 2000];

to

_beamEmitter setPosATL [_targetPos#0, _targetPos#1, (_targetPos#2) + 2000];
jalong13 24 Jun, 2023 @ 4:34pm 
Hi, is there a way to limit how high the beam drops down from? Like, having the beam start at 2000m about the target?
TheTimidShade  [author] 1 Sep, 2022 @ 10:30pm 
@CCEL You could edit the script to be in one file so that you could execute it from public Zeus but the script as it is at the moment is not designed to do that.
CCEL 1 Sep, 2022 @ 8:46pm 
whats the script code so i can place this as a module to use in pub zeus
NaiChanNuadKheo 7 Nov, 2021 @ 7:25am 
CSAT might have had the East Wind device but I have a god damn orbital laser cannon.
TheTimidShade  [author] 2 Jul, 2021 @ 6:58am 
@Urun The cloak version may be getting a mod version soon, will have to see
Urun 2 Jul, 2021 @ 5:33am 
@TheTimidShade Oh sorry I didn't see that, thank you so much! What about the cloak?
TheTimidShade  [author] 2 Jul, 2021 @ 5:00am 
@Urun It already is, have a look at the link to the mod version at the top of the page
Urun 2 Jul, 2021 @ 2:36am 
I really enjoy this awesome script! But I'm wondering is it possible to make that zeus module as a mod?
TheTimidShade  [author] 29 Jun, 2021 @ 3:56pm 
@Sogang Sorry the only language supported at the moment is English, I don't actually know how to make it available in other languages