Jump to content
TeardownMods

3 Screenshots

About This File

Call in a F15-E cluster airstrike using your TRIGR laser designator (spraycan).

Airstrike Inbound
by: Cheejins

 

notif.thumb.png.d14cab66b00b3b6f29534969af546a2c.png

 

1330536290_messageme.thumb.png.96f4a4c2bc3a0459280fa9ef9bba567a.png

 

ABOUT:-------------------------------------------------------------------------------------------          

            Call in a F15-E cluster airstrike using your TRIGR laser designator (spraycan).
            Now featuring an A10 BRRRRRT strike (GAU-8/A Avenger Gatling Cannon - 30mm HEI rounds) (blowtorch)


FUTURE UPDATES:--------------------------------------------------------------------------------

  • Make sure you're following the mod to notified on any updates.
  • This is an early version of the mod. I plan to add more features over time (some of which i already have), like:
    • Simultaneous airstrikes. ✔️
    • Different types of airstrikes like: 
      • an A10 brrr sweep ✔️
      • B2/B24 Nuke
    • Planes coming in from different angles.  ✔️
    • Better jet flying animations, like swooping in and out.  ✔️
    • Thrown smoke grenade target designators.
    • Bigger, better and more efficient explosions.  ✔️
    • More custom sounds.  ✔️
    • Physical bombs that dettach from the jet and drop on the target.
    • Customization options  ✔️

 


INSTALLATION:------------------------------------------------------------------------------------

         NOTE:  Other scripted mods can break the airstrike mod. This is a standalone mod.

            !!!!!!!! Before installing any mods, always have a backup of the files you are replacing. !!!!!!!!
           
The steam teardown folder is only 1.2GB.
            To make things simple you could backup the entire folder and restore it as a snapshot of your install.


          RECOMMENDED INSTALLATION:

                        The standard drag and drop. Replace all files when asked to.

                        Installing the airstrike with the recommended demo level I made:

                        TD 0.4
                        1. Navigate to C:\Program Files (x86)\Steam\steamapps\common\Teardown\.
                        2. Download the airstrike mod zip file and extract the folder "Airstrike Inbound x.x.x.x - by Cheejins" to your desktop.
                        3 Inside the folder you just extracted, there is a folder: "files for main install". Inside it are two more folders: "data" and "create".
                        4. Move the "data" and "create" folders from the "files for main install" folder into Teardown's main steam folder in step 1.
                        5. When you move the airstrike mod files to the teardown steam folder, you will be asked if you want to replace all files. Click yes.
                        6. Start up Teardown -> choose the "Create" option from the main menu -> choose the level called "basic level".

                        TD 0.5
                        1. Navigate to C:\Program Files (x86)\Steam\steamapps\common\Teardown\.
                        2. Download the airstrike mod zip file and extract the folder "Airstrike Inbound x.x.x.x - by Cheejins" to your desktop.
                        3 Inside the folder you just extracted, there is a folder: "files for main install". Inside it are two more folders: "data" and "mods".
                        4. Move the "data" and "mods" folders from the "files for main install" folder into Teardown's main steam folder in step 1.
                        5. When you move the airstrike mod files to the teardown steam folder, you will be asked if you want to replace all files. Click yes.
                        6. Start up Teardown -> choose the "Mods" option from the main menu
                                    6.a. Enable the Airstrike Inbound Script
                                    6.b. Play the Airstrike Inbound map

 

 


            ALTERNATIVE INSTALLATION:

                        If you want to use the airstrike on any level, make sure to have the plane vox files in the level's folder. 
                        The airstrike script works on any custom map but it will crash without the airstrike_f15e.vox and airstrike_a10.vox files in the level's
                        folder: TD 0.4 - (Teardown/create/filenameOfYourMap)
                        folder: TD 0.5 - (Teardown/mods/filenameOfYourMap/main)

                        You will also need this xml in your map's level's xml file. Put it anywhere between <scene> and </scene> tags of your map's xml file.

                                            <!-- Do not change these values. The jet must spawn here. -->   
                                                        <!-- f15 -->
                                                        <body tags="airstrike_f15" pos="1000 1000 -100" dynamic="true">
                                                                <vox pos="0 0 0" rot="0 0 0" file="LEVEL/airstrike_f15.vox"/>
                                                        </body>

                                                        <!-- a10 -->
                                                       <body tags="airstrike_a10" pos="900 1000 -100" dynamic="true">
                                                                <vox pos="0 0 0" rot="0 0 0" file="LEVEL/airstrike_a10.vox"/>
                                                       </body>

                        TD 0.4 - This xml code can also be found in: mod download folder /custom install / files for using airstrike on other maps

 

 

CUSTOMIZATION:------------------------------------------------------------------------------------

Easy customization options in the script file. These will eventually get an in-game UI menu

image.thumb.png.e955654f1af9de5212f766b6bba7f0fe.png

 

TD 0.4 - Copy the line of text below into windows explorer to go straight to the file (mod must be installed):
 C:\Program Files (x86)\Steam\steamapps\common\Teardown\data\mods\airstrike.lua 

 

TD 0.5 - Copy the line of text below into windows explorer to go straight to the file (mod must be installed):
 C:\Program Files (x86)\Steam\steamapps\common\Teardown\mods\Airstrike Inbound 2.0 - Script\main.lua

or if your mod is in the documents/teardown/mods folder, navigate to your documents folder first then open:
Documents\Teardown\mods\Airstrike Inbound 2.0 - Script\main.lua

 


CREDITS:-------------------------------------------------------------------------------------------

  • Special thanks to: 
    • "antopilo" and "elboydo" for helping me understand some of teardown's function and some of the vector math.
    • "Keltoi" for find a good royalty free a10 warthog base model.
           
  • Other thanks: 
    • The helpful folks on the "Teardown Modding" Discord and "MagicaVoxel" discord.
       
  • Scripting, models (target designators and reworking converted plane models in magica voxel) and map arrangement done by Cheejins.

 


DEMO MAP MODS/MODELS:------------------------------------------------------------------------

          Play the demo map to see the model authors and their work. The credits are baked into the ground.

 

 

 

Edited by Cheejins
Improved installation instructions.


What's New in Version 2.1.5   See changelog

Released

2.1.5
Feb 27, 2021

  • General
    • Each designator is it's own tool now. No need to override the spray-can and blowtorch.
  • Script
    • Minor code clean up and refactoring.

2.1.4
Dec 24, 2020

  • Fixed the "airstrike ready" and other sounds not playing.

2.1.3
Dec 19, 2020

  • (TD 0.5) Airstrike sounds no longer replace any game sounds

2.1.3
Dec 16, 2020

  • (TD 0.4) Ported over the fixes from version 2.1.2 of the mod from TD 0.5 to TD 0.4 version of the mod.

2.1.2

  • Fixes
    • A10 now spawns properly instead of occasionally glitching out and flying into the floor.
    • F15 always drops bombs (would sometimes fly by without dropping bombs) 
  • Tuning
    • Made target preview lines for the A10 less dense and lower in height.

2.1.1

  • Script
    • Implemented reliable airstrike phasing system
  • Fixes
    • Ready sound only plays once (glitch made it play several times)
    • Plane ready notifications properly show up at the end of airstrikes

2.1.0

  • Mod now works with Teardown 0.5 (experimental beta)
  • Added better target preview lines
  • Fixed duplicate fly-by sound glitch

2.0.1

  • Fixed a bug that broke the a10's airstrike targeting when switching weapons just after calling it in.
  • Fixed a10 shooting more to the end of target than start. It now shoots evenly spaced out along target line.
  • Tuned the active time of the a10.
  • Reduced file size from 60mb to 12mb and removed unnecessary files in ui folder.
  • Further tuned a10 flying.
     

2.0.0

  • Added A-10 Warthog:
    • Swoop n shoot plane mechanics
    • Explosive hit-scan shots with curated random explosion sizes
    • Unique fly-by sound for the A10
    • BRRRT sound effect
    • Shots progress from one target point to the other over the span of 2 seconds
    • Plane body aligns with shots
    • Plane adapts to any set of target points
       
  • General:
    • Directional airstrikes
    • Simultaneous airstrikes
    • Trajectory lines to help with target designation
       
  • F-15E:
    • Number of bombs dropped are accurate now
    • Single drop point, no more mini carpet bomb
    • Added cluster bomb visual effect
    • Scaled F-15E down to realistic size (A10 too)
    • Increased plane speed to 150m/s from 100m/s
       
  • Map:
    • Made a whole new demo map with themed sections
    • Credits are baked into the floor
    • A10 tutorial section
       
  • Script:
    • Major script rework
    • Script to supports multiple planes
    • Fixed a few bugs
    • Added more customization options
    • Went from 297 lines to 865 lines of code

1.0.4

  • Forward velocity of dropped bombs added (customizable).
  • Added credits for the models/vehicles in the map.
     

1.0.3

  • Cluster bomb tuning and optimization.
  • Fixes:
    • Target only designates on voxels (prevents glitch).
       

1.0.2

  • Added files for using the airstrike on other maps.


1.0.1

  • Just the usual post release tuning + minor adjustments.
    • Added customization for:
    • bombs amount multiplier.
    • bomb cluster spread.
    • fly-by sound volume.
    • These settings can be changed at the to of the data/mods/airstrike.lua file.
  • Reduced the default bombs amount and slightly increased the default bombs spread.
  • Improved fly-by sound start time.
  • Like 8

User Feedback

Recommended Comments



it says its unknown, creators have to make an info text file with the author name and description or else i csnt play can you please help me it doesnt let me play most maps when it does this

Link to comment
Share on other sites
8 hours ago, plzhelp said:

it says its unknown, creators have to make an info text file with the author name and description or else i csnt play can you please help me it doesnt let me play most maps when it does this

hmm that's strange. i have a info.txt file in each mod folder. if it's not letting you play other maps it may be a problem with your install of teardown. DM me if you can't get it working, we can sort it out.

Link to comment
Share on other sites
12 hours ago, Cheejins said:

hmm that's strange. i have a info.txt file in each mod folder. if it's not letting you play other maps it may be a problem with your install of teardown. DM me if you can't get it working, we can sort it out.

thx ive been confused how youtubers play rar maps to like battlebobs posts there always rar files

Link to comment
Share on other sites
17 hours ago, Nazcew said:

Im just guessing this mod is for people who understand code.

Not necessarily. I'm actually going to be adding an easy options section in the "mods" menu so you don't have to do into the code to change the airstrike options. Other than that, you don't need to know any code to install it or use it. Message me if you need any help.

Link to comment
Share on other sites

 

On 11/25/2020 at 6:56 AM, 1NS4N3 said:

Hey, I Have An idea. Can You Make The Plane As  A Vehicle So We Can Fly On It?

On 11/25/2020 at 9:32 AM, Cheejins said:

I'll definitely look into it. Sounds like a cool idea.

So, if this were to happen I feel like it would definitely be nice to have a modeled cockpit and weapons, I started working on this a couple days ago purely for fun, but if I'm able to get it looking good, I will gladly send you the .vox and you can see whether or not you like it

Link to comment
Share on other sites
14 hours ago, AwsumYeaRustBucketWithPota said:

is there a version for 0.6? am I missing it or is it not here yet?

Hi. The 0.5 version works with 0.6.

Link to comment
Share on other sites
14 hours ago, AwsumYeaRustBucketWithPota said:

ok thank you

hey, i actually just re-uploaded the 0.5 version. 0.6 version was causing problems for some people on 0.5.

Link to comment
Share on other sites
On 11/29/2020 at 7:43 AM, Cheejins said:

What are you having trouble with? Installation? Usage? Glitches?

Uh, the file is damaged

or in an diffrent unsupported format

help

Link to comment
Share on other sites

Um when i try to install this mod and when i open it it says "Can not open "FOLDER" as an archive" and in the downloads folder it says that the folder is only 1KB. Could you help me pls 

Link to comment
Share on other sites

Am i the only one not being able to download the mod file? It seems corrupted somehow, I've even tried re-downloading it but it doesnt solve the issue. Anyone else has the same issue

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

How to Disable AdBlock - And why you should do it?

I have disabled AdBlocker. Refresh the page.